Any help on this would be appreciated by anyone. I can't figure out why the second the route drops everytime.
NETSTAT READOUT
Code:
Destination Gateway Genmask Flags MSS Window irtt Iface
66.XXX.XXX.96 0.0.0.0 255.255.255.224 U 0 0 0 eth1
74.XXX.XXX.96 0.0.0.0 255.255.255.224 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
0.0.0.0 66.XXX.XXX.98 0.0.0.0 UG 0 0 0 eth1
0.0.0.0 74.XXX.XXX.98 0.0.0.0 UG 0 0 0 eth0
ETHTOOL ETH1 READOUT
Code:
[root@kvrobo ~]# ethtool eth1
Settings for eth1:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Half
Port: MII
PHYAD: 24
Transceiver: internal
Auto-negotiation: on
Current message level: 0x00000001 (1)
Link detected: yes
ETHTOOL ETH0 READOUT
Code:
[root@kvrobo ~]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: g
Current message level: 0x000000ff (255)
Link detected: yes
Eth0 Shows a link is detected but it stays unroutable.