Displaying 1 result from an estimated 1 matches for "cdfe1d58".
2013 Jun 04
3
Centos6.4 routing problem
...s problem is Centos-specific.
The server is a Dell Poweredge R210. The install is standard 6.4, updated.
I have one nic facing the public internet:
vi /etc/sysconfig/network-scripts/ifcfg-em1
DEVICE=em1
BOOTPROTO=none
HWADDR=d4:ae:52:c1:28:2b
NM_CONTROLLED=no
ONBOOT=yes
TYPE=Ethernet
UUID="cdfe1d58-c56c-47fc-8a93-5df2e168d176"
IPV6INIT=no
USERCTL=no
DNS2=195.238.2.22
DNS1=192.168.66.1
IPADDR=192.168.66.5
NETMASK=255.255.255.128
GATEWAY=192.168.66.1
and one nic serving the lan and dhpcd.
vi /etc/sysconfig/network-scripts/ifcfg-em2
DEVICE=em2
BOOTPROTO=none
HWADDR=d4:ae:52:c1:28:2c
NM_C...