Skip to Content.
Sympa Menu

baslinux - Re: [BL] ppp Not working all the time.

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: 3aoo-cvfd AT dea.spamcon.org
  • To: BasicLinux List <baslinux AT lists.ibiblio.org>
  • Subject: Re: [BL] ppp Not working all the time.
  • Date: Mon, 7 Mar 2005 19:43:50 +1300

rvijay07 wrote:
>
> 01:25.126 Send: "atz\r"
> 01:25.320 Skip: "atz\r\r\n"
> 01:25.820 Recv: "OK\r\n"
> 01:25.820 Match: "OK"
> 01:25.820 Send: "at&d3\r"
> 01:26.020 Skip: "at&d3\r\r\n"
> 01:26.520 Recv: "OK\r\n"
> 01:26.520 Match: "OK"
> 01:26.520 Send: "atd9347456\r"
> 01:27.120 Recv: "atd9347456\r"

It's dialing -- you should hear it.

> 01:45.320 Skip: "\r\n"
> 01:45.620 Skip: "CONNECT 33600/ARQ/V34/LAPM/V42BIS\r\n"

It successfully connects.

> 01:45.620 Skip: " \r\n"
> 01:45.620 Skip: "UQKT2\r\n"
> 01:45.620 Skip: "\r\n"
> 01:45.620 Skip: "\r\n"
> 01:45.620 Skip: "User Access Verification\r\n"
> 01:45.620 Skip: "\r\n"
> 01:46.120 Recv: "Username: login: "
> 01:46.120 Match: "ogin:"
> 01:46.120 Send: "global\r"
> 01:46.320 Skip: "global\r\n"
> 01:46.820 Recv: "Password: "

It's a login script (not PAP/CHAP).

> 01:47.520 Recv: "% Authorization failed.\r\n"

There's your problem. Your ISP did not authenticate you.
Could be wrong username/password. But look below:

> The UNIX command used to initiate the connection attempt was:
> /usr/sbin/pppd /dev/ttyS1 57600 connect '/usr/bin/eznet chat 0'

Do you see the "chat 0" above. It appears you have "chat no"
in your eznet.conf. Note the following quote from eznet.conf:
-----------------------------------------------
The "0 chat no" is for PAP/CHAP authentication
If your ISP uses a different method, remove it.
-----------------------------------------------

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page