Changeset 43576 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Oct 9, 2012 9:27:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r43412 r43576 1016 1016 the example below, adapt the name of the virtual machine, the MAC 1017 1017 address, the IP configuration and the Internal Networking name 1018 ("MyIntNet") according to your needs. The following sevencommands must1018 ("MyIntNet") according to your needs. The following eigth commands must 1019 1019 first be issued:<screen>VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/Trusted 1 1020 1020 VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/Config/MAC 08:00:27:01:02:0f … … 1023 1023 VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/LUN#0/Driver IntNet 1024 1024 VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/LUN#0/Config/Network MyIntNet 1025 VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/LUN#0/Config/TrunkType 2 1025 1026 VBoxManage setextradata "VM name" VBoxInternal/Devices/IntNetIP/0/LUN#0/Config/IsService 1</screen></para> 1026 1027
Note:
See TracChangeset
for help on using the changeset viewer.