Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 99 11:05:03 +0200
From:      David Wetzel <dave@turbocat.de>
To:        ISDN-List <freebsd-isdn@FreeBSD.ORG>
Subject:   sppp dailup
Message-ID:  <199904190905.LAA01129@cat.turbocat.de>

next in thread | raw e-mail | index | archive | help
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 <conf-req id=0x2f len=10  
05-06-37-1f-53-32>
Apr 19 10:43:51 alice /netbsd: isp0: lcp input(req-sent): <conf-req id=0x3f  
len=31  
03-05-c2-23-05-05-06-fe-72-ef-25-11-04-05-f4-13-0c-01-61-62-61-6c-6c-2d-62-6c-6e>
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 <conf-rej id=0x3f len=20  
11-04-05-f4-13-0c-01-61-62-61-6c-6c-2d-62-6c-6e>
Apr 19 10:43:52 alice /netbsd: isp0: lcp input(req-sent): <conf-ack id=0x2f  
len=10 05-06-37-1f-53-32>
Apr 19 10:43:52 alice /netbsd: isp0: lcp input(ack-rcvd): <conf-req id=0x40  
len=15 03-05-c2-23-05-05-06-fe-72-ef-25>
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 <conf-ack id=0x40 len=15  
03-05-c2-23-05-05-06-fe-72-ef-25>
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 <challenge id=0x1 len=30  
name=aball-bln value-size=16 value=  
34-6d-58-63-bf-35-b5-5f-8b-9f-e5-e3-62-82-4b-89>
Apr 19 10:43:52 alice /netbsd: isp0: chap output <response id=0x1 len=28  
10-45-1a-8e-f3-de-79-cc-31-17-b6-5a-77-e3-d0-33-4e-64-77-65-74-7a-65-6c>
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): <term-req id=0x41 len=4>
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 <term-ack id=0x41 len=4>
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




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