From owner-freebsd-isdn Wed Dec 4 10:35:27 2002 Delivered-To: freebsd-isdn@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C2837B401 for ; Wed, 4 Dec 2002 10:35:26 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 425B443EA9 for ; Wed, 4 Dec 2002 10:35:20 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from fwd11.sul.t-online.de by mailout05.sul.t-online.com with smtp id 18JeMh-0006gx-03; Wed, 04 Dec 2002 19:35:19 +0100 Received: from peedub.jennejohn.org (520017439985-0001@[217.235.125.190]) by fmrl11.sul.t-online.com with esmtp id 18JeMa-1NNPSyC; Wed, 4 Dec 2002 19:35:12 +0100 Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.6/8.11.6) with ESMTP id gB4IYxOL004859; Wed, 4 Dec 2002 19:34:59 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200212041834.gB4IYxOL004859@peedub.jennejohn.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: Dominik Mimra Cc: freebsd-isdn@freebsd.org Subject: Re: SPPP and changing ISP gateway HOW? Reply-To: Gary Jennejohn In-reply-to: Your message of "Wed, 04 Dec 2002 15:07:20 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 04 Dec 2002 19:34:59 +0100 From: Gary Jennejohn X-Sender: 520017439985-0001@t-dialin.net Sender: owner-freebsd-isdn@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dominik Mimra writes: > Here comes the connection attempt output: > > isp0: lcp parse opts: mru auth-proto magic proto-comp [rej] addr-comp > [rej] send conf-rej > isp0: lcp output > isp0: lcp input(ack-rcvd): 01-04-05-ea-03-05-c2-23-05-05-06-1c-cb-86-bd> > isp0: lcp parse opts: mru auth-proto magic > isp0: lcp parse opt values: mru 1514 auth-proto [mine proto/0x0 != his > chap] magic 0x1ccb86bd send conf-nak You coulkd save a little time by using chap instead of pap, but this is not the error. > isp0: lcp input(opened): 80-57-01-17-00-0e-01-0a-02-50-04-ff-fe-86-5c-c0> > isp0: lcp: RXJ+ (proto-rej) for proto 0x8057 (ipv6cp/req-sent) > isp0: ipv6cp close(req-sent) > isp0: ipv6cp output > isp0: ipcp input(req-sent): > isp0: ipcp parse opts: address > isp0: ipcp parse opt values: address 0.0.0.1 [ack] send conf-ack > isp0: ipcp output > isp0: ipcp input(ack-sent): > isp0: ipcp tlu > isp0: lcp input(opened): > isp0: lcp: RXJ+ (proto-rej) for proto 0x8057 (ipv6cp/closing) > isp0: ipv6cp TO(closing) rst_counter = 2 > isp0: ipv6cp output > isp0: lcp input(opened): > isp0: lcp: RXJ+ (proto-rej) for proto 0x8057 (ipv6cp/closing) > isp0: ipv6cp TO(closing) rst_counter = 1 > isp0: ipv6cp output > isp0: lcp input(opened): > isp0: lcp: RXJ+ (proto-rej) for proto 0x8057 (ipv6cp/closing) > isp0: ipv6cp TO(closing) rst_counter = 0 > isp0: rejecting protocol > isp0: lcp output 80-fd-01-0b-00-1e-12-06-00-00-00-01-11-05-00-01-04-11-05-00-01-03-11-06-00-0 > 1-01-01-1a-04-78-00> > I'm not sure, but it looks to me like it's failing here because your box is trying to negotiate an IPV6 connection and the other end is rejecting it. Try turning off IPV6 in your kernel (remove ``options INET6''). --- Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message