Need to:
That from a host the guest OS, namely Ubuntu Server with webmin, and also Internet access with guest OS was available on a local area network.
Problem:
I put Ubuntu Server, initially the Internet works, but, of course, there is no network. I am trying to configure the network, changing the 1st adapter to the Virtual Host Adapter, the second to NAT. I register in /etc/network/interfaces
# The hostonly network interface auto eth0 iface eth0 inet static address 192.168.56.101 netmask 255.255.255.0 network 192.168.56.0 broadcast 192.168.56.255 The network seems to appear. If you register ping 192.168.56.101 on the host - everything is ok. But the Internet on the guest is already out.
How to properly set up this case, and what exactly could be the problem?
ping 8.8.8.8from the guest to the Internet works (the browser and all other clients, as well as the exchange between the guest and the host also work). - avp