<?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>Techolar: Tech Media, Computer Software Tutorials, Internet Tools and Gadgets &#187; Mac Address</title>
	<atom:link href="http://www.techolar.com/tag/mac-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techolar.com</link>
	<description>Techolar is a daily updated weblog that focuses on Computer software reviews, Tutorials, web applications, technology news, and personal computing tips.</description>
	<lastBuildDate>Tue, 28 Feb 2012 12:47:55 +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>How to Change Mac Address in Linux (Ubuntu/Kubuntu)</title>
		<link>http://www.techolar.com/linux/change-mac-address-in-linux-ubuntu-and-kubuntu/</link>
		<comments>http://www.techolar.com/linux/change-mac-address-in-linux-ubuntu-and-kubuntu/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 06:49:52 +0000</pubDate>
		<dc:creator>Vasu</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac Address]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.techolar.com/linux/change-mac-address-in-linux-ubuntu-and-kubuntu/</guid>
		<description><![CDATA[Ubuntu/Kubuntu Tutorial. Some times we require to change MAC address (Physical Address of network card).This can be temporarily or permanently. Here is a tutorial which illustrates changing&#160; of MAC address in linux/ubuntu/kubuntu To change the MAC address temporarily Open terminal and type ifconfig eth0 down This command brings the network down&#160; Later type the following [...]<p>Post from: <a href="http://www.techolar.com"></a><br/><br/><a href="http://www.techolar.com/linux/change-mac-address-in-linux-ubuntu-and-kubuntu/">How to Change Mac Address in Linux (Ubuntu/Kubuntu)</a></p>
]]></description>
			<content:encoded><![CDATA[<p><em>Ubuntu/Kubuntu Tutorial.</em></p>
<p>Some times we require to change MAC address (Physical Address of network card).This can be temporarily or permanently. Here is a tutorial which illustrates changing&#160; of MAC address in <strong>linux/ubuntu/kubuntu</strong></p>
<p>To change the <strong>MAC address temporarily</strong></p>
<p>Open terminal and type </p>
<blockquote style="width: 52.55%; height: 23px"><p><code>ifconfig eth0 down</code></p>
</blockquote>
<p>This command brings the network down&#160; </p>
<p>Later type the following command.</p>
<blockquote style="width: 52.55%; height: 23px"><p><code>ifconfig eth0 hw ether <em><strong>Your Mac Address</strong></em> </code></p>
</blockquote>
<p>For example, it will be like</p>
<p><em><strong>ifconfig eth0 hw ether 001B2F1359C3</strong></em></p>
<p>Later bring the network up by the following command.</p>
<blockquote style="width: 52.55%; height: 23px"><p><code>ifconfig eth0 up</code></p>
</blockquote>
<p>Now type </p>
<blockquote style="width: 52.55%; height: 23px"><p>dhclient</p>
</blockquote>
<p>This DHCP protocol allows your computer to contact a central server which main- tains a list of IP addresses which will be assigned <font color="#000000">to you. </font></p>
<p><font color="#000000">Now your connection should be up with a new MAC address</font></p>
<p><font color="#000000">If you still find a problem with connection, Just repeat the process after taking the LAN wire connection</font></p>
<p>If you want to access internet with the new mac address all the time, it would be difficult to repeat the process every time after starting the system</p>
<p>So we need to edit <strong>/etc/init.d/bootmisc.sh</strong></p>
<p>Anything in the file loads after the regular boot process.So we can repeat the temporary process here.</p>
<p>Open terminal and type</p>
<blockquote style="width: 52.55%; height: 23px"><p>sudo gedit /etc/init.d/bootmisc.sh</p>
</blockquote>
<p>On the bottom of the page, insert the following piece of code</p>
<blockquote style="width: 52.79%; height: 134px"><p>killall dhclient      <br />killall dhclient3       <br />ifconfig eth0 down       <br />ifconfig eth0 hw ether 001B2F1359C3       <br />ifconfig eth0 up       <br />/sbin/dhclient       <br />/sbin/dhclient3</p>
</blockquote>
<p>So putting this in the file will change the MAC address everytime the system starts.</p>
<p>Post from: <a href="http://www.techolar.com"></a><br/><br/><a href="http://www.techolar.com/linux/change-mac-address-in-linux-ubuntu-and-kubuntu/">How to Change Mac Address in Linux (Ubuntu/Kubuntu)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techolar.com/linux/change-mac-address-in-linux-ubuntu-and-kubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
