Captain's Log, stardate Sat, 18 Dec 2004 16:51:46 +0100, from the fingers of Kim came the words: >�Ken Gilmour wrote: >>�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 >> >�Thanks but that doesn't cange anything. :-) > >�Kim
Hmm maybe your old route needs to be deleted first route del default then route add default gw 10.254.0.1

