Host: Win 7
Guest: Linux
Use case:
I am running Vbox on my laptop, which has both Lan and Wlan. When I am at my desk, they will both be connected. When I move around, only Wlan is connected. Even though the manual showed a way to bind nat to an ip,
Code: Select all
VBoxManage setextradata global "NAT/win-nat-test-0/SourceIp4" 192.168.1.185So I am wondering if there is a way to bind NAT network to an interface instead of IP?
Thanks,