my /etc/network/interfaces
file when I am logged as the container looks like this
auto eth0
iface eth0 inet static
address 192.168.1.27
netmask 255.255.255.240
gateway 192.168.1.1
but when I do ping 192.168.1.1
I get
connect: Network is unreachable
I don't understand why I cannot do that.
I get the same thing when pinging 8.8.8.8