Huh?

The entire routing table looked like this:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
207.82.134.36   *               255.255.255.255 UH    1      0        2
sl0
192.168.0.0     *               255.255.255.0   U     0      0        5
eth0
127.0.0.0       *               255.0.0.0       U     0      0        6
lo
default         *               0.0.0.0         UG     0      0        1
eth0

Seems to me packets destined for the IP gateway would be routed through
the slip (diald) interface, everything else to eth0.

Or am I missing a finer point?

  --Brian

Henrik St�rner wrote:
> 
> >I have two linux machine one with 192.168.0.1 (server) on eth0 and the
> >192.168.0.2 on eth0:0 (on alias) as client.
> 
> [cut to routing table]
> >default         *               0.0.0.0         UG     0      0        1 eth0
> 
> Don't set a default route for your Ethernet device. Diald
> will never even see that packets you're trying to send through
> your Internet gateway - they get routed onto your Ethernet.
> 
> The default route is established automatically by diald,
> if you include the "defaultroute" configuration option
> in the diald-config.
> 
> Henrik
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-diald" in
> the body of a message to [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to