On Wednesday 31 May 2006 13:17, Paul Parkyn wrote: > Hello Steve & Andy, > The result of route -n:- > > [EMAIL PROTECTED] bin]# /sbin/route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface 202.0.46.87 0.0.0.0 255.255.255.255 UH 0 0 > 0 ppp0 192.168.42.0 0.0.0.0 255.255.255.0 U 0 > 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 > U 0 0 0 eth0 0.0.0.0 192.168.42.12 > 0.0.0.0 UG 0 0 0 eth0 Here is your problem. You have 192.168.42.12 set up to be the default gateway, while it should be the number of the ppp0 interface, i.e. 202.0.46.87
Fix that and very probably everything will work ok. -- CS
