From owner-freebsd-isdn Mon Apr 19 2: 8:43 1999 Delivered-To: freebsd-isdn@freebsd.org Received: from harvey.aball.de (harvey.aball.de [194.77.82.26]) by hub.freebsd.org (Postfix) with SMTP id 25E23152E2 for ; Mon, 19 Apr 1999 02:07:49 -0700 (PDT) (envelope-from alice.turbocat.de!dave@harvey.aball.de) Received: by harvey.aball.de (Smail3.1.28.1 #11) id m10Z9zO-000J3WC; Mon, 19 Apr 99 11:05 MET DST Received: from cat.turbocat.de (cat.turbocat.de [194.77.82.49]) by alice.turbocat.de (8.8.8/8.7.3) with ESMTP id LAA01161 for ; Mon, 19 Apr 1999 11:04:56 +0200 (CEST) Received: (from dave@localhost) by cat.turbocat.de (8.8.5/8.7.3) id LAA01129 for freebsd-isdn@FreeBSD.ORG; Mon, 19 Apr 1999 11:05:03 +0200 (MET DST) Message-Id: <199904190905.LAA01129@cat.turbocat.de> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) Received: by NeXT.Mailer (1.148) From: David Wetzel Date: Mon, 19 Apr 99 11:05:03 +0200 To: ISDN-List Subject: sppp dailup Organisation: Turbocat's Development http://www.turbocat.de Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am trying to dailup my provider alice# cat /usr/local/bin/spppup #!/bin/sh ifconfig isp0 212.76.128.243 212.76.128.41 netmask 255.255.255.240 debug link1 down spppcontrol isp0 myauthproto=chap hisauthproto=none hisauthsecret=none myauthname=dwetzel myauthsecret=XXXX callin ifconfig isp0 up route add default 212.76.128.41 This is from /var/log/messages: Apr 19 10:43:51 alice /netbsd: isp0: Up event Apr 19 10:43:51 alice /netbsd: isp0: lcp up(starting) Apr 19 10:43:51 alice /netbsd: isp0: lcp output Apr 19 10:43:51 alice /netbsd: isp0: lcp input(req-sent): Apr 19 10:43:51 alice /netbsd: isp0: lcp parse opts: auth-proto magic 0x11 [rej] 0x13 [rej] send conf-rej Apr 19 10:43:52 alice /netbsd: isp0: lcp output Apr 19 10:43:52 alice /netbsd: isp0: lcp input(req-sent): Apr 19 10:43:52 alice /netbsd: isp0: lcp input(ack-rcvd): Apr 19 10:43:52 alice /netbsd: isp0: lcp parse opts: auth-proto magic Apr 19 10:43:52 alice /netbsd: isp0: lcp parse opt values: auth-proto magic 0xfe72ef25 send conf-ack Apr 19 10:43:52 alice /netbsd: isp0: lcp output Apr 19 10:43:52 alice /netbsd: isp0: lcp tlu Apr 19 10:43:52 alice /netbsd: isp0: phase authenticate Apr 19 10:43:52 alice /netbsd: isp0: chap input Apr 19 10:43:52 alice /netbsd: isp0: chap output Apr 19 10:43:51 alice isdnd[248]: CHD 00039 I4BPPP outgoing call active (ctl 0, ch 0) Apr 19 10:43:52 alice /netbsd: isp0: chap failure: Authorization failed Apr 19 10:43:52 alice /netbsd: isp0: lcp input(opened): Apr 19 10:43:52 alice /netbsd: isp0: phase terminate Apr 19 10:43:52 alice /netbsd: isp0: lcp send terminate-ack Apr 19 10:43:52 alice /netbsd: isp0: lcp output Apr 19 10:43:53 alice /netbsd: isp0: lcp down(stopping) Apr 19 10:43:53 alice /netbsd: isp0: Down event (carrier loss) Apr 19 10:43:53 alice /netbsd: isp0: lcp close(starting) Apr 19 10:43:53 alice /netbsd: isp0: phase dead Apr 19 10:43:53 alice isdnd[248]: CHD 00039 I4BPPP outgoing call disconnected (remote) Apr 19 10:43:53 alice isdnd[248]: CHD 00039 I4BPPP cause 16: Normal call clearing (Q.850) Apr 19 10:43:53 alice isdnd[248]: CHD 00039 I4BPPP charging: 1 units, 2 seconds Apr 19 10:43:53 alice isdnd[248]: CHD 00039 I4BPPP accounting: in 138, out 97 (in 0, out 0) The remote side is a cisco. What is wrong? --- _ _ _(_)(_)_ David Wetzel, Turbocat's Development, (_) __ (_) Buchhorster Strasse, D-16567 Muehlenbeck/Berlin, FRG, _/ \_ Fax +49 33056 82835 NeXTmail dave@turbocat.de (______) http://www.turbocat.de/ DEVELOPMENT * CONSULTING * ADMINISTRATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message