Errors when bringing down eth0
Posted: Wed Aug 01, 2012 10:22 am
"service network restart" shows the following alerts. How do I make these alerts go away?
There are also ifcfg-eth0:1, ifcfg-eth0:2 and ifcfg-eth0:3 for other IPs in the same VM (hypervisor KVM)
Thanks
Code: Select all
NET[23441]: /etc/sysconfig/network-scripts/ifdown-post : updated /etc/resolv.conf
lldpad[1395]: evb_ifdown:port eth0 remove failed
lldpad[1395]: evb_ifdown:port eth0 remove failed
lldpad[1395]: evb_ifdown:port eth0 remove failed
NET[23692]: /etc/sysconfig/network-scripts/ifup-post : updated /etc/resolv.conf
Code: Select all
> cat ifcfg-eth0
GATEWAY=xxx.xxx.32.193
HWADDR=52:54:00:d9:e6:30
IPV6INIT=no
BROADCAST=""
DNS1=8.8.8.8
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
BOOTPROTO=none
NAME="System eth0"
MACADDR=""
NM_CONTROLLED=yes
TYPE=Ethernet
DEVICE=eth0
PREFIX=29
NETMASK=""
MTU=""
IPADDR=xxx.xxx.32.195
DEFROUTE=yes
NETWORK=""
IPV4_FAILURE_FATAL=yes
ONBOOT=yes
Thanks