192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
10.0.0.0 * 255.0.0.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 192.168.2.200 0.0.0.0 UG 0 0 0 eth0
I can ping both 10.0.0.4 and 192.168.2.2. However when i enable eth1, I can no longer connect to eth1. I can still ping 192.168.2.2 though.
Does anyone have any suggestions.
eth0 Link encap:Ethernet HWaddr 00:B0

0:78:92:07
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:129 errors:0 dropped:0 overruns:0 frame:0
TX packets:117 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:16 Base address:0xe8c0
eth1 Link encap:Ethernet HWaddr 00:02:B3:0A:0B:EE
inet addr:10.0.0.4 Bcast:10.255.255.255 Mask:255.0.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:229 errors:0 dropped:0 overruns:0 frame:0
TX packets:195 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:28 Base address:0xdcc0
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
arp
10.0.0.1 ether 00:03:47:99

D:3F C eth1
10.0.0.2 ether 00:E0:98:87:AF:93 C eth1
192.168.2.200 ether 00:02:B3:17:FE:C3 C eth0
arp -a
? (10.0.0.1) at 00:03:47:99

D:3F [ether] on eth1
? (10.0.0.2) at 00:E0:98:87:AF:93 [ether] on eth1
? (192.168.2.200) at 00:02:B3:17:FE:C3 [ether] on eth0
This shows that eth0 is bound to its gateway of 192.168.2.200. So why cant i connect to this sucka???
Thanks as always