Accesing internet with Host-Only network VirtualBox
- by Bibo
I have two VMs in my VirtualBox. Both are FreeBSD and should communicate between each other. I have created network with DHCP enabled and set like this:
Server Address 10.10.10.1
Server Mask 255.255.255.0
Lower Address Bound 10.10.10.100
Upper Address Bound 10.10.10.200
My VMs are pinging each other and getting right ip adress. This is what I…