<?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 &#187; network tools</title>
	<atom:link href="http://www.ghacks.net/tag/network-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 10:11:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monitor your Network the Open Source way with Etherape</title>
		<link>http://www.ghacks.net/2009/01/23/monitor-your-network-the-open-source-way-with-etherape/</link>
		<comments>http://www.ghacks.net/2009/01/23/monitor-your-network-the-open-source-way-with-etherape/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 19:49:03 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[etherape]]></category>
		<category><![CDATA[etherman]]></category>
		<category><![CDATA[internal traffic]]></category>
		<category><![CDATA[network analyzers]]></category>
		<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[network tools]]></category>
		<category><![CDATA[tcp/ip]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10086</guid>
		<description><![CDATA[Every network administrator needs a good network monitor for network management. But with so many to choose from it&#8217;s hard to know which one is best. This especially applies to the open source world. Go to Freshmeat.net and you will find 191 entries for open source network analyzers and network tools. Of those many are [...]]]></description>
			<content:encoded><![CDATA[<p>Every network administrator needs a good network monitor for network management. But with so many to choose from it&#8217;s hard to know which one is best. This especially applies to the open source world. Go to Freshmeat.net and you will find 191 entries for open source network analyzers and network tools. Of those many are console based. Of those entries one monitor stands out as both powerful and easy to use. That tool? <a title="Etherape Main Page" href="http://etherape.sourceforge.net/" target="_blank">Etherape</a>.</p>
<p>Etherape is a graphical <a href="http://www.ghacks.net/2009/05/28/network-monitoring-software/">network monitoring</a> tool based on etherman that features link-layer, tcp, and ip modes. Etherape is a real time monitor who&#8217;s graphic representation instantly changes as network traffic goes in and out. You can use Etherape live or have it read from a dump file. Etherape supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices so you shouldn&#8217;t have any problem getting it to work on your network.</p>
<p><span id="more-10086"></span><strong>Installing</strong></p>
<p>Installing Etherape is simple. Open up your Add/Remove Software utility, do a search for &#8220;etherape&#8221; and select the entry when it appears. Apply the changes to install the application. If you prefer to go the command line route you can isse the command &#8220;sudo apt-get install etherape&#8221;. Once you have the application installed you can start Etherape by issuing the command <em>etherape</em> from a command line. You can also start Etherape from the Applications menu by looking in the Tools | System Tools submenus.</p>
<p><strong>The Main Window</strong></p>
<p>When you first open up Etherape (you will need the root password) you will see a blank window with some buttons and menus. At this point you are not capturing any packets because you haven&#8217;t instructed Etherape what interfaces to use.</p>
<div id="attachment_10088" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/01/etherape_interfaces.png"><img class="size-medium wp-image-10088" src="http://www.ghacks.net/wp-content/uploads/2009/01/etherape_interfaces-500x382.png" alt="Configure Etherape Interfaces" width="300" height="229" /></a><p class="wp-caption-text">Configure Etherape Interfaces</p></div>
<p>In order to configure the interface click on the Capture menu and then click in the Interfaces sub-menu. Select the interface your machine uses to continue. Note that, as of this writing, Etherape does not support the Wifi0 interface. If you are using wireless you will most likely be able to use ath0.</p>
<p>Once you have configured the interface select the Mode type from the same menu you found the Interfaces entry.</p>
<p>Etherape will immediately begin capturing packets. You will see the large black window quickly fill with traffic. Depending upon your network your window can fill up very quickly. You will also notice that Etherape contains a color-coded legend.</p>
<div id="attachment_10090" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/01/etherape_main1.png"><img class="size-medium wp-image-10090" src="http://www.ghacks.net/wp-content/uploads/2009/01/etherape_main1-500x402.png" alt="Etherape Capturing Packets" width="300" height="241" /></a><p class="wp-caption-text">Etherape Capturing Packets</p></div>
<p>By default CUPS and Domain are blue, WWW, TCP, ICMP are red, IMAP2 is purple, and POP3 is yellow. These colors can be changed in the Preferences window to whatever you like.</p>
<p>As you can see (in the image to the right) there is a lot of external traffic. But what if you only want to monitor internal traffic? Simple In the Preferences window click on the Diagram tab. You will see a small text area labeled &#8220;Capture Filter&#8221;. In this text area you will enter something similar to:<em> ip and src net 192.168 and dst net 192.168</em> (where 192.168 is the first two sections of your internal network addressing.)</p>
<p>Once you enter that information, click Save, and the preferences window will go away. Etherape will now start capturing only your internal traffic.</p>
<p><strong>Reading From Files</strong></p>
<p>Etherape can read files from the <em>tcpdump</em> application. But you must run <em>tcpdump</em> with the <em>-n </em>and <em>-w</em> flags. The <em>tcpdump </em>command would be run like so: <em>tcpdump -n -w dump_file</em>. Once you are satisfied you have enough information you can stop the dump with ctrl-c. Once you have your dump file you can open it by going to File and then selected Open. The captured packets will display in real time as they were captured during tcpdump&#8217;s run.</p>
<p><strong>Final Thoughts</strong></p>
<p>Etherape is the perfect tool for monitoring network traffic. Not only is it simple to use, it gives you instant output as traffic comes in and out of your network.</p>

	Tags: <a href="http://www.ghacks.net/tag/etherape/" title="etherape" rel="tag">etherape</a>, <a href="http://www.ghacks.net/tag/etherman/" title="etherman" rel="tag">etherman</a>, <a href="http://www.ghacks.net/tag/internal-traffic/" title="internal traffic" rel="tag">internal traffic</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/network-analyzers/" title="network analyzers" rel="tag">network analyzers</a>, <a href="http://www.ghacks.net/tag/network-monitoring/" title="Network Monitoring" rel="tag">Network Monitoring</a>, <a href="http://www.ghacks.net/tag/network-tools/" title="network tools" rel="tag">network tools</a>, <a href="http://www.ghacks.net/tag/tcpip/" title="tcp/ip" rel="tag">tcp/ip</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/31/gather-wireless-information-with-wavemon/" title="Gather Wireless Information with Wavemon (March 31, 2009)">Gather Wireless Information with Wavemon</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/06/widgets-for-linux-gdesklets/" title="Widgets for Linux: gDesklets (December 6, 2006)">Widgets for Linux: gDesklets</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/23/monitor-your-network-the-open-source-way-with-etherape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Monitoring Software NetTools</title>
		<link>http://www.ghacks.net/2008/08/13/server-monitoring-software/</link>
		<comments>http://www.ghacks.net/2008/08/13/server-monitoring-software/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 10:27:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network tools]]></category>
		<category><![CDATA[Networking Monitoring Software]]></category>
		<category><![CDATA[server monitor]]></category>
		<category><![CDATA[Server Monitoring Software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=6117</guid>
		<description><![CDATA[NetTools is another server monitoring software that shows promise. The main advantage of NetTools is at the same time its biggest disadvantage. The software program runs on a Windows computer which means that it&#8217;s virtually impossible to let it monitor servers 24/7 unless the computer is always on.
The Server Monitoring Software however is offering a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.axencesoftware.com/index.php?action=FreeNTNetCheck">NetTools</a> is another server monitoring software that shows promise. The main advantage of NetTools is at the same time its biggest disadvantage. The software program runs on a Windows computer which means that it&#8217;s virtually impossible to let it monitor servers 24/7 unless the computer is always on.</p>
<p>The Server Monitoring Software however is offering a wealth of tools and options to monitor networks, servers and websites of which some are restricted to the commercial version of the monitoring software. The user can add a number of IPs or domain names that should be monitored by the software. It monitors response time and packets in real time and graphs that display the data as well.</p>
<p>Alerts can be set if the host is not responding or if the server response time or packet loss rate reaches a certain number. Four events can be configured: Message on the desktop, send an email, play a sound or show an icon in the system tray.</p>
<p><span id="more-6117"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/08/server_monitoring1-500x299.jpg" alt="server monitoring" title="server monitoring " width="500" height="299" class="alignnone size-medium wp-image-6119" /></p>
<p>The free version of NetTools provides access to several network tools like Ping, Lookup or Trace but also more advanced tools like network and host scans. </p>
<p>I personally think it&#8217;s a bit unfortunate to mix free and commercial versions into the free version which might confuse the user at the beginning. <a href="http://www.ghacks.net/2008/08/11/network-monitoring-software-looklan/">Networking Monitoring Software</a> Look@Lan offers most of the features as well but is completely free.</p>

	Tags: <a href="http://www.ghacks.net/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.ghacks.net/tag/network-tools/" title="network tools" rel="tag">network tools</a>, <a href="http://www.ghacks.net/tag/networking-monitoring-software/" title="Networking Monitoring Software" rel="tag">Networking Monitoring Software</a>, <a href="http://www.ghacks.net/tag/server-monitor/" title="server monitor" rel="tag">server monitor</a>, <a href="http://www.ghacks.net/tag/server-monitoring-software/" title="Server Monitoring Software" rel="tag">Server Monitoring Software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/06/remote-server-monitoring-software-dreamsys-server-monitor/" title="Remote Server Monitoring Software DreamSys Server Monitor (June 6, 2009)">Remote Server Monitoring Software DreamSys Server Monitor</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/05/28/network-monitoring-software/" title="Network Monitoring Software Open Monitor (May 28, 2009)">Network Monitoring Software Open Monitor</a> (27)</li>
	<li><a href="http://www.ghacks.net/2008/05/11/etoolz-network-toolset/" title="eToolz Network Toolset (May 11, 2008)">eToolz Network Toolset</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/18/yahoo-server-monitor-widget/" title="Yahoo Server Monitor Widget (July 18, 2008)">Yahoo Server Monitor Widget</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/08/13/server-monitoring-software/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>eToolz Network Toolset</title>
		<link>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/</link>
		<comments>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/#comments</comments>
		<pubDate>Sun, 11 May 2008 11:57:09 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network tools]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[tracert]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4090</guid>
		<description><![CDATA[It is sometimes required to issue a ping or tracert command to identify the source for a slow Internet connection or no connection to a server at all. I usually use those commands when I notice that websites that I own run slow or are not responsive at all. This can also be useful if [...]]]></description>
			<content:encoded><![CDATA[<p>It is sometimes required to issue a ping or tracert command to identify the source for a slow Internet connection or no connection to a server at all. I usually use those commands when I notice that websites that I own run slow or are not responsive at all. This can also be useful if you are a gamer and want to test your ping to a game server or find out how your connection is routed to the server. Several companies, like Blizzard for instance, request a tracert and ping before they even look in the matter.</p>
<p>Most operating systems have those tools on board and it is normally not required to use an external tool. Many users however do not like to work with the command line in Windows and prefer a graphical user interface instead. Many also have difficulties issuing the correct commands, e.g. finding out how to save the result in a text document automatically.</p>
<p><a href="http://66.102.9.104/translate_c?hl=de&#038;langpair=de%7Cen&#038;u=http://www.gaijin.at/dlet.php">eToolz</a> is a collection of network and Internet tools that provides a graphical interface for several common commands. This includes ping and tracert but also DNS and whois lookups, mail checks, the retrieval of http headers, time synchronization, pagerank check and list with useful information (default ports, domain extensions).</p>
<p><span id="more-4090"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/etoolz-300x223.jpg" alt="etoolz" title="etoolz" width="300" height="223" class="alignnone size-medium wp-image-4091" /></p>
<p>Most functions come with several options. It is for instance possible to select one of six whois databases, define timeouts, ping counts or the maximum amount of hops of a tracert. Every echo in the program can be copied normally. Five languages are supported: German, English, French, Portuguese and Dutch although a few of the information are still not translated and therefor in German.</p>
<p>The developer of the product uses Google Translate to provide an English version of the homepage, ever heard of Nazi lookups ? Yeah, me neither.</p>

	Tags: <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a>, <a href="http://www.ghacks.net/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.ghacks.net/tag/network-tools/" title="network tools" rel="tag">network tools</a>, <a href="http://www.ghacks.net/tag/ping/" title="ping" rel="tag">ping</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/tracert/" title="tracert" rel="tag">tracert</a>, <a href="http://www.ghacks.net/tag/whois/" title="whois" rel="tag">whois</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/14/torrent2exe-makes-bittorrent-a-tad-easier/" title="Torrent2exe makes Bittorrent a tad easier (May 14, 2008)">Torrent2exe makes Bittorrent a tad easier</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/23/softperfect-network-scanner/" title="Softperfect Network Scanner (August 23, 2008)">Softperfect Network Scanner</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/08/11/port-scanning-networking-tool-superscan/" title="Port Scanning Networking Tool SuperScan (August 11, 2008)">Port Scanning Networking Tool SuperScan</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/22/network-settings-manager/" title="Network Settings Manager (May 22, 2008)">Network Settings Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/09/19/hamachi-virtual-private-network/" title="Hamachi Virtual Private Network (September 19, 2006)">Hamachi Virtual Private Network</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/11/etoolz-network-toolset/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 100 Network Security Tools</title>
		<link>http://www.ghacks.net/2006/06/22/top-100-network-security-tools/</link>
		<comments>http://www.ghacks.net/2006/06/22/top-100-network-security-tools/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 11:41:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[network tools]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/06/22/top-100-network-security-tools/</guid>
		<description><![CDATA[Great list of the top 100 network security tools voted by 3243 users of the nmap-hackers mailing list. Every tool mentioned has a description, a homepage link to the developers, icons that tell you if it works on your system and if it costs money. All utilities belong to a category, you have the option to display every category. (like vulnerability scanners)]]></description>
			<content:encoded><![CDATA[<p>Great list of the <a target="_blank" href="http://sectools.org/">top 100 network security tools</a> voted by 3243 users of the nmap-hackers mailing list. Every tool mentioned has a description, a homepage link to the developers, icons that tell you if it works on your system and if it costs money. All utilities belong to a category, you have the option to display every category. (like vulnerability scanners)</p>
<p>Top ten tools are Nessus, Wireshark (former Ethereal), Snort, Netcat, Metasploit Framework, Hping2, Kismet, TcpDump, Cain and Abel and finally John the Ripper.</p>
<p>This is a great collection of the most important network security tools of 2006.</p>
<p><span id="more-580"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/network-tools/" title="network tools" rel="tag">network tools</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/06/13/windows-malicious-software-removal-tool-observations/" title="Windows Malicious Software Removal Tool Observations (June 13, 2006)">Windows Malicious Software Removal Tool Observations</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/07/07/true-crypt-6-released/" title="True Crypt 6 released (July 7, 2008)">True Crypt 6 released</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/03/21/protect-files-in-windows-by-locking-them/" title="Protect Files in Windows by locking them (March 21, 2008)">Protect Files in Windows by locking them</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/05/08/open-ports-10/" title="Open Ports 1.0 (May 8, 2006)">Open Ports 1.0</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/03/06/norton-antibot-free-1-year-license/" title="Norton Antibot Free 1 Year License (March 6, 2008)">Norton Antibot Free 1 Year License</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/06/22/top-100-network-security-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
