I am trying assign a static IP to a VM I am placing on an intnet using only the command line.
The command I am using so far for setting up the network is:
Code: Select all
VBoxManage modifyvm XP-SP3-1.1 --nic1 intnet --cableconnected1 on --intnet test1I can make this work with `VBoxManage dhcpserver`, but I'd rather know how to do it the right way.
Any help is greatly appreciated.