Captain's Log, stardate Sat, 18 Dec 2004 16:15:34 +0100, from the fingers of Kim came the words: >�All looks fine and ppp0 has got the right IP. If I run route I get: > >�Kernel IP routing table >�Destination � � Gateway � � � � Genmask � � � � Flags Metric Ref >�Use Iface >�10.254.0.1 � � �* � � � � � � � 255.255.255.255 UH � �0 � � �0 >� �0 ppp0 192.168.0.0 � � * � � � � � � � 255.255.255.0 � U � � 0 >� �0 � � � �0 eth0 10.10.0.0 � � � * � � � � � � � 255.255.254.0 � U >� � �0 � � �0 � � � �0 eth1 default � � � � 10.254.0.1 � � �0.0.0.0 >� � � � UG � �0 � � �0 � � � �0 ppp0
That routing table is not routing all IP addresses. Just ones in the 10.254.0.0 range Try these: route add default gw 10.254.0.1 and / or route add 0.0.0.0 gw 10.254.0.1

