eth0 is set to NAT, with DHCP enabled. eth1 is set to "Host Only", with a static IP:
Code: Select all
DEVICE=eth1
ONBOOT=yes
IPADDRESS=192.168.57.101
NETMASK=255.255.255.0
NETWORK=192.168.57.0
BROADCAST=192.168.57.255
BOOTPROTO=none
TYPE=EthernetThe host-only adapter is set to 192.168.57.1, with DHCP enabled on 192.168.57.100 (range 101 to 254).
The guest can successfully ping itself, ping google.com, and ssh into itself. It can't ping the DHCP server, nor the host on either it's real network address or 192.167.57.1.
The host can successfully ping the guest, but can't be accessed via ssh. It looks as though vboxnet0 is configured correctly on the host.
Can someone advise as to why the host can't communicate with the guest other than by pinging?
| Edit: Fixed a typo. |