> The route table on this machine, running properly is:
> 
> nicko@Debian:~$ sudo route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> cis5301a.acay.c *               255.255.255.255 UH    0      0        0 ppp0
> 172.16.0.0      *               255.255.0.0     U     0      0        0 eth0
> default         cis5301a.acay.c 0.0.0.0         UG    0      0        0 ppp0
> 
> However, on the new machine it goes like this:
> 
> debian:~# route
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 172.16.4.2      *               255.255.255.255 UH    0      0        0 eth0
> 203.7.132.66    *               255.255.255.255 UH    0      0        0 ppp0
> 172.16.0.0      *               255.255.0.0     U     0      0        0 eth0
> default         172.16.4.2      0.0.0.0         UG    0      0        0 eth0
> 
> acay's cisco doesn't show up the same on the new machine.

yeah, your defaultroute is broken...

you should add "defaultroute" to /etc/ppp/options

and try this:

route del default
route add host 203.7.132.66 ppp0
route add default gw 203.7.132.66

(alternatively, you could add the ppp option, then restart the ppp link)

hth
marty

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to