From owner-freebsd-hackers Tue Jul 30 04:28:17 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA11362 for hackers-outgoing; Tue, 30 Jul 1996 04:28:17 -0700 (PDT) Received: from cyclone.degnet.baynet.de (root@cyclone.degnet.baynet.de [194.95.214.129]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA11355 for ; Tue, 30 Jul 1996 04:28:00 -0700 (PDT) Received: from neuron.bsd.uni-passau.de (ppp3 [194.95.214.133]) by cyclone.degnet.baynet.de (8.6.12/8.6.9) with SMTP id NAA25478; Tue, 30 Jul 1996 13:30:16 +0200 Message-ID: <31FE0C90.36AB@degnet.baynet.de> Date: Tue, 30 Jul 1996 13:22:24 +0000 From: Darius Moos Reply-To: moos@degnet.baynet.de X-Mailer: Mozilla 3.0b5aGold (Win95; I) MIME-Version: 1.0 To: mike@NetworX.ie CC: freebsd-hackers Subject: Re: hackers-digest V1 #1337 (pppd and PAP) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, > >I want to connect a Linux-box-2.x using PAP. Sorry if this was not clear > >in my mailing. > > It was clear; I just wanted to know if you had gotten PAP working at all, > to anything... YES got it; here's the pppd-log: Jul 30 11:46:47 neuron pppd[535]: pppd 2.1.2 started by moos, uid 30001 Jul 30 11:47:15 neuron pppd[536]: Connected... Jul 30 11:47:16 neuron pppd[536]: Using interface ppp0 Jul 30 11:47:16 neuron pppd[536]: Connect: ppp0 <--> /dev/cuaa1 Jul 30 11:47:16 neuron pppd[536]: Remote message: Login ok Jul 30 11:47:16 neuron pppd[536]: local IP address 192.168.250.5 Jul 30 11:47:16 neuron pppd[536]: remote IP address 10.1.2.1 > > I notice the following: > > (a) You use "auth". > (b) You use "-pap". > (c) You use "+chap". > (d) The peer wants to authenticate using CHAP regardless of I've tried all combinations of this three options !!! Really !!! I did not succeed with the Linux-2.x-box BUT i succeded on the first try with another FreeBSD-2.1-box (see log of pppd above). Darius. > > Regards, > Mike > > ---