VirtualBox host-only network on Ubuntu Server #14
This tutorial shows you how to use Virtualbox host-only network on Ubuntu Server to access a guest operating system form a host operating system or from another virtual machine.
Useful commands:
ifconfig
sudo ifconfig eth1 192.168.56.101 netmask 255.255.255.0 up
sudo vi /etc/network/interfaces
# The host-only network interface
auto eth1
iface eth1 inet static
address 192.168.56.101
netmask 255.255.255.0
network 192.168.56.0
broadcast 192.168.56.255
More info on: http://www.liviubalan.com/virtualbox-host-only-network-on-ubuntu-server
in the same network…how to access a virtual machine with a public IP address???
Thank you! Helped me to solve the connectivity issue.
errr…. too many "errr… ". well, err… nice tute. err…. thanks.
Hi Liviu , Thats a lot for video . very succes your video
good
Did you add the gui one on server?
"very nice"))
thank you so much!
nice explantion