You do not have a default route set. It would look like this in your
routing tables:

0.0.0.0         204.146.240.42    0.0.0.0         UG    0      0        0
ppp0

You might want to set one manually:

route add default gw <IPofDefaultGateway>

Hope this helps
Michael

-- 

The answer to the meaning of life:
perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); '

> 
> #route -n (After ppp is connected)
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 199.1.1.1       0.0.0.0         255.255.255.255 UH    0      0        0
> eth0
> 204.146.240.42  0.0.0.0         255.255.255.255 UH    0      0        0
> ppp0
> 199.1.1.0       0.0.0.0         255.255.255.0   U     0      0        0
> eth0
> 127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0
> lo
> 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to