<?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>YourITronics &#187; MAC</title>
	<atom:link href="http://www.youritronics.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Fri, 16 Dec 2011 19:22:15 +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>Webserver Based On ATMega88</title>
		<link>http://www.youritronics.com/webserver-based-on-atmega88/</link>
		<comments>http://www.youritronics.com/webserver-based-on-atmega88/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 08:16:41 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Microcontroller]]></category>
		<category><![CDATA[ATmega88]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.youritronics.com/?p=1282</guid>
		<description><![CDATA[Before starting this Ethernet project the author did of course some prototyping and then he noticed alreadythat UDP was not a problem with lots of space left on the atmega88. Therefore he was quite confident that TCP + HTTP will work. TCP/IP was invented more than 25 years ago. Todays microcontrollers provide almost the computing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youritronics.com/wp-content/uploads/2008/07/webserver-based-on-atmega88.gif"><img class="alignnone size-medium wp-image-1283" title="webserver-based-on-atmega88" src="http://www.youritronics.com/wp-content/uploads/2008/07/webserver-based-on-atmega88.gif" alt="Webserver Based On ATMega88" width="300" height="222" /></a></p>
<p>Before starting  this Ethernet project the author did of course some prototyping and then he noticed alreadythat UDP was not a problem with lots of space left on the atmega88. Therefore he was quite confident that TCP + HTTP will work. TCP/IP was invented more than 25 years ago. Todays microcontrollers provide almost the computing power a standard computer had at that time. No java or xml was used at that time. Things were done in smart and efficient ways.</p>
<p>As you can imagine this web-server code is written for a friendly environment.      Don&#8217;t put it on the open internet. The code uses e.g the     incoming packet to build from it the outgoing packet. An attacker who sends     a mal formed IP packet might be able to confuse the TCP/IP stack. The code is verified with a lot of different browsers and a number of operating systems. It was tested Linux, BSD Unix, Win 98, Win XP, Mac OS-X with a number of different web browsers. It works very well but it was not tested agains atacks and destroy tests.</p>
<p><strong>Webserver Based On ATMega88:</strong> <a href="http://tuxgraphics.org/electronics/200611/embedded-webserver.shtml">[Link]</a> &#8211; <a href="http://www.pyroelectro.com/2008/07/11/atmega88-webserver/">[via]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/webserver-based-on-atmega88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set the mac address from /etc/network/interfaces in Debian</title>
		<link>http://www.youritronics.com/how-to-set-the-mac-address-from-etcnetworkinterfaces-in-debian/</link>
		<comments>http://www.youritronics.com/how-to-set-the-mac-address-from-etcnetworkinterfaces-in-debian/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 07:00:40 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[Debian tutorials]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[interfaces]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.YourITronics.com/2007/10/27/how-to-set-the-mac-address-from-etcnetworkinterfaces-in-debian/</guid>
		<description><![CDATA[     This is an update to a previous post regarding the change of mac address in Debian. In the previous tutorial I told you can change it by ifconfig from a root account. Now I’m going to teach you how to set an interface mac address using /etc/network/interfaces . This is a better way [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><a href="http://www.YourITronics.com/2007/10/04/install-snmp-simple-network-management-protocol-on-debian/install-snmp-simple-network-management-protocol-on-debian-2/" rel="attachment wp-att-87" title="Install SNMP (Simple Network Management Protocol) on Debian"><img src="http://www.YourITronics.com/wp-content/uploads/2007/10/debian_splash.png" alt="Install SNMP (Simple Network Management Protocol) on Debian" align="left" height="138" width="130" /></a>            This is an update to a previous post regarding the change of mac address in Debian. In the previous tutorial I told you can change it by ifconfig from a root account. Now I’m going to teach you how to set an interface mac address using /etc/network/interfaces . This is a better way to set your mac address because the mac you set in /etc/network/interfaces will always load when the interfaces are loaded so you don’t have to worry about the mac after reboot for example. Let’s start by looking at my /etc/network/interfaces it looks like this:</p>
<p class="MsoNormal">&nbsp;</p>
<blockquote><p> #This file describes the network interfaces available on your system<br />
# and how to activate them. For more information, see interfaces(5).</p>
<p># The loopback network interface<br />
auto lo<br />
iface lo inet loopback</p>
<p># The primary network interface<br />
auto eth0<br />
iface eth0 inet static<br />
address 1.1.1.2<br />
netmask 255.255.255.0<br />
network 1.1.1.255<br />
broadcast 1.1.1.255<br />
gateway 1.1.1.1<br />
dns-nameservers 1.1.1.1<br />
dns-search .com<br />
hwaddress ether 00:01:04:1b:2C:1F</p></blockquote>
<p class="MsoNormal">    Open this file in your favorite editor. I use nano. You can see that my ip address is 1.1.1.2 and my gateway is 1.1.1.1 instead of these in your file you will see your network settings. Now, under the last line of the interfaces file you have to add the following</p>
<blockquote><p> hwaddress ether 00:01:04:1b:2C:1F</p></blockquote>
<p>replacing 00:01:04:1b:2C:1F with the mac you want to assign to the interface where you are adding the line. Now save the file with ctrl+x then y to confirm and restart the network service with<br />
<strong> /etc/init.d/networking restart</strong><br />
Now type <strong>ifconfig</strong> and there it is you should see the mac you entered earlier assigned to eth0 (if you choused eth0). You’re done the mac will now load every time the network load’s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/how-to-set-the-mac-address-from-etcnetworkinterfaces-in-debian/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to change the MAC address in Linux (Debian)</title>
		<link>http://www.youritronics.com/how-to-change-the-mac-address-in-linux-debian/</link>
		<comments>http://www.youritronics.com/how-to-change-the-mac-address-in-linux-debian/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 18:27:38 +0000</pubDate>
		<dc:creator>Florin</dc:creator>
				<category><![CDATA[Debian tutorials]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC]]></category>

		<guid isPermaLink="false">http://www.YourITronics.com/2007/09/22/how-to-change-the-mac-address-in-linux-debian/</guid>
		<description><![CDATA[    Although the physical MAC address is permanent by design and is assigned to your network card by factory several mechanisms allow the modification, or spoofing of the MAC address that is reported by the operating system. This can be useful if you want to keep your privacy or to ensure interoperability. Some internet service [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">    Although the physical MAC address is permanent by design and is assigned to your network card by factory several mechanisms allow the modification, or spoofing of the MAC address that is reported by the operating system. This can be useful if you want to keep your privacy or to ensure interoperability. Some internet service providers bind their service to a specific MAC address; if you change your network card or intend to install a router the service won’t work anymore. Changing the MAC address of the new interface will solve the problem.</p>
<p class="MsoNormal">    Under Linux the MAC address of a network card can be changed by doing the following under a root account.</p>
<p class="MsoNormal" align="center"><strong>/etc/init.d/networking stop</strong></p>
<p align="center"><strong>ifconfig eth0 hw ether 02:01:02:03:04:08</strong></p>
<p class="MsoNormal" align="center"><strong>/etc/init.d/networking start</strong></p>
<p class="MsoNormal">” 02:01:02:03:04:08” being the new assigned mac.</p>
<p class="MsoNormal">    Under Fedora Core 5, and possibly in other Linux distributions, to disable and restart networking, you must stop and start /etc/init.d/network, instead of /etc/init.d/networking. Using the described method your MAC address will revert to original MAC address (hardware MAC) after reboot. So if you want to make the change permanently in Debian you have to add</p>
<p class="MsoNormal" align="center"><strong>hwaddress ether 02:01:02:03:04:08</strong></p>
<p class="MsoNormal" align="left">into the appropriate section of /etc/network/interfaces so that the MAC address is set when the network device is started.</p>
<p class="MsoNormal">You can also use the tool <a href="http://www.alobbs.com/macchanger" title="MACChanger" target="_blank">MACChanger</a> to change the MAC address under Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.youritronics.com/how-to-change-the-mac-address-in-linux-debian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

