Gerald Walls wrote:
> > If you're using kernel 2.2 and diald-0.99.x, you must have
> > masquerading off and
> > forwarding on while the link is down. Check 'route -n' to make
> > sure you've got
> > the default routes you think you do. Here're scripts that work for me.
>
> Everything seems to work for me now, but does this look normal? It seems
> odd to see apparent duplicates.
It's not clear to me what should be working. If 168.121.1.1 is the ISP's router
address (ie, its side of your ppp link to it) then your table should look like
this:
[root@linuxgrw ppp]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
168.121.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
168.121.1.0 0.0.0.0 255.255.255.255 U 0 0 0 ppp0
192.168.1.0 192.168.1.1 255.255.255.0 UG 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0
0 lo
0.0.0.0 168.121.1.1 0.0.0.0 UG 0 0 0 ppp0
>
>
> [root@linuxgrw ppp]# route -n
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface
> 192.168.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
> 168.121.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
> 168.121.1.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
> 192.168.1.0 192.168.1.1 255.255.255.0 UG 0 0 0 eth0
> 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
> 0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
> 0.0.0.0 127.0.0.1 0.0.0.0 UG 0 0 0 lo
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]