changing mac address on XP guest

Discussions about using Windows guests in VirtualBox.
Post Reply
DrTyldesley
Posts: 4
Joined: 27. Jun 2009, 20:51
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: xp

changing mac address on XP guest

Post by DrTyldesley »

Hi,

I am struggling to work out how I can change the mac address on my XP guest (running under OSX).

for some reason I do not have the settings option available when I start virtual box, which I thought would maybe have the option). So I was looking at using
VBoxManage modifyvm --macaddress ,but to be honest I am not quite sure of the syntax I should use after that bit, or even if this the correct method

Thanks in advance, I have searched lots but cannot really seem to see anything.
baf
Volunteer
Posts: 829
Joined: 27. Sep 2008, 06:18
Primary OS: Mac OS X Leopard
VBox Version: PUEL
Guest OSses: linux,xp,win7
Location: Luleå or Skellefteå, Sweden

Re: changing mac address on XP guest

Post by baf »

Yes correct method.
Syntax like this:
VBoxManage modifyvm <vmname> --macaddressX 000027226F23
replace X with the number of your network card, vmname with the name of your machine and the macadress.
Some say: "You learn as long as you live".
My way: "You live as long as you learn".
DrTyldesley
Posts: 4
Joined: 27. Jun 2009, 20:51
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: xp

Re: changing mac address on XP guest

Post by DrTyldesley »

Thank you for your help :D
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: changing mac address on XP guest

Post by Sasquatch »

You should have the VM Settings available through a button in the main GUI. If it's disabled, that usually means that you're not allowed to change any setting, because it's in saved state or running. Changing settings when in one of these states can cause problems for the VM or even the OS inside it.
In the VM Settings, you can generate a new MAC address on the Network section. Hit the cog, that should give you the option you need.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply