Hi, everyone!
I've got a problem with my server, which I normally use as a router for 2
subnets. The first subnet 192.168.0.0 nm 255.255.255.0 is working fine at
eth0 192.168.0.1. But the second subnet 192.168.1.0 nm 255.255.255.0 at
eth1 192.168.1.1 drives me crazy......I'm able perform a ping on
192.168.1.1 without any problems, but I'm not able to ping any other
machine in that subnet.
ifconfig gives me almost the same output for both interfaces(not IP, etc.)
except eth1 has collisions. And tcpdump shows me some arp traffic from a
client.
So can anybody help me solving that problem??....or knows the answer to my
question?
Below are the outputs of route, netstat and ifconfig
bye
Jens
------------------------------------------------------------------------
ifconfig output
------------------------------------------------------------------------
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:6489 errors:0 dropped:0 overruns:0 frame:0
TX packets:6489 errors:0 dropped:0 overruns:0 carrier:0
ööööööööööööö
dummy Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING NOARP MULTICAST MTU:1500 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
eth0 Link encap:Ethernet HWaddr 00:50:FC:60:4E:E8
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3678 errors:0 dropped:0 overruns:0 frame:0
TX packets:4703 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
Interrupt:10 Base address:0xe000
eth1 Link encap:Ethernet HWaddr 02:60:8C:8B:4E

A
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3330 errors:0 dropped:0 overruns:0 frame:1
TX packets:5879 errors:146 dropped:0 overruns:0 carrier:296
collisions:2483
Interrupt:3 Base address:0x300 Memory:c8000-ca000
================================================== ========================
--------------------------------------------------------------------------
route output
--------------------------------------------------------------------------
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
linux * 255.255.255.255 UH 0 0 0
dummy
localnet * 255.255.255.0 U 0 0 43 eth0
localnet * 255.255.255.0 U 0 0 3
dummy
192.168.1.0 * 255.255.255.0 U 0 0 9 eth1
loopback * 255.0.0.0 U 0 0 36 lo
================================================== ============================
--------------------------------------------------------------------------
netstat output
-------------------------------------------------------------------------
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
192.168.0.1 0.0.0.0 255.255.255.255 UH 1500 0 0
dummy
192.168.0.0 0.0.0.0 255.255.255.0 U 1500 0 0
eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 1500 0 0
dummy
192.168.1.0 0.0.0.0 255.255.255.0 U 1500 0 0
eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0 lo