Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 1997 03:30:18 +0100
From:      Brian Somers <brian@awfulhak.org>
To:        Phil Gilley <pgilley@metronet.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: User level PPP and PAP 
Message-ID:  <199707290230.DAA12567@awfulhak.org>
In-Reply-To: Your message of "Mon, 28 Jul 1997 19:30:19 CDT." <Pine.HPP.3.95.970728192526.25583A-100000@fohnix.metronet.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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

These IP numbers are bogus unless your netmask is bigger than 
255.0.0.0.
Try "set ifaddr 10.0.0.1/0 10.0.0.2/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:   

Your ISP may be running mgetty where you get a login prompt if you 
don't talk ppp.

Try downloading the latest version of ppp (http://www.freebsd.org/~bri
an) and see if you get any results from "set log +lcp" ("set debug" 
is now "set log").

Ppp now uses syslogd.  You could take a look at the man page for how 
to set up the log file correctly.

> Please CC me on responses since I don't subscribe to this list anymore.
> 
> Thanks,
> Phil Gilley
> pgilley@metronet.com
> 

-- 
Brian <brian@awfulhak.org>, <brian@freebsd.org>
      <http://www.awfulhak.org>;
Don't _EVER_ lose your sense of humour....





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