Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 1997 15:27:27 -0600
From:      Stephane Raimbault <stephane@freenet.mb.ca>
To:        Phil Gilley <pgilley@metronet.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: User level PPP and PAP
Message-ID:  <33DD0EBF.41C67EA6@freenet.mb.ca>
References:  <Pine.HPP.3.95.970728192526.25583A-100000@fohnix.metronet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I myself have had this problem and have come up with the following
script which works well.  Please keep in mind my ISP is using NT3.51 PAP
and not NT4 PAP which I have heard wouldn't work with NT4 because of the
new technology with NT4.


default:
 set device /dev/cuaa1
 set speed 115200
 set timeout 600
 set openmode active
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&F&C1&D2S95=3
OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT"

ISP:
 set phone 1234567
 deny chap
 accept pap
 set authname MyUserName
 set authkey MyPasswd

Hope this helps you out.


Phil Gilley wrote:
> 
> My service provider has just switched over to IITS
> (http://www.swbell.com/News/Article.html?query_type=article&query=19970114-01)
> and is requiring me to use PAP but I can't seem to get it to work.  I can
> connect and authenticate but that's all.  Can someone suggest something to
> try?  I've tried PPP under 2.1.7-RELEASE and 2.2.2-RELEASE.
> 
> Here's my /etc/ppp/ppp.conf:
> 
> > default:
> >   set device /dev/cuaa1
> >   set speed 57600
> >   disable lqr
> >   deny lqr
> >   set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1M1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 30 CONNECT"
> >
> > MyISP:
> >   set phone 5551212
> >   disable chap
> >   deny chap
> >   disable pap
> >   accept pap
> >   set debug phase
> >   set authname MyName
> >   set authkey MyPass
> >   set openmode active
> >   set ifaddr 10.0.0.0/0 10.0.0.1/0
> >   add 0 0 10.0.0.0
> 
> Here's the log file:
> 
> > 07-28 19:03:37 [299] Listening at 3000.
> > 07-28 19:03:37 [299] PPP Started.
> > 07-28 19:03:39 [299] Phone: 5551212
> > 07-28 19:04:01 [299] *Connected!
> > 07-28 19:04:01 [299] Phase: Authenticate
> > 07-28 19:04:01 [299]  his = c023, mine = 0
> > 07-28 19:04:01 [299] PAP: MyName (MyPass)
> > 07-28 19:04:02 [299] PapInput: ACK
> > 07-28 19:04:02 [299] Received PAP_ACK ()
> > 07-28 19:04:02 [299] Phase: Network
> > 07-28 19:04:02 [299] Unknown protocol 0x804b
> 
> Here's what I'm trying to login to:
> 
> > CONNECT 28800/ARQ/V34/LAPM/V42BIS
> >
> > Nortel Rapport Dialup Switch 112, Version 4.5.6 97/05/19
> > login:
> 
> Please CC me on responses since I don't subscribe to this list anymore.
> 
> Thanks,
> Phil Gilley
> pgilley@metronet.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33DD0EBF.41C67EA6>