1 server, 2 nics, 2 networks (1 functional)
I have a server that is connected to two internal networks, a 100MB hub and a 1GB hub. The 100MB nic's ip is 192.168.1.140 and the 1000MB is 192.168.0.141.
The 100MB (eth0) isn't working for some reason. Everyone else on that network can see(ping) each other and such. And the 1000MB network can see the server.
I want to say that it is a routing table problem, but I'd like to ask if that sounds right first.
The routing tables looks like this
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
169.254.0.0 * 255.255.0.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 192.168.0.254 0.0.0.0 UG 0 0 0 eth1
Any thoughts?
Thanks.
Last edited by mehesque; 08-11-2004 at 01:07 PM.
|