routing problem

hanasaki hanasaki at hanaden.com
Wed Aug 31 11:04:23 CDT 2005



host1 host2 and host3 are all connected to the same 10/100 switch.

traceroute host3  <= from host1  hits host2, the router The goal is to
skip the router and go directly to host3 since they are on the same subnet.

thoughts? whats the issue? and fix?

Thanks,


=============
host1 = addr:10.1.1.30 / mask 255.255.255.0
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
10.1.1.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         10.1.1.2        0.0.0.0         UG    0      0        0 eth0

===============
host2 = addr:10.1.1.2 <= the router to the outside world
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
10.1.1.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         10.1.1.1        0.0.0.0         UG    0      0        0 eth0

================
host3 = 101.1.1.10 / mask 255.255.255.0


More information about the Kclug mailing list