<?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>SurlyJake &#187; eth</title>
	<atom:link href="http://www.surlyjake.com/tag/eth/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 15:28:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Debian eth0, eth1, eth2, in Virtualbox or VMware Virtual machines when copying</title>
		<link>http://www.surlyjake.com/2009/11/debian-eth0-eth1-eth2-etc-in-vms-when-copying/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=debian-eth0-eth1-eth2-etc-in-vms-when-copying</link>
		<comments>http://www.surlyjake.com/2009/11/debian-eth0-eth1-eth2-etc-in-vms-when-copying/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:44:17 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Debian Etch]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[eth]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=60</guid>
		<description><![CDATA[Debian uses udev. Udev handles mapping MAC&#8217;s to the appropriate /dev/eth(X) file. If you copy a Virtual machine, Udev will remember the MAC address of the old NIC. When you copy the machine, the virtual host usually generates a new MAC address for the VM. Udev will assign the new Device to eth1, eth2, and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.surlyjake.com/tag/debian/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debian">Debian</a> uses udev. Udev handles mapping MAC&#8217;s to the appropriate /<a href="http://www.surlyjake.com/tag/dev/" class="st_tag internal_tag" rel="tag" title="Posts tagged with dev">dev</a>/<a href="http://www.surlyjake.com/tag/eth/" class="st_tag internal_tag" rel="tag" title="Posts tagged with eth">eth</a>(X) file. If you copy a Virtual machine, Udev will remember the MAC address of the old NIC. When you copy the machine, the virtual host usually generates a new MAC address for the <a href="http://www.surlyjake.com/tag/vm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with VM">VM</a>.<br />
Udev will assign the new Device to eth1, eth2, and so on. If you want to change your NIC assignments make Udev forget the old MAC.<br />
In Debian 5 (lenny) it is in this file:</p>
<pre><code>/etc/udev/rules.d/70-persistent-net.rules</code></pre>
<p>In Debian 4 (etch) it is in this file:</p>
<pre><code>/etc/udev/rules.d/z25_persistent-net.rules
</code></pre>
<p>To apply changes in Lenny: &#8220;udevadm trigger&#8221; or &#8220;udevtrigger&#8221; (in Etch)</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/11/debian-eth0-eth1-eth2-etc-in-vms-when-copying/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/11/debian-eth0-eth1-eth2-etc-in-vms-when-copying/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux command line bandwidth monitor</title>
		<link>http://www.surlyjake.com/2009/07/linux-command-line-bandwidth-monitor/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-command-line-bandwidth-monitor</link>
		<comments>http://www.surlyjake.com/2009/07/linux-command-line-bandwidth-monitor/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:50:48 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[eth]]></category>
		<category><![CDATA[iface]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/?p=521</guid>
		<description><![CDATA[You can find out how much bandwidth your linux machine is using with a simple tool called &#8220;bwm-ng&#8221;. In Debian, install it with aptitude install bwm-ng Then, just type &#8216;bwm-ng&#8217; in the command line. It will give you something like this: bwm-ng v0.6 (probing every 5.000s), press 'h' for help input: /proc/net/dev type: rate - [...]]]></description>
			<content:encoded><![CDATA[<p>You can find out how much <a href="http://www.surlyjake.com/tag/bandwidth/" class="st_tag internal_tag" rel="tag" title="Posts tagged with bandwidth">bandwidth</a> your <a href="http://www.surlyjake.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a> machine is using with a simple tool called &#8220;bwm-ng&#8221;. In <a href="http://www.surlyjake.com/tag/debian/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Debian">Debian</a>, install it with</p>
<pre><code>aptitude install bwm-ng</code></pre>
<p>Then, just type &#8216;bwm-ng&#8217; in the command line. It will give you something like this:</p>
<pre><code>bwm-ng v0.6 (probing every 5.000s), press 'h' for help
  input: /proc/net/<a href="http://www.surlyjake.com/tag/dev/" class="st_tag internal_tag" rel="tag" title="Posts tagged with dev">dev</a> type: rate
  -         <a href="http://www.surlyjake.com/tag/iface/" class="st_tag internal_tag" rel="tag" title="Posts tagged with iface">iface</a>                   Rx                   Tx                Total
  ==============================================================================
               lo:           0.00 KB/s            0.00 KB/s            0.00 KB/s
             <a href="http://www.surlyjake.com/tag/eth/" class="st_tag internal_tag" rel="tag" title="Posts tagged with eth">eth</a>0:        2221.47 KB/s           48.13 KB/s         2269.60 KB/s
  ------------------------------------------------------------------------------
            total:        2221.47 KB/s           48.13 KB/s         2269.60 KB/s</code></pre>
<p>Pressing the &#8220;h&#8221; key while it is running wil actually pull up a nice menu to change some of the options you are looking at.</p>
<p>bwm-ng is very basic, &#8220;<strong>iptraf</strong>&#8221; is another tool that provides some more functionality if you want to drill further into what is moving in and out of your box.</p>
<div class="none"><div class="g-plusone" data-href="http://www.surlyjake.com/2009/07/linux-command-line-bandwidth-monitor/" size="standard" count="true"></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/2009/07/linux-command-line-bandwidth-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

