I need to set a MACAddress to my MAC address that begins with 1D-00-.......
but I cannot do that because:
MACAddress is not accepted by the pattern
Code: Select all
'[0-9A-Fa-f][02468ACEace][0-9A-Fa-f]{10}'I already tried to change this value in .xml config file (the eror from above about the pattern)
and as well:
Code: Select all
VBoxManage modifyvm xp_obi_40new --macaddress1 1D0012345678 Code: Select all
ERROR: Invalid MAC address format
Details: code NS_ERROR_INVALID_ARG (0x80070057), component NetworkAdapter, interface INetworkAdapter, callee nsISupports
Context: "COMSETTER(MACAddress)(Bstr(macs[n]))" at line 1607 of file VBoxManageModifyVM.cpp
Code: Select all
chris@chris-ub:~/.VirtualBox/Machines$ VBoxManage modifyvm xp_obi_40new --macaddress1 1A0012345678
VirtualBox Command Line Management Interface Version 3.0.0
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
chris@chris-ub:~/.VirtualBox/Machines$
thanks,
chris