<?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>Uncertain Binary Thoughts &#187; change. mac address</title>
	<atom:link href="http://ankurs.com/tag/change-mac-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankurs.com</link>
	<description>01110100110101010101011101100010</description>
	<lastBuildDate>Mon, 30 Aug 2010 16:51:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Changing your mac address on Linux</title>
		<link>http://ankurs.com/2008/08/changing-your-mac-address-on-linux/</link>
		<comments>http://ankurs.com/2008/08/changing-your-mac-address-on-linux/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 18:31:16 +0000</pubDate>
		<dc:creator>Ankur Shrivastava</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[change. mac address]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ankurs.com/?p=392</guid>
		<description><![CDATA[I have seen a lot of people saying that &#8220;you can never change your mac its in the hardware, you dont have access to it&#8221;, but well you can easily change you mac on Linux with a simple command Ifconfig. Which is mainly used to configure the kernel-resident network interfaces and it can help you]]></description>
			<content:encoded><![CDATA[<p>I have seen a lot of people saying that &#8220;you can never change your mac its in the hardware, you dont have access to it&#8221;, but well you can easily change you mac on Linux with a simple command <strong>Ifconfig</strong>. Which is mainly used to configure  the kernel-resident network interfaces and it can help you change your mac first see your current mac type as root<br />
<code>ifconfig</code><br />
here see your mac address in the following out put<br />
<code>wlan0     Link encap:Ethernet  HWaddr 00:2B:B5:43:A5:12<br />
          UP BROADCAST MULTICAST  MTU:1500  Metric:1<br />
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br />
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br />
          collisions:0 txqueuelen:1000<br />
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)</code><br />
where wlan0 is the network interface and &#8221; 00:2B:B5:43:A5:12 &#8221; is your mac address, next you need to bring the network interface down by typing<br />
<code>ifconfig wlan0 down</code><br />
here replace wlan0 with the network interface you are using, normally it is wlan0 for WiFi and eth0 for Ethernet, now its time to change your mac address, simply type<br />
<code>ifconfig wlan0 hw ether 00:2B:B5:43:A5:3D</code><br />
here replace 00:2B:B5:43:A5:3D with the mac ID you want to use and then bring the network interface up<br />
<code>ifconfig wlan0 up</code><br />
now again see the output of &#8221; ifconfig &#8221; to check that now you HWaddr has changed from 00:2B:B5:43:A5:12 to 00:2B:B5:43:A5:3D<br />
enjoy!!!!<br />
PS &#8211; MAC = Media Access Control</p>
]]></content:encoded>
			<wfw:commentRss>http://ankurs.com/2008/08/changing-your-mac-address-on-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
