> 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. 

Yup, broken. 

A manual fix (after connecting) would be something like:

route del default
route add default gw 203.7.132.66

Otherwise, add the defaultroute option to either your pppd command line or
your ppp options file. You could also remove the gateway settings in your
/etc/rc.d/rc.inet1 file (if deban has this) - you don't need a default
gateway on your local network if you only want to talk to other machines on
the same local network. 

Cheers,
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