System:
Windows 8 (fully updated)
Current VBox 4.3.4, was also trying on previous version before updated today
Noted in included documentation that NAT is considered experimental.
First curiosity observed:
When 2 guests are running in the default NAT network, I found both machines were fully functional accessing the Internet, but both were assigned the same IPv4 address. Each guest had different IPv6 addresses and MAC addresses. Am speculating that the default NAT does not have DHCP on.
Have attempted:
Add a new NAT network with DHCP enabled. Following the VBox included documentation, I believe the following command is supposed to do this
Code: Select all
VBoxManage natnetwork add -t nat-int-network -n "192.168.15.0/24" -e -h onBut when I open an existing Guest and open its Network Properties, the new network just created is not listed, even after closing and restarting VBox.
Suggestions?
Besides the above, is there a way to list available networks, their status and perhaps state of configured options both from the CLI and the GUI VM VirtualBox Manager?
From the command line, the help options don't seem to list such a command.
Thx,
TSU