Displaying 1 result from an estimated 1 matches for "e72a17b6".
2013 Jun 04
3
Centos6.4 routing problem
...ERCTL=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_CONTROLLED=no
ONBOOT=yes
TYPE=Ethernet
UUID="e72a17b6-fb5f-43f0-9136-fa4d92b542ae"
IPADDR=192.168.70.129
NETMASK=255.255.255.128
IPV6INIT=no
USERCTL=no
in iptables, prerouting and masquerading are configured :
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*nat
:PREROUTING ACCE...