Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

[server] why is this not connecting from host?

$
0
0
I can not connect to server from host. I am not sure what I did wrong.

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

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.
Attached Images

Viewing all articles
Browse latest Browse all 4211

Trending Articles