Neil T. wrote:
> 
> This is what I get when I type "route"
>
> Kernel IP Routing Table
> Destination Gateway Genmask Flags Metric Ref Use Iface

This routing table is blank (which is impossible).
I suspect it is blank because it is waiting for
name resolution.  Try 'route -n'  (which uses 
numeric addresses)

> This is what I get when I tpye "IFconfig"
> 
> ppp0 link encap: point-to-point protocol
> inet addr: 206.246.64.1 p-t-p: 206.246.93.65 mask: 255.255.255.0
> up pointopoint running mtu:1500 metric:1
> Rx packets:15 errors:0 dropped:0 overruns:0 frame:0
> Tx packets:25 errors:0 dropped:0 overruns:0 carrier:0 coll:0

25 packets sent and 15 received, no errors.  
Seems to be operational.

> My Pri dns is 206.246.64.1 

Hmm... that's strange.  Your assigned internet address 
(shown by ifconfig) is also 206.246.64.1.  Are you sure 
your DNS is the same?  What does your /etc/resolv.conf 
show?  

Also, check your /etc/ppp/options.  It should look
exactly like this (except for the ttyS2).
------------------------------
/dev/ttyS2 
57600
lock
crtscts
modem
0.0.0.0:
defaultroute
connect /etc/ppp/ppp-on-dialer
-------------------------------
There must be nothing after 0.0.0.0:
There must be nothing after defaultroute

I'm still confident that we can sort this out, 
but we need to see the output of 'route -n' 
(with a fresh 'ifconfig' done at the same time). 

Cheers,
Steven


Reply via email to