<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; netstat</title> <atom:link href="http://www.ghacks.net/tag/netstat/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>TCPEye Network Monitoring Software With Virustotal Integration</title><link>http://www.ghacks.net/2011/01/22/tcpeye-network-monitorin-software-with-virustotal-integration/</link> <comments>http://www.ghacks.net/2011/01/22/tcpeye-network-monitorin-software-with-virustotal-integration/#comments</comments> <pubDate>Sat, 22 Jan 2011 14:18:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[processes]]></category> <category><![CDATA[tcpeye]]></category> <category><![CDATA[virustotal]]></category> <category><![CDATA[windows processes]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39186</guid> <description><![CDATA[The free Windows software TCPeye is basically a netstat frontend with several extra features that make it more than a viable alternative. Windows users who want to know about all the connections that are currently open on their machine can use the netstat -a command on the command line to find out about them. TCPEye [...]]]></description> <content:encoded><![CDATA[<p>The free Windows software TCPeye is basically a netstat frontend with several extra features that make it more than a viable alternative. Windows users who want to know about all the connections that are currently open on their machine can use the netstat -a command on the command line to find out about them.</p><p>TCPEye basically displays those information in a graphical user interface. The application displays all processes that currently have a connection to a remote address. A remote address can be a device on the same computer network, or the Internet.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/01/tcpeye.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/01/tcpeye-550x423.jpg" alt="tcpeye" title="tcpeye" width="550" height="423" class="alignnone size-medium wp-image-39189" /></a></p><p>Each process is listed with its name, local and remote address, connection state, protocol, remote address country, process path and a handful of additional information about the program and company.</p><p>The displayed information can be saved or copied (to the clipboard) at anytime. A right-click on an entry, or the selection of the options menu at the top, lead to additional features. Available options include sending a process directly to the online virus checking service Virus Total, resolving addresses, terminating connections or processes, and the built-in Whois IP and Geo IP tools.</p><p>The direct upload option to Virus Total can be used to check any running process for malicious code. The file gets uploaded automatically by the application, providing that it is less than 10 Megabytes in size. The results of the scan are opened directly in the default web browser.</p><p>TCPEye is a handy netstat frontend that offers enough extra features to make it more than just an alternative. The application can be downloaded from <a
href="http://download.cnet.com/TCPEye/3000-2085_4-75104118.html?part=dl-10072209&#038;subj=dl&#038;tag=button">Cnet</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/22/tcpeye-network-monitorin-software-with-virustotal-integration/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Using netstat</title><link>http://www.ghacks.net/2010/04/20/using-netstat/</link> <comments>http://www.ghacks.net/2010/04/20/using-netstat/#comments</comments> <pubDate>Tue, 20 Apr 2010 11:10:16 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[command-line]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[network commands]]></category> <category><![CDATA[network information]]></category> <category><![CDATA[tcp]]></category> <category><![CDATA[udp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24731</guid> <description><![CDATA[As promised (in my article &#8220;How do I find my network information in Linux?&#8220;) I am going to introduce you to the netstat command. This command is a very useful tool for discovering networking information such as routing tables, network connections, interface statistics, masquerade connections, and multicast memberships. But it&#8217;s not quite as simple to [...]]]></description> <content:encoded><![CDATA[<p>As promised (in my article &#8220;<a
title="How do I find my network information in Linux?" href="http://www.ghacks.net/2010/04/20/using-netstat/" target="_blank">How do I find my network information in Linux?</a>&#8220;) I am going to introduce you to the netstat command. This command is a very useful tool for discovering networking information such as routing tables, network connections, interface statistics, masquerade connections, and multicast memberships. But it&#8217;s not quite as simple to use as some of of the other &#8220;discovery&#8221; tools (such as ifconfig). With netstat you really do need to know what you&#8217;re looking for and how to find it. This article will help you to understand just that.</p><p><span
id="more-24731"></span><strong>Installation?</strong></p><p>Fortunately your distribution should come with the <em>netstat</em> command pre-installed. To check this, open up a terminal window (that&#8217;s where you will use netstat anyway) and issue the command <em>which netsat</em>. This command should return something like <em>/bin/netstat</em>. That will tell you that the tool is installed and where the executable is.</p><p><strong>Usage</strong></p><p>Because netstat offers such a variety of options, it might be best if I first list some of the more useful options.</p><p><strong>a</strong>: Shows the state of all sockets and routing table entries.</p><p><strong>c</strong>: Display information continuously.</p><p><strong>d</strong>: Show the state of all interfaces that use DHCP.</p><p><strong>e</strong>: Show extended information.</p><p><strong>g</strong>: Show the multicast group membership information for both IPv4 and IPv6.</p><p><strong>i</strong>: Display a table of all network inferfaces.</p><p><strong>l</strong>: Limit statistics to a defined interface.</p><p><strong>M</strong>: Show multicast routing tables.</p><p><strong>n</strong>: Shows network addresses as numbers instead of the default symbols.</p><p><strong>p</strong>: Show address resolution tables.</p><p><strong>P</strong>: Limit statistics to a defined protocol.</p><p><strong>r</strong>: Show all routing tables.</p><p><strong>t</strong>: Show TCP connections.</p><p><strong>u</strong>: Show UDP connections.</p><p><strong>v</strong>: Use verbose mode for output.</p><p>So let&#8217;s take a look and see how these can be used together.</p><p><strong>netstat</strong></p><p>By itself (no options) this command prints out generic statistics of the host you are currently connected to.</p><p><strong>netstat -an</strong></p><p>This command will display all connections to the host, including source and destination addresses and ports, and displays them as numbers.</p><p><strong>netstat -rn</strong></p><p>This command will display the routing table for the host in numeric form.</p><p><strong>netstat -r</strong></p><p>This command will display your routing table for your host.</p><p><strong>netstat -natp</strong></p><p>This command will display active TCP connections in numerical form.</p><p><strong>netstat -t &#8211;listening</strong></p><p>This will show you all tcp ports you host is listening on.</p><p><strong> </strong></p><p><strong></p><div
id="attachment_24733" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/04/netstat_output.png"><img
class="size-medium wp-image-24733 " src="http://www.ghacks.net/wp-content/uploads/2010/04/netstat_output-500x351.png" alt="" width="300" height="211" /></a><p
class="wp-caption-text">Figure 1</p></div><p>netstat &#8211;statistics</strong></p><p>This command will display various statistics for your host&#8217;s interfaces. Note that this command will display a LOT of statistics. A snippet of the output will look like that shown in Figure 1.</p><p>As you can see, this command will display quite a bit of information. On top of that you might need to pipe this command through the <em>less </em>command in order to see it more easily. That full command would look like <em>netstat &#8211;statistics | less. </em>Using it that way would allow you to use your arrow keys to scroll up and down through the ouput.</p><p><strong>Final thoughts</strong></p><p>Although not an exhaustive look at the netstat command, this will get you started and using this handy tool. Since there are so many switches and options to use with netstat, in order to cover them all, take a look at the netstat man page (issue the command <em>man netstat</em>) where you can see each and every switch explained.</p><p>﻿﻿</p><p><strong><br
/> </strong></p><p><strong><br
/> </strong></p><p><strong><br
/> </strong></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/20/using-netstat/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Troubleshoot networking problems with GNOME&#8217;s Nettools</title><link>http://www.ghacks.net/2009/10/18/troubleshoot-networking-problems-with-gnomes-nettools/</link> <comments>http://www.ghacks.net/2009/10/18/troubleshoot-networking-problems-with-gnomes-nettools/#comments</comments> <pubDate>Sun, 18 Oct 2009 14:40:44 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[finger]]></category> <category><![CDATA[lookup]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[ping]]></category> <category><![CDATA[port scan]]></category> <category><![CDATA[traceroute]]></category> <category><![CDATA[whois]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=17415</guid> <description><![CDATA[How many times have you had networking issues and not known exactly where to start? With Linux there are so many tools you can choose from. Add to that the choice between console and GUI and you have the making for a rather confusing start. Most new Linux users (and many of those who have [...]]]></description> <content:encoded><![CDATA[<p>How many times have you had networking issues and not known exactly where to start? With Linux there are so many tools you can choose from. Add to that the choice between console and GUI and you have the making for a rather confusing start. Most new Linux users (and many of those who have used Linux for a while) have no idea how to use the whois, finger, Port Scanning, and other helpful networking tools. But it doesn&#8217;t have to be that way.</p><p>With the help of the GNOME Nettools you can have a sweet collection of powerful tools that will help you to troubleshoot your network in no time. And this collection of tools is all wrapped up into a user-friendly graphical interface. So without any further adieu, let&#8217;s take a look at this powerful suite of tools.</p><p><span
id="more-17415"></span><strong>Features</strong></p><p>The GNOME Nettools includes the following tools:</p><ul><li>Devices: Have all information about your networking devices at your fingertips.</li><li>Ping: Get detailed information using the ping tool.</li><li>Netstat: Get detailed information about your routing table, active network services, and multicast information about your machine.</li><li>Traceroute: Trace the path to a network host.</li><li>Port scan: Scan for open ports on servers and desktops.</li><li>Lookup: Get detailed information about a server.</li><li>Finger: Lookup a users finger entry.</li><li>Whois: Lookup a whois entry for a domain.</li></ul><p>GNOME Nettools also features:</p><ul><li>Copy information to text report.</li><li>Help system.</li><li>Drop downs for previously entered addresses/domains.</li><li>Easy to use GUI.</li></ul><p>Now let&#8217;s take a look and see how this tool is used.</p><p><strong>Usage</strong></p><div
id="attachment_17417" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-17417" href="http://www.ghacks.net/2009/10/18/troubleshoot-networking-problems-with-gnomes-nettools/nettools_devices/"><img
class="size-thumbnail wp-image-17417" src="http://www.ghacks.net/wp-content/uploads/2009/10/nettools_devices-300x300.png" alt="Figure 1" width="180" height="180" /></a><p
class="wp-caption-text">Figure 1</p></div><p>As you can see there has been no mention of installation. That is because GNOME Nettools is installed by default. In order to start up the tool you only have to go to the Administration sub-menu of the System menu. Once you have fired up the tool you will be greeted with main window at the Devices tab. This tab is where you gather the information about your installed networking devices. As you can see (In Figure 1) there is plenty of detailed information about my default eth0 interface. You can switch this to display information about any connected internet device you have on the machine by using the Interface drop-down.</p><p>The next tab, Ping, is where you can actually start troubleshooting networking issues. Ping is almost always one of the first tools I use, but I generally use it in command line form. Since most new Linux users prefer to not use the command line &#8211; you can still get your ping on with Nettools. Click on the Ping tab to reveal how the Ping tool works (see Figure 2).</p><div
id="attachment_17419" class="wp-caption alignright" style="width: 190px"><a
rel="attachment wp-att-17419" href="http://www.ghacks.net/2009/10/18/troubleshoot-networking-problems-with-gnomes-nettools/nettools_ping-2/"><img
class="size-thumbnail wp-image-17419" src="http://www.ghacks.net/wp-content/uploads/2009/10/nettools_ping1-300x300.png" alt="Figure 2" width="180" height="180" /></a><p
class="wp-caption-text">Figure 2</p></div><p>By default the Nettools Ping tool will be configured for a limited 5 requests. You can up that number or even change it to an unlimited number if you need. In Figure 2 I have sent 5 ping requests to an internal server and received 100% sucess on my packets. I know this server is at least responding.</p><p>The other tools will all work exactly as you would expect them. One thing that is nice is as a tool is working you can switch over to another tool without disrupting the original tools task. This is especially nice when running a traceroute that can take a while (see Figure 3).</p><div
id="attachment_17422" class="wp-caption alignleft" style="width: 190px"><a
rel="attachment wp-att-17422" href="http://www.ghacks.net/2009/10/18/troubleshoot-networking-problems-with-gnomes-nettools/nettools_traceroute/"><img
class="size-thumbnail wp-image-17422" src="http://www.ghacks.net/wp-content/uploads/2009/10/nettools_traceroute-300x300.png" alt="Figure 3" width="180" height="180" /></a><p
class="wp-caption-text">Figure 3</p></div><p>The traceroute tool will follow a path, hop for hop, to a destination you enter. In Figure 3 I ran a traceroute on www.google.com which ended before it reached its goal. This, of course, was only to show you the output of the traceroute (as there is not much I can personally do if my route to www.google.com is stopped outside of the boundaries of my network or my service providers network. But it gives you an idea of where the route stops. If this were a corporate issue, and the destination was one I had to reach, I would know precisely where the last known successful hop was (in the case of Figure 3 &#8211; after the 65.222.158.82 address).</p><p>I can then use the Whois tool to discover who is connected to that address. By clicking on the Whois tab and then entering the IP address above I receive the following information:</p><p><code>MCI Communications Services, Inc. d/b/a Verizon Business UUNET65 (NET-65-192-0-0-1)<br
/> 65.192.0.0 - 65.223.255.255<br
/> SPLICE COMMUNICATIONS, INC. UU-65-222-158-80-D4 (NET-65-222-158-80-1)<br
/> 65.222.158.80 - 65.222.158.87</code></p><p>If www.google.com were a critical address for me (and my company) to reach for work (or a host of my company&#8217;s web site) I could at least contact the owner of this domain.</p><p><strong>Final thoughts</strong></p><p>As you would expect, the rest of the Nettools tools work in a very similar fashion than their command line counter parts. The only difference? You don&#8217;t have to open up a terminal window to use them. No commands to remember, no commands to type. Just easy network analysis, with the help of a user-friendly GUI tool.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/10/18/troubleshoot-networking-problems-with-gnomes-nettools/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Netstat: Quick and useful Linux network information</title><link>http://www.ghacks.net/2009/07/12/netstat-quick-and-useful-linux-network-information/</link> <comments>http://www.ghacks.net/2009/07/12/netstat-quick-and-useful-linux-network-information/#comments</comments> <pubDate>Sun, 12 Jul 2009 20:18:41 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[denial of service]]></category> <category><![CDATA[DOS attack]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[network statistics]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14352</guid> <description><![CDATA[If you use Linux (especially on a server) it is important to be able to have plenty of information at the tips of your fingers. This includes all types of information. One of the first places to look for for information is /var/log, however that can be cumbersome and doesn&#8217;t always give you the specific [...]]]></description> <content:encoded><![CDATA[<p>If you use Linux (especially on a server) it is important to be able to have plenty of information at the tips of your fingers. This includes all types of information. One of the first places to look for for information is <strong>/var/log</strong>, however that can be cumbersome and doesn&#8217;t always give you the specific networking information you need.</p><p>There is one tool that is ready to hand you much of the networking information you will need from your server. That tool? Netstat. The netstat tool prints out (on the command line) information about the Linux networking subsystem. With this tool you can get valuable information about: Open sockets, routing tables,  multicast group membership, network interfaces, masqueraded connections, and protocol statistics. Each type of information can also be narrowed with the help of options.</p><p>In this article you will learn how to be able to make use of the netstat tool, so you can have as much networking information as you need at your fingertips.</p><p><span
id="more-14352"></span><strong>Basic structure</strong></p><p>The basic netstat command looks like:</p><p><em>netstat ARGUMENT OPTIONS</em></p><p>Where <em>ARGUMENT</em> is the type of address family you want information about and <em>OPTIONS</em> is the optional option(s) that will specify the type of information you get returned.</p><p>Now let&#8217;s break this command down into address families.</p><p><strong>Open Sockets</strong></p><p>This is the easiest way to use <em>netstat</em>. If you issue the command without any arguments you will get a list of all sockets that are currently listening on a system. The output would look something like:</p><p><code>Proto RefCnt Flags Type       State         I-Node   Path<br
/> unix  3      [ ]   STREAM     CONNECTED     205824   /tmp/.X11-unix/X0<br
/> unix  3      [ ]   STREAM     CONNECTED     205823<br
/> unix  3      [ ]   STREAM     CONNECTED     203856   /tmp/.X11-unix/X0<br
/> unix  3      [ ]   STREAM     CONNECTED     203855</code></p><p>As you can see, from the output above, the information isn&#8217;t terribly useful. We can make it much more useful with a few options. What we want to do is tell netstat to give us output for specific applications that are listening for tcp connections. To do this we issue the command:</p><p><em>netstat &#8211;tcp &#8211;listening &#8211;programs</em></p><p>The output for this command would look something like:</p><p><code>Proto Recv-Q Send-Q Local Address Foreign Address Stat    PID/Program<br
/> tcp   0      0      *:ssh         *:*             LISTEN  25469/sshd<br
/> tcp   0      0      *:httpd       *:*             LISTEN  26754/httpd<br
/> tcp   0           0           localhost:ipp *:*             LISTEN  -<br
/> </code></p><p>Now you can actually see some useful information. In the above output you can see that both sshd and httpd are listening for incoming connections. The above is just a snippet of what the output can look like. What is very handy about this command is it will show you if there is a command or local address listening for incoming connections that shouldn&#8217;t be listening. If you find an application that shouldn&#8217;t be listening, kill it to be safe.<br
/> <strong>Route</strong></p><p>Netstat is able to quickly print your machines&#8217; kernel routing table with the command:</p><p><em>netstat -r</em></p><p>The output of this command will look like:</p><p><code>Kernel IP routing table<br
/> Destination  Gateway     Genmask         Flags   MSS Window  irtt Iface</code><code> 192.168.1.0  *           255.255.255.0   U       0 0         0    eth0<br
/> default      192.168.1.1 0.0.0.0         UG      0 0         0    eth0</code></p><p><strong>Statistics</strong></p><p>This is one of the handier of the netstat tools. With this you can find out exactly the statics for each protocol. The basic command structure is:</p><p><em>netstat &#8211;statistics</em></p><p>which will give you far more information than you want. Say, you only want to see statistics on the TCP protocol. For this you can issue the command:</p><p><em>netstat -t &#8211;statistics</em></p><p>The output to the above command will include information such as:</p><p><code>Tcp:<br
/> 4343 active connections openings<br
/> 8 passive connection openings<br
/> 5 failed connection attempts<br
/> 178 connection resets received<br
/> 6 connections established<br
/> 59075 segments received<br
/> 60033 segments send out<br
/> 76 segments retransmited<br
/> 0 bad segments received.<br
/> 303 resets sent</code></p><p>Or you could get information on UDP as well with the command:</p><p><em>netstat -u &#8211;statistics</em></p><p>Which would give you similar output for the UDP protocol.</p><p><strong>Get creative</strong></p><p>What if you wanted to see all unique IP addresses connected to a server? You can do that with netstat (and the help of a few other tools) like so:</p><p><code>netstat -nat | awk '{ print $5}' | cut -d: -f1 | sed -e '/^$/d' | uniq</code></p><p>The output of the above command would depend upon how much traffic your machine/server is getting. But it will include all unique IP addresses attempting to connect to your server.</p><p>What about checking to see if your server is under a DOS attack? You can do that with netstat like this:<br
/> <code>netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n</code></p><p>The above command will list out the IP addresses requesting the highest amount of connections to your server. If you see a number that is far higher than it should be, you most likely are under a Denial of Service attack.</p><p><strong>Final thoughts</strong></p><p>As you can see the <em>netstat</em> command is quite useful. And its usefulness is only limited to your creativity. Have you discovered a handy use for netstat? If so, share it with your fellow ghacks readers.</p><p><span><span
style="margin-left: 0px ! important"><code></code><code><br
/> </code></span></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/12/netstat-quick-and-useful-linux-network-information/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Network Monitoring Software NetWorx</title><link>http://www.ghacks.net/2008/10/04/network-monitoring-software-networx/</link> <comments>http://www.ghacks.net/2008/10/04/network-monitoring-software-networx/#comments</comments> <pubDate>Sat, 04 Oct 2008 10:58:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[bandwidth]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network bandwidth]]></category> <category><![CDATA[Network Monitoring]]></category> <category><![CDATA[Network Monitoring Software]]></category> <category><![CDATA[networx]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=7397</guid> <description><![CDATA[Networx is the second network monitoring software on review at Ghacks in the last months. It was recently released in version 4 which is compatible to all Windows operating systems since Windows 98 including 32-bit and 64-bit editions of Windows XP, Vista and Windows Server 2008. The network monitoring software can be used to monitor [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.softperfect.com/products/networx/">Networx</a> is the second <a
href="http://www.ghacks.net/2008/08/11/network-monitoring-software-looklan/">network monitoring software</a> on review at Ghacks in the last months. It was recently released in version 4 which is compatible to all Windows operating systems since Windows 98 including 32-bit and 64-bit editions of Windows XP, Vista and Windows Server 2008.</p><p>The network monitoring software can be used to monitor incoming and outgoing traffic of selected network adapters and connections. Traffic is shown in graphs and logged in files for further processing. Reports are extensive and provide access to daily, weekly, monthly and custom reports. Even better, reports can be exported which can be useful for book keeping among other things.</p><p>A realtime network traffic graph visualizes the incoming and outgoing traffic. Notifications can be used to perform actions under certain conditions. They can be configured to run so called actions when network traffic drops or rises above a certain level. Possible actions include running a software, displaying visual and sound alerts or to drop the connection.</p><p><span
id="more-7397"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/10/network_monitoring_software-500x365.gif" alt="network monitoring software" title="network monitoring software" width="500" height="365" class="alignnone size-medium wp-image-7398" /></p><p>Networx includes network information and testing tools like netstat that display all applications currently using the network connection. The application uses roughly 10 Megabytes of computer memory in minimized state.</p><p><strong>Update:</strong> The program sits quietly in the system tray of the operating system for most of the time it is running. A right-click brings up the program menu where you can display or hide the traffic graph on the desktop and access other tools and settings.</p><p>The application is offered as a setup and portable version, ideal for users who carry an USB or troubleshooting DVD with them around when they to tech support. The latest program version is compatible with all recent versions of the Microsoft Windows operating system, including 32-bit and 64-bit editions of Windows Vista and Windows 7, as well as Windows server variants.</p><p>NetWorx 5 has been released in 2009, check out our review of the new <a
href="http://www.ghacks.net/2009/08/04/network-monitoring-software-networx-5-released/">version here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/10/04/network-monitoring-software-networx/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Netstat Tutorial</title><link>http://www.ghacks.net/2005/12/08/netstat-tutorial/</link> <comments>http://www.ghacks.net/2005/12/08/netstat-tutorial/#comments</comments> <pubDate>Thu, 08 Dec 2005 07:51:25 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[connections]]></category> <category><![CDATA[netstat]]></category> <category><![CDATA[open]]></category> <category><![CDATA[ports]]></category> <category><![CDATA[Security]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=207</guid> <description><![CDATA[Netstat is a free little tool that comes with a windows operating system and that is also available for linux and unix. Netstat shows all open ports on your machine.]]></description> <content:encoded><![CDATA[<p>Netstat is a free little tool that comes with a windows operating system and that is also available for Linux and Unix. Netstat shows all open ports on your machine.</p><p>You run it by opening your command prompt and typing netstat. Its highly customizable using switches like netstat -a. Its mainly used to get a quick overview on whats happening on your system connection wise.</p><p><span
id="more-207"></span><a
href="ahttp://www.packetsource.com/article/security-tools/40067/introduction-to-netstat-tutorial" target="_Blank">The introduction to netstat tutorial</a> is a good essay that features all netstat options and explains the output.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/12/08/netstat-tutorial/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
