Quote:
Show the routes and interface assignments please
ip route
|
Subnet 0 is my internal network (using DHCPD and working fine)
Subnet 1 is my connection to my DSL modem (outside world)
169.254.0.0/16 dev eth0 scope link metric 1002
169.254.0.0/16 dev eth1 scope link metric 1003
192.168.0.0/24 dev eth0 proto kernel scope link src 192.168.0.253
192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.253
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:1b:fc:10:a3:1e brd ff:ff:ff:ff:ff:ff
inet 192.168.0.253/24 brd 192.168.0.255 scope global eth0
inet6 fe80::21b:fcff:fe10:a31e/64 scope link
valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:30:f1:1c:b3:7f brd ff:ff:ff:ff:ff:ff
inet 192.168.1.253/24 brd 192.168.1.255 scope global eth1
inet6 fe80::230:f1ff:fe1c:b37f/64 scope link
valid_lft forever preferred_lft forever
Quote:
|
Did you manually edit the /etc/syconfig/net*/../foo.ifcgf files ?
|
I edited /etc/sysconfig/network-scripts/ifcfg-eth(n) a number of times -
ifcfg-eth0:
TYPE=Ethernet
BOOTPROTO=none
IPADDR0=192.168.1.253
PREFIX0=24
GATEWAY0=192.168.1.254
DNS1=166.102.165.13
DNS2=207.91.5.20
DNS3=8.8.8.8
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="eth0"
UUID=e15d9926-ddec-43c1-9abc-93b28b4a0f1c
ONBOOT=yes
NM_CONTROLLED=no
HWADDR=00:30:F1:1C:B3:7F
ifcfg-eth1:
TYPE=Ethernet
BOOTPROTO=none
IPADDR0=192.168.0.253
PREFIX0=24
GATEWAY0=192.168.1.253
DNS1=192.168.1.254
DNS2=166.102.165.13
DNS3=207.91.5.20
DOMAIN=egan
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="eth1"
UUID=e90f80c4-df7e-4564-9f10-599d8ed045c7
ONBOOT=yes
NM_CONTROLLED=no
HWADDR=00:1B:FC:10:A3:1E
Thank you.
---- edit ---
I might mention that I ran Wireshark and can see pings arriving from the inside interface (destined ultimately for the Internet), but they never make it to the other NIC - like the machine is a black hole, kinda.