Ubuntu 16.04.6 no internet connection after changing to Static IP Address
-
Hi, I’m in the process of setting up a FOG Server. I’m currently stuck on the O/S install.
I installed Ubuntu 16.04.6 sever. I updated the system. Upon changing to a static IP address I don’t have a internet connection. I can’t ping or update packages.Here is my settings
iface eno1 innet static
address 192.168.1.170
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.222
gateway 192.168.1.1
dns-nameservers 8.8.8.8I have saved the settings and rebooted the server.
Also when I type in a ifconfig it only shows the lo loopback connection and not eno1.
-
If this is accurate shouldn’t broadcast be 192.168.1.255?