On Saturday 26 August 2006 21:52, Alan wrote:
> OK changed that line but still does not sound right when dialling out
> but same result as last time.
> Cut that line out and it sounds to be dialling normally  but still does
> not confirm connection.
>
> Options: has the following set........
> asynch 0
> noauth
> crtscts
> lock
> hide-password
> modem
> noipdefault
> passive
> noip
> +pap
> debug
> proxyarp
> noipx
> lcp-echo-interval 30
> lcp-echo-failure 4
Add this one.
usepeerdns

And then these two.
mtu 1456
mru 1456

> could not find usepeersdns
Please put it in.

> and does not appear to have mtu and rtu set
> I think there was a -rtu and -mtu but they were # out
>
> Alan
>
> in the options file it said to use
> egrep -v '#|^ *S' /etc/options   to see a list of commands that are set,
That incantation removes all the comment lines.

It should be:-
egrep -v '#|^ *S' /etc/ppp/options

Are you sure it's 'S' ( uppercase Ess ) and not '$' ( a dollar sign )

>  I tried that but sed no such file
Well it would, because you missed out the /ppp part of the path.

Also note that the init strings in Kppp should be:-
Init 1: AT &F E0 &C1 &D2 V1 S0=0\V1
and
Init 2: ATS7=60S30=0L0M1\N3%C1&K3N1\J1X4    #  I have removed the B commands

Similarly in the config file for wvdial.

If that doesn't work, it's definitely time to buy / borrow / beg an external 
modem.

-- 
CS

Reply via email to