<?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>WiredRevolution.com &#187; mac address</title>
	<atom:link href="http://www.wiredrevolution.com/tag/mac-address/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Clone a VirtualBox Guest VM</title>
		<link>http://www.wiredrevolution.com/virtualbox/clone-a-virtualbox-guest-vm?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=clone-a-virtualbox-guest-vm</link>
		<comments>http://www.wiredrevolution.com/virtualbox/clone-a-virtualbox-guest-vm#comments</comments>
		<pubDate>Mon, 13 Sep 2010 14:23:20 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[mac address]]></category>
		<category><![CDATA[static IP]]></category>
		<category><![CDATA[VBoxManage]]></category>
		<category><![CDATA[vdi]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1279</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/virtualbox-icon.png" width="91" height="100" alt="" title="virtualbox" /><br/>Having a clone of a particular VM is helpful whether you want to keep a backup vanilla image to use in the future, or create a cluster of identical machines that can run in parallel. This process is not well documented and can be slightly tricky. Hopefully this guide will help many of you through [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/setup-ssh-access-between-virtualbox-host-and-guest-vms' rel='bookmark' title='Permanent Link: Setup SSH access between VirtualBox Host and Guest VMs'>Setup SSH access between VirtualBox Host and Guest VMs</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/setup-usb-support-in-oracle-virtualbox' rel='bookmark' title='Permanent Link: Setup USB support in Oracle VirtualBox'>Setup USB support in Oracle VirtualBox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/virtualbox-icon.png" width="91" height="100" alt="" title="virtualbox" /><br/><p>Having a clone of a particular VM is helpful whether you want to keep a backup vanilla image to use in the future, or create a cluster of identical machines that can run in parallel. This process is not well documented and can be slightly tricky. Hopefully this guide will help many of you through the process.</p>
<p>First off make sure your Guest virtual machine is shut down and <strong>not running or suspended</strong> and then run:<br />
<code>$ VBoxManage clonevdi source.vdi target.vdi</code></p>
<p>This may take a few minutes depending on the size of your VM<br />
<code>Oracle VM VirtualBox Command Line Management Interface Version 3.2.8<br />
(C) 2005-2010 Oracle Corporation<br />
All rights reserved.<br />
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%<br />
Clone hard disk created in format 'VDI'. UUID: c18b8549-33ab-41a1-8d66-25f884fef86a<br />
</code></p>
<p>Now that you have cloned your disk image, you need to create another VM. Duplicate the exact setup you had with the previous VM, making sure to create the same network adapters, shared folders, memory limits, etc. </p>
<p>The final step is to attach the cloned vdi to your new VM and start it.</p>
<p><strong>Common Issues:</strong></p>
<p>- VirtualBox will create new random MAC addresses for network adapters. This may or may not cause a problem. If it does you will have to reconfigure the device within the cloned VM if you want to use the old and cloned VM simultaneously, otherwise you can change the MAC address to be the same as the original.</p>
<p>- You may want to change the hostname as well as the IP address if it is statically allocated. Again if you are not running multiple machines simultaneously this may not be a problem for you. </p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/virtualbox/setup-ssh-access-between-virtualbox-host-and-guest-vms' rel='bookmark' title='Permanent Link: Setup SSH access between VirtualBox Host and Guest VMs'>Setup SSH access between VirtualBox Host and Guest VMs</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/mount-a-virtualbox-shared-folder-inside-a-guest-vm' rel='bookmark' title='Permanent Link: Mount a VirtualBox shared folder inside a guest VM'>Mount a VirtualBox shared folder inside a guest VM</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/setup-usb-support-in-oracle-virtualbox' rel='bookmark' title='Permanent Link: Setup USB support in Oracle VirtualBox'>Setup USB support in Oracle VirtualBox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/virtualbox/clone-a-virtualbox-guest-vm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find your MAC address with ifconfig</title>
		<link>http://www.wiredrevolution.com/system-administration/find-your-mac-address-with-ifconfig?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-your-mac-address-with-ifconfig</link>
		<comments>http://www.wiredrevolution.com/system-administration/find-your-mac-address-with-ifconfig#comments</comments>
		<pubDate>Thu, 30 Oct 2008 11:06:53 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[system administration]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[HWaddr]]></category>
		<category><![CDATA[ifconfig]]></category>
		<category><![CDATA[mac address]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=555</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/sysadmin_icon.png" width="80" height="94" alt="" title="system administration" /><br/>You can find the MAC address of your system at the command line by using the ifconfig command. The ifconfig command will show you information on all your network interfaces. If no arguments are given ifconfig displays the status of the currently active interfaces. You have to run this command as root or use sudo. [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/find-your-ip-address-with-ifconfig' rel='bookmark' title='Permanent Link: Find your IP address with ifconfig'>Find your IP address with ifconfig</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/setup-ssh-access-between-virtualbox-host-and-guest-vms' rel='bookmark' title='Permanent Link: Setup SSH access between VirtualBox Host and Guest VMs'>Setup SSH access between VirtualBox Host and Guest VMs</a></li>
<li><a href='http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine' rel='bookmark' title='Permanent Link: Find the MAC address on a Windows machine'>Find the MAC address on a Windows machine</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/sysadmin_icon.png" width="80" height="94" alt="" title="system administration" /><br/><p>You can find the MAC address of your system at the command line by using the <strong>ifconfig</strong> command. The ifconfig command will show you information on all your network interfaces.  If no arguments are given ifconfig displays the status of the currently active interfaces.</p>
<p>You have to run this command as root or <a href="http://www.wiredrevolution.com/commands/submit-commands-as-root-with-sudo">use sudo</a>.</p>
<pre>
# ifconfig
</pre>
<pre>
wlan0     Link encap:Ethernet  <strong>HWaddr a1:b2:c3:d4:e5:f6  </strong>
          inet addr:192.168.2.11  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
          RX packets:4007 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4246 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3292271 (3.1 MiB)  TX bytes:994922 (971.6 KiB)
</pre>
<p>Your MAC address is displayed in the <strong>HWaddr</strong> field.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/find-your-ip-address-with-ifconfig' rel='bookmark' title='Permanent Link: Find your IP address with ifconfig'>Find your IP address with ifconfig</a></li>
<li><a href='http://www.wiredrevolution.com/virtualbox/setup-ssh-access-between-virtualbox-host-and-guest-vms' rel='bookmark' title='Permanent Link: Setup SSH access between VirtualBox Host and Guest VMs'>Setup SSH access between VirtualBox Host and Guest VMs</a></li>
<li><a href='http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine' rel='bookmark' title='Permanent Link: Find the MAC address on a Windows machine'>Find the MAC address on a Windows machine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/system-administration/find-your-mac-address-with-ifconfig/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the MAC address on a Windows machine</title>
		<link>http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=find-the-mac-address-on-a-windows-machine</link>
		<comments>http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine#comments</comments>
		<pubDate>Sun, 28 Sep 2008 18:54:48 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[mac address]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=152</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/windows_icon.png" width="80" height="71" alt="" title="windows" /><br/>For whatever reason lets assume you find yourself on a Windows machine and you need to obtain the MAC address of its network adapter. Do the following. Go to Start -> Run which will bring up a text box. In this box type cmd. A command prompt will appear. Type this is the terminal. ipconfig [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine' rel='bookmark' title='Permanent Link: Creating a Windows Boot Disk with a Linux Machine'>Creating a Windows Boot Disk with a Linux Machine</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/convert-text-files-within-a-directory-from-windows-to-unix-format' rel='bookmark' title='Permanent Link: Convert text files within a directory from Windows to Unix format'>Convert text files within a directory from Windows to Unix format</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/find-your-mac-address-with-ifconfig' rel='bookmark' title='Permanent Link: Find your MAC address with ifconfig'>Find your MAC address with ifconfig</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/windows_icon.png" width="80" height="71" alt="" title="windows" /><br/><p>For whatever reason lets assume you find yourself on a Windows machine and you need to obtain the MAC address of its network adapter.  Do the following.</p>
<p>Go to <strong>Start -> Run</strong> which will bring up a text box.  In this box type <strong>cmd</strong>.  A command prompt will appear.</p>
<p>Type this is the terminal.</p>
<pre>
ipconfig /all
</pre>
<p>A lot of information will fly by but the MAC address is labeled <strong>Physical Address</strong>. The number is 6 pairs of hexidecimal numbers separated by dashes. It will look like this.</p>
<pre>
Physical Address . . . . . . . . . : a1-b2-c3-d4-e5-f6
</pre>
<p>If the machine has more than one network adapter (wired and wireless), then you will see an address for each one.</p>
<p>This will work with Windows 2000/XP/Vista.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/system-administration/creating-a-windows-boot-disk-with-a-linux-machine' rel='bookmark' title='Permanent Link: Creating a Windows Boot Disk with a Linux Machine'>Creating a Windows Boot Disk with a Linux Machine</a></li>
<li><a href='http://www.wiredrevolution.com/bash-programming/convert-text-files-within-a-directory-from-windows-to-unix-format' rel='bookmark' title='Permanent Link: Convert text files within a directory from Windows to Unix format'>Convert text files within a directory from Windows to Unix format</a></li>
<li><a href='http://www.wiredrevolution.com/system-administration/find-your-mac-address-with-ifconfig' rel='bookmark' title='Permanent Link: Find your MAC address with ifconfig'>Find your MAC address with ifconfig</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/windows/find-the-mac-address-on-a-windows-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

