Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 1997 09:43:49 -0700
From:      ccp@avanticorp.com (Ching-Ping Chou)
To:        brian@awfulhak.org
Cc:        ccp@avanticorp.com, freebsd-questions@FreeBSD.ORG, jwlo@ms11.hinet.net
Subject:   Re: ppp dial ok, login ok, but disconnected after 36 seconds with IBM Net?
Message-ID:  <199709241643.JAA27237@avant127.svd.avanticorp.com>

next in thread | raw e-mail | index | archive | help
Brian,

   Thanks. I also found I have to do:

set openmode active

   Finally I can connect to IBM Net.

Ching-Ping

----- Begin Included Message -----

>From brian@awfulhak.org Mon Sep 22 23:27 PDT 1997
To: ccp@avanticorp.com (Ching-Ping Chou)
cc: freebsd-questions@FreeBSD.ORG
Subject: Re: ppp dial ok, login ok, but disconnected after 36 seconds with IBM Net? 
Date: Tue, 23 Sep 1997 07:29:50 +0100
From: Brian Somers <brian@awfulhak.org>

> Hi,
> 
>    I am using FreeBSD.2.1.0-RELEASE with ppp.0.94 to connect to IBM Net. They
> indicate I should use PAP instead of scripts. After connecting, I got "dial ok"
> and "login ok". But the machine name in the prompt never change to upper case.
> And it automatically disconnects after 36 seconds. During this time, I try
> "show route" and didn't see any extra route was added. Are there some one who
> has experience on using ppp with PAP and like to share his experience with me?
> Thanks a lot.
> 
>    PS. I used to connect to school and Pacific Bell and both work fine without
> PAP.
> 
> Ching-Ping Chou
> 
> 
> #my ppp.conf
> 
> default:
>  set device /dev/cuaa2
>  set speed 115200
>  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATM0 OK-AT-OK \\dATDT\\T
>  TIMEOUT 45 CONNECT"
> ibm:
>  set phone 9647001
>  set authname "username"
>  set authkey "password"
>  set timeout 1800
>  enable PAP
   ^^^^^^^^^^
You're asking your ISP to authenticate themselves !  Remove this line 
and things may work better.

>  accept PAP
>  disable CHAP lqr
>  deny CHAP lqr
>  dial
> 
> 

-- 
Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <bri@OpenBSD.org>

----- End Included Message -----




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709241643.JAA27237>