From owner-freebsd-questions Thu Jan 6 1: 2:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 9064F155DA for ; Thu, 6 Jan 2000 01:02:52 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/10) with ESMTP id KAA10865 for ; Thu, 6 Jan 2000 10:02:51 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id KAA23460 for ; Thu, 6 Jan 2000 10:02:56 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id KAA59006 for questions@freebsd.org; Thu, 6 Jan 2000 10:02:53 +0100 (CET) Date: Thu, 6 Jan 2000 10:02:53 +0100 (CET) From: Christoph Kukulies Message-Id: <200001060902.KAA59006@gil.physik.rwth-aachen.de> To: questions@freebsd.org Subject: sppp - lcp rej Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to get kernel sppp running with FreeBSD i4b (isdn). I'm starting the line with the following script: ifconfig isp0 down ifconfig isp0 inet 0.0.0.0 0.0.0.1 netmask 0xffffff00 debug # spppcontrol -v isp0 \ myauthname= myauthsecret= \ hisauthproto=none callin #spppcontrol -v isp0 \ #myauthname=ck10012 myauthsecret=A77MH8eE \ #authproto=pap \ #hisauthproto=none ifconfig isp0 up tail -f /var/log/messages & sleep 5 ping -c 1 gil ifconfig isp0 down Jan 6 09:58:06 isdn /kernel: isp0: lcp up(starting) Jan 6 09:58:06 isdn /kernel: isp0: lcp output Jan 6 09:58:06 isdn /kernel: isp0: lcp input(req-sent): Jan 6 09:58:06 isdn /kernel: isp0: lcp parse opts: mru auth-proto 0x11 [rej] 0x13 [rej] send conf-rej Jan 6 09:58:06 isdn /kernel: isp0: lcp output Jan 6 09:58:06 isdn /kernel: isp0: lcp input(req-sent): Jan 6 09:58:06 isdn /kernel: isp0: lcp rej opts: auth-proto [access denied] Jan 6 09:58:06 isdn /kernel: isp0: lcp close(req-sent) Jan 6 09:58:06 isdn /kernel: isp0: lcp output Jan 6 09:58:06 isdn /kernel: Jan 6 09:58:06 isdn /kernel: isp0: lcp input(closing): Jan 6 09:58:06 isdn /kernel: isp0: lcp input(closing): Jan 6 09:58:06 isdn /kernel: isp0: phase dead Jan 6 09:58:06 isdn /kernel: isp0: lcp down(closed) I tried authproto={chap,pap} and omitted as well to no avail. also tried to omit the 0.0.0.0 0.0.0.1 IP address in the ifconfig line and the n I get: Jan 6 10:04:40 isdn /kernel: isp0: lcp up(starting) Jan 6 10:04:40 isdn /kernel: isp0: lcp output Jan 6 10:04:40 isdn /kernel: isp0: lcp input(req-sent): Jan 6 10:04:40 isdn /kernel: isp0: lcp parse opts: mru auth-proto 0 x11 [rej] 0x13 [rej] send conf-rej Jan 6 10:04:40 isdn /kernel: isp0: lcp output Jan 6 10:04:40 isdn /kernel: isp0: lcp input(req-sent): Jan 6 10:04:40 isdn /kernel: isp0: lcp input(ack-rcvd): Jan 6 10:04:40 isdn /kernel: isp0: lcp parse opts: mru auth-proto Jan 6 10:04:40 isdn /kernel: isp0: lcp parse opt values: mru 1524 au th-proto [mine 0x0 != his pap] send conf-nak Jan 6 10:04:40 isdn /kernel: isp0: lcp output Jan 6 10:04:40 isdn /kernel: isp0: lcp input(ack-rcvd): Jan 6 10:04:40 isdn /kernel: isp0: lcp parse opts: mru auth-proto Jan 6 10:04:40 isdn /kernel: isp0: lcp parse opt values: mru 1524 au th-proto [mine 0x0 != his pap] send conf-nak Jan 6 10:04:40 isdn /kernel: isp0: lcp output Jan 6 10:04:40 isdn /kernel: isp0: lcp input(ack-rcvd): Jan 6 10:04:40 isdn /kernel: isp0: lcp parse opts: mru auth-proto Jan 6 10:04:40 isdn /kernel: isp0: lcp parse opt values: mru 1524 au th-proto [mine 0x0 != his pap] send conf-nak Jan 6 10:04:40 isdn /kernel: isp0: lcp output Jan 6 10:04:40 isdn /kernel: isp0: lcp input(ack-rcvd): Jan 6 10:04:40 isdn /kernel: isp0: lcp send terminate-ack Jan 6 10:04:40 isdn /kernel: isp0: lcp output Jan 6 10:04:41 isdn /kernel: isp0: lcp TO(req-sent) rst_counter = 10 Jan 6 10:04:41 isdn /kernel: isp0: lcp output Jan 6 10:04:41 isdn /kernel: isp0: lcp down(req-sent) Can anyone help? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message