On Wed, 2001-11-28 at 14:21, shock wrote: > * Michael Heldebrant ([EMAIL PROTECTED]) spake thusly: > > > > Everything looks ok so far. Routing information is the only thing left > > that I can think of. > > any specific flags i should be passing the route command? here's a > brief one: > > [EMAIL PROTECTED] stephen]# /sbin/route -ee > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > MSS Window irtt > 192.168.2.0 * 255.255.255.0 U 0 0 0 eth1 > 0 0 0 > 192.168.2.0 * 255.255.255.0 U 0 0 0 eth1 > 0 0 0 > 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 > 0 0 0 > 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 > 0 0 0 > 127.0.0.0 * 255.0.0.0 U 0 0 0 lo > 0 0 0 > default cayman.exitwoun 0.0.0.0 UG 0 0 0 eth0 > 0 0 0 > >
This is interesting. You have duplicate routes, which I don't think is a problem. I am guessing that the problem must be on the interfaces on the debian machine. What does ifconfig on the debian machine show? Your previous email had no auto eth0 line in your /etc/network/interfaces listed nor a lo stanza. Perhaps the interface is just not up? --mike