Mail from ILUG-BOM list (Non-Digest Mode)
_______________________________________________

On Fri, 18 Aug 2000, Chandrashekhar Kulkarni wrote:

> Mail from ILUG-BOM list (Non-Digest Mode)
> _______________________________________________
> 
> hi
> 
> when i dial up to the mtnl server i get the foll. messages when iget
> disconnected.
> 
> --> Carrier detected.  Waiting for prompt.
> ~~[7f]}#@!}!j} }8}"}&} }*} } }#}$@#}%}&4[h#}'}"}(}"-Y~
> --> PPP negotiation detected.
> --> Starting pppd at Wed Jul 19 22:21:57 2000
> --> PPP was killed! (signal = 11)
> --> Disconnecting at Wed Jul 19 22:21:57 2000
> --> Auto Reconnect will be attempted in 5 seconds
> --> pppd error!  Look at files in /var/log for an explanation.
> 
> my wvdial.conf is
> 
> 
> [Dialer Defaults]
> Modem = /dev/ttyS0
> Baud = 115200
> Init1 = ATX1
> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
> Phone = 172230
> Username = Myloginname
> Password = Mypassword
> 
> if mtnl is chap authenticated what changes do i have to do in wvdial.conf
> 
> shekhar


>From what you have written it seems that the moment you connect, the peer
is starting ppp negotiation BEFORE authenticating. For this, you should
add the following line in the /etc/wvdial.conf file. 

Stupid Mode = 1

That should do it. When Stupid mode is activated authentication is done
AFTER ppp negotiation starts. Wvdial will then not wait for "Waiting
for promt....". And in most of the CHAP authentication, this is the way
authentication is done. Me feels it should work for you if you are sure
that MTNL uses CHAP authentication. It works for me for Dishnet which uses
CHAP authentication.

One more thing, if you are connecting as non-root user then see that you
have read permission to /etc/ppp/peers/wvdial file.


Rajen.



_______________________________________________
Website: http://www.ilug-bom.org.in/
Linuxers mailing list
[EMAIL PROTECTED]
http://ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to