On 03/14/2018 11:29 PM, Martin Wagner wrote:
TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=none DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=no IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no IPV6_ADDR_GEN_MODE=stable-privacy NAME="Profile 2" UUID= ONBOOT=yes IPADDR=192.168.1.103 PREFIX=24 GATEWAY=192.168.1.1 DNS1=127.0.0.1 SECONDARY_UUIDS=
Nothing seems wrong here. You are using Fixed IP. And ONBOOT is enabled
The only thing I am find a bit odd is your DNS1. This is okay if you are running your own DNS (bind). If not, try changing it to 8.8.8.8 (Google's DNS).
Also what is your /etc/resolv.conf ?
Mine looks like:
# Generated by NetworkManager search netgear.com nameserver 192.168.250.1
The above is my el-cheap-o router.
Also try adding to your ifcfg-eno1 USERCTL=yes
and see if that helps.
You can up and down eno1 from the command line with ifdown eno1 ifup eno1
USERCTL has to be enabled for a user to do the above, otherwise, you are stuck doing it as root