Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 1999 02:18:08 +0100 (CET)
From:      Jan Riedinger <jan@physik.TU-Berlin.DE>
To:        freebsd-isdn@FreeBSD.ORG
Subject:   address negotiation fails
Message-ID:  <199902050118.CAA01982@rosa.physik.TU-Berlin.DE>

next in thread | raw e-mail | index | archive | help
The address negotitiation  doesn't work for me with ppp.

My configuration of isp2:
  isp2: flags=2815<UP,DEBUG,POINTOPOINT,SIMPLEX,LINK1> mtu 1500
          inet 0.0.0.0 --> 0.0.0.1 netmask 0xff000000 

If I initiate a call to my ISP (TU Berlin :-) ) I get the following debug output:

Feb  5 01:41:39 brahms /kernel: isp2: lcp output <conf-req id=0x2c len=10 05-06-36-bd-78-00>
Feb  5 01:41:39 brahms /kernel: isp2: lcp input(req-sent): <conf-req id=0x0 len=29 03-04-c0-23-05-06-8f-17-96-dd-11-04-05-dc-12-02-13-09-01-74-75-62-69-72-62>
Feb  5 01:41:39 brahms /kernel: isp2: lcp parse opts:  auth-proto  magic  0x11 [rej]  0x12 [rej]  0x13 [rej]  send conf-rej
Feb  5 01:41:39 brahms /kernel: isp2: lcp output <conf-rej id=0x0 len=19 11-04-05-dc-12-02-13-09-01-74-75-62-69-72-62>
Feb  5 01:41:39 brahms /kernel: isp2: lcp input(req-sent): <conf-req id=0x1 len=14 03-04-c0-23-05-06-8f-17-96-dd>
Feb  5 01:41:39 brahms /kernel: isp2: lcp parse opts:  auth-proto  magic 
Feb  5 01:41:39 brahms /kernel: isp2: lcp parse opt values:  auth-proto  magic 0x8f1796dd  send conf-ack
Feb  5 01:41:39 brahms /kernel: isp2: lcp output <conf-ack id=0x1 len=14 03-04-c0-23-05-06-8f-17-96-dd>
Feb  5 01:41:40 brahms /kernel: isp2: lcp TO(ack-sent) rst_counter = 10
Feb  5 01:41:40 brahms /kernel: isp2: lcp output <conf-req id=0x2d len=10 05-06-36-bd-78-00>
Feb  5 01:41:40 brahms /kernel: isp2: lcp input(ack-sent): <conf-ack id=0x2d len=10 05-06-36-bd-78-00>
Feb  5 01:41:40 brahms /kernel: isp2: lcp tlu
Feb  5 01:41:40 brahms /kernel: isp2: phase authenticate
Feb  5 01:41:40 brahms /kernel: isp2: pap output <req id=0x2e len=19 05-6a-61-6e-72-69-08-67-61-6e-44-61-6c-66-34>
Feb  5 01:41:40 brahms /kernel: isp2: pap success
Feb  5 01:41:40 brahms /kernel: isp2: phase network
Feb  5 01:41:40 brahms /kernel: isp2: ipcp open(initial)
Feb  5 01:41:40 brahms /kernel: isp2: ipcp up(starting)
Feb  5 01:41:40 brahms /kernel: isp2: ipcp output <conf-req id=0x2f len=10 03-06-00-00-00-00>
Feb  5 01:41:40 brahms /kernel: isp2: ipcp input(req-sent): <conf-req id=0x2 len=16 02-06-00-2d-0f-01-03-06-82-95-91-02>
Feb  5 01:41:41 brahms /kernel: isp2: ipcp parse opts:  compression [rej]  address  send conf-rej
Feb  5 01:41:41 brahms /kernel: isp2: ipcp output <conf-rej id=0x2 len=10 02-06-00-2d-0f-01>
Feb  5 01:41:41 brahms /kernel: isp2: ipcp input(req-sent): <conf-nak id=0x2f len=10 03-06-82-95-91-26>
Feb  5 01:41:41 brahms /kernel: isp2: ipcp nak opts:  address [wantaddr 130.149.145.38] [agree] 
Feb  5 01:41:41 brahms /kernel: isp2: ipcp output <conf-req id=0x30 len=10 03-06-82-95-91-26>
Feb  5 01:41:41 brahms /kernel: isp2: lcp output <proto-rej id=0x31 len=26 80-fd-01-03-00-14-12-06-00-00-00-01-11-05-00-01-03-15-03-2c-01-02>
Feb  5 01:41:41 brahms /kernel: isp2: invalid input protocol <addr=0xff ctrl=0x3 proto=0x80fd>
                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^?
What's going wrong at this state? 
Feb  5 01:41:41 brahms /kernel: isp2: ipcp input(req-sent): <conf-req id=0x4 len=10 03-06-82-95-91-02>
Feb  5 01:41:41 brahms /kernel: isp2: ipcp parse opts:  address 
Feb  5 01:41:41 brahms /kernel: isp2: ipcp parse opt values:  address 0.0.0.1 [ack]  send conf-ack
Feb  5 01:41:41 brahms /kernel: isp2: ipcp output <conf-ack id=0x4 len=10 03-06-82-95-91-02>
Feb  5 01:41:41 brahms /kernel: isp2: ipcp input(ack-sent): <conf-ack id=0x30 len=10 03-06-82-95-91-26>
Feb  5 01:41:41 brahms /kernel: isp2: ipcp tlu

During the call I get
isp2: flags=2855<UP,DEBUG,POINTOPOINT,RUNNING,SIMPLEX,LINK1> mtu 1500
        inet 130.149.145.38 --> 0.0.0.1 netmask 0xff000000 

The IP address negotiation for my ISP failed! His address seems not to be transmitted.

If I set a wrong address for his side, e. g.
isp2: flags=2815<UP,DEBUG,POINTOPOINT,SIMPLEX,LINK1> mtu 1500
        inet 0.0.0.0 --> 10.0.0.1 netmask 0xff000000

the other side transmits the requested (from call to call changing) address:

Feb  5 01:58:31 brahms /kernel: isp2: Up event
Feb  5 01:58:31 brahms /kernel: isp2: lcp up(starting)
Feb  5 01:58:31 brahms /kernel: isp2: lcp output <conf-req id=0x38 len=10 05-06-36-bd-78-00>
Feb  5 01:58:31 brahms /kernel: isp2: lcp input(req-sent): <conf-req id=0x0 len=29 03-04-c0-23-05-06-19-96-4e-fb-11-04-05-dc-12-02-13-09-01-74-75-62-69-72-62>
Feb  5 01:58:31 brahms /kernel: isp2: lcp parse opts:  auth-proto  magic  0x11 [rej]  0x12 [rej]  0x13 [rej]  send conf-rej
Feb  5 01:58:31 brahms /kernel: isp2: lcp output <conf-rej id=0x0 len=19 11-04-05-dc-12-02-13-09-01-74-75-62-69-72-62>
Feb  5 01:58:31 brahms /kernel: isp2: lcp input(req-sent): <conf-req id=0x1 len=14 03-04-c0-23-05-06-19-96-4e-fb>
Feb  5 01:58:31 brahms /kernel: isp2: lcp parse opts:  auth-proto  magic 
Feb  5 01:58:31 brahms /kernel: isp2: lcp parse opt values:  auth-proto  magic 0x19964efb  send conf-ack
Feb  5 01:58:31 brahms /kernel: isp2: lcp output <conf-ack id=0x1 len=14 03-04-c0-23-05-06-19-96-4e-fb>
Feb  5 01:58:32 brahms /kernel: isp2: lcp TO(ack-sent) rst_counter = 10
Feb  5 01:58:32 brahms /kernel: isp2: lcp output <conf-req id=0x39 len=10 05-06-36-bd-78-00>
Feb  5 01:58:32 brahms /kernel: isp2: lcp input(ack-sent): <conf-ack id=0x39 len=10 05-06-36-bd-78-00>
Feb  5 01:58:32 brahms /kernel: isp2: lcp tlu
Feb  5 01:58:32 brahms /kernel: isp2: phase authenticate
Feb  5 01:58:32 brahms /kernel: isp2: pap output <req id=0x3a len=19 05-6a-61-6e-72-69-08-67-61-6e-44-61-6c-66-34>
Feb  5 01:58:32 brahms /kernel: isp2: pap success
Feb  5 01:58:32 brahms /kernel: isp2: phase network
Feb  5 01:58:32 brahms /kernel: isp2: ipcp open(initial)
Feb  5 01:58:32 brahms /kernel: isp2: ipcp up(starting)
Feb  5 01:58:32 brahms /kernel: isp2: ipcp output <conf-req id=0x3b len=10 03-06-00-00-00-00>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp input(req-sent): <conf-req id=0x2 len=16 02-06-00-2d-0f-01-03-06-82-95-91-02>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp parse opts:  compression [rej]  address  send conf-rej
Feb  5 01:58:32 brahms /kernel: isp2: ipcp output <conf-rej id=0x2 len=10 02-06-00-2d-0f-01>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp input(req-sent): <conf-nak id=0x3b len=10 03-06-82-95-91-35>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp nak opts:  address [wantaddr 130.149.145.53] [agree] 
Feb  5 01:58:32 brahms /kernel: isp2: ipcp output <conf-req id=0x3c len=10 03-06-82-95-91-35>
Feb  5 01:58:32 brahms /kernel: isp2: lcp output <proto-rej id=0x3d len=26 80-fd-01-03-00-14-12-06-00-00-00-01-11-05-00-01-03-15-03-2c-01-02>
Feb  5 01:58:32 brahms /kernel: isp2: invalid input protocol <addr=0xff ctrl=0x3 proto=0x80fd>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp input(req-sent): <conf-req id=0x4 len=10 03-06-82-95-91-02>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp parse opts:  address 
Feb  5 01:58:32 brahms /kernel: isp2: ipcp parse opt values:  address 130.149.145.2 [not agreed]  send conf-nak
Feb  5 01:58:32 brahms /kernel: isp2: ipcp output <conf-nak id=0x4 len=10 03-06-0a-00-00-01>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp input(req-sent): <conf-ack id=0x3c len=10 03-06-82-95-91-35>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp input(ack-rcvd): <conf-req id=0x5 len=10 03-06-82-95-91-02>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp parse opts:  address 
Feb  5 01:58:32 brahms /kernel: isp2: ipcp parse opt values:  address 130.149.145.2 [not agreed]  send conf-nak
Feb  5 01:58:32 brahms /kernel: isp2: ipcp output <conf-nak id=0x5 len=10 03-06-0a-00-00-01>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp input(ack-rcvd): <conf-req id=0x6 len=10 03-06-82-95-91-02>
Feb  5 01:58:32 brahms /kernel: isp2: ipcp parse opts:  address 
. 
.repeating lines deletetd
.
Feb  5 01:58:33 brahms /kernel: isp2: ipcp parse opts:  address 
Feb  5 01:58:33 brahms /kernel: isp2: ipcp parse opt values:  address 130.149.145.2 [not agreed]  send conf-nak
Feb  5 01:58:33 brahms /kernel: isp2: ipcp output <conf-nak id=0xd len=10 03-06-0a-00-00-01>
Feb  5 01:58:33 brahms /kernel: isp2: ipcp input(ack-rcvd): <conf-req id=0xe len=10 03-06-82-95-91-02>
Feb  5 01:58:33 brahms /kernel: isp2: ipcp parse opts:  address 
Feb  5 01:58:33 brahms /kernel: isp2: ipcp parse opt values:  address 130.149.145.2 [not agreed]  send conf-nak
Feb  5 01:58:33 brahms /kernel: isp2: ipcp output <conf-nak id=0xe len=10 03-06-0a-00-00-01>
Feb  5 01:58:33 brahms /kernel: isp2: ipcp input(ack-rcvd): <term-req id=0xf len=4>
Feb  5 01:58:33 brahms /kernel: isp2: ipcp send terminate-ack
Feb  5 01:58:33 brahms /kernel: isp2: ipcp output <term-ack id=0xf len=4>
Feb  5 01:58:33 brahms /kernel: isp2: lcp input(opened): <term-req id=0x10 len=4>
Feb  5 01:58:33 brahms /kernel: isp2: phase terminate
Feb  5 01:58:33 brahms /kernel: isp2: ipcp down(req-sent)
Feb  5 01:58:33 brahms /kernel: isp2: ipcp close(starting)
Feb  5 01:58:33 brahms /kernel: isp2: lcp send terminate-ack
Feb  5 01:58:33 brahms /kernel: isp2: lcp output <term-ack id=0x10 len=4>
Feb  5 01:58:33 brahms /kernel: isp2: lcp down(stopping)
Feb  5 01:58:33 brahms /kernel: isp2: Down event (carrier loss)
Feb  5 01:58:33 brahms /kernel: isp2: lcp close(starting)
Feb  5 01:58:33 brahms /kernel: isp2: phase dead

What do I have to change to get the address negotiation working? Thank you very much
in advance
   
     Jan

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?199902050118.CAA01982>