Sorry, been busy and hadn't noticed that you've posted here again. What about system-config-network-tui? Did you use that to setup static? You've added ip address, netmask, gateaway, dns1 and dns2 and dns search path? You've unchecked "use dhcp"? If all else fails try rebooting.
PHP Code:
systemctl stop network.service
systemctl restart network.service
Here's my ifcfg-eth0
PHP Code:
DEVICE=eth0
HWADDR=00:30:67:24:f7:e9
ONBOOT=yes
NM_CONTROLLED=no
IPADDR=192.168.1.114
BOOTPROTO=none
NETMASK=255.255.255.0
DNS2=xx.xx.xx.xxx
TYPE=Ethernet
GATEWAY=192.168.1.1
DNS1=xx.xx.xx.xxx
IPV6INIT=no
USERCTL=no
PREFIX=24