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",
|
"cableconnected1" => "on",
|
||||||
"nictrace1" => "off",
|
"nictrace1" => "off",
|
||||||
"bridgeadapter1" => "en0: Ethernet",
|
"bridgeadapter1" => "en0: Ethernet",
|
||||||
|
"macaddress1" => "08002771F257",
|
||||||
# Ports
|
# Ports
|
||||||
"audio" => "none",
|
"audio" => "none",
|
||||||
"clipboard" => "bidirectional",
|
"clipboard" => "bidirectional",
|
||||||
|
|
Loading…
Reference in New Issue