I can not connect to server from host. I am not sure what I did wrong.
attached are the pictures of ifconfig in server and vbox setup.
I am simply not sure what am I missing here. I am supposed to connect to server from host via browser https://192.168.1.20
edit I get this:
Unable to connect
Firefox can't establish connection to the server at 192.168.1.20
and I can't even ping it in this case.
Code:
/etc/network/interfaces
auto eth1
iface eth1 inet static
address 192.168.1.20
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns...
dns-nameservers 192.168.1.1
dns-search org
I am simply not sure what am I missing here. I am supposed to connect to server from host via browser https://192.168.1.20
edit I get this:
Unable to connect
Firefox can't establish connection to the server at 192.168.1.20
and I can't even ping it in this case.