Hard code MAC address for NIC. Must match the base VM.
This commit is contained in:
parent
9ed95705f7
commit
4f72534121
|
@ -27,6 +27,7 @@ class VirtualBox
|
|||
"cableconnected1" => "on",
|
||||
"nictrace1" => "off",
|
||||
"bridgeadapter1" => "en0: Ethernet",
|
||||
"macaddress1" => "08002771F257",
|
||||
# Ports
|
||||
"audio" => "none",
|
||||
"clipboard" => "bidirectional",
|
||||
|
|
Loading…
Reference in New Issue