I think you have miss the password part!
>
> I have a mail account with Satyam. their IP is 202.144.1.1 . I tried
> to connect to the server using the following script.
>
> DEV="/dev/ttyS1"
> NUMBER="666975"
> PPPD="/usr/sbin/pppd"
> USERNAME="vas"
> SPEED=115200
> DIALDELAY=10
> MAXDIAL=10
>
#--------------------------------------------------------------------------
> noDial="0 1 2 3 4 5 6 7 8 9"
>
> for i in $noDial
> do
> $PPPD \
>    $DEV\
>    $SPEED\
>    crtscts \
>    kdebug 20 \
>    defaultroute\
>    modem \
>    lock \
>    user $USERNAME\
>    connect "chat ABORT BUSY ABORT 'NO CARRIER' '' ATX OK ATDT$NUMBER
CONNECT"
> ......................
> ......................
> .......................
> exit 0
>
>   when I try to conet to 202.144.1.1 I get the following error
>
> Aug 29 19:19:00 btserv pppd[1528]: LCP: timeout sending Config-Requests
> Aug 29 19:19:00 btserv pppd[1528]: Connection terminated.
> Aug 29 19:19:00 btserv pppd[1528]: Receive serial link is not 8-bit clean:
> Aug 29 19:19:00 btserv pppd[1528]: Problem: all had bit 7 set to 0
> Aug 29 19:19:00 btserv pppd[1528]: Hangup (SIGHUP)
> Aug 29 19:19:00 btserv pppd[1528]: Exit.
>
> But this scropt is doing fine with VSNL. With wvdial it connects without
> problem. What change should I make to make pppd accept 7 bit.
>
> Can someone help me in this.
>
> Thank you,
>
> Vasudevan. K.S
>
>
> ----------------------------------------------
> Find out more about this and other Linux India
> mailing lists at http://lists.linux-india.org/
>



----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to