From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 01:09:01 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE58537B401 for ; Tue, 10 Jun 2003 01:09:01 -0700 (PDT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD4FA43FCB for ; Tue, 10 Jun 2003 01:09:00 -0700 (PDT) (envelope-from 520023893678-0001@t-online.de) Received: from fwd08.aul.t-online.de by mailout02.sul.t-online.com with smtp id 19PeBf-0000jw-00; Tue, 10 Jun 2003 10:08:59 +0200 Received: from pD9017255.dip.t-dialin.net (GvEf-uZ6QehgnShhKXQbKpxx8B2AulooDpqFix2+HYrKRK5nkDvMoH@[217.1.114.85]) by fwd08.sul.t-online.com with esmtp id 19PeBR-1qGe360; Tue, 10 Jun 2003 10:08:45 +0200 Date: Tue, 10 Jun 2003 10:08:58 +0200 (CEST) From: 520023893678-0001@t-online.de (P. U. Kruppa) To: Kris Kennaway In-Reply-To: <20030610065617.GA97665@rot13.obsecurity.org> Message-ID: <20030610100349.Y248@small.pukruppa.de> References: <20030610084337.L601@small.pukruppa.de> <20030610065617.GA97665@rot13.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Seen: false X-ID: GvEf-uZ6QehgnShhKXQbKpxx8B2AulooDpqFix2+HYrKRK5nkDvMoH@t-dialin.net cc: freebsd-current@freebsd.org Subject: Re: Serious ppp failure on 5.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "P.U.Kruppa" List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 08:09:02 -0000 On Mon, 9 Jun 2003, Kris Kennaway wrote: > On Tue, Jun 10, 2003 at 08:50:03AM +0200, P. U. Kruppa wrote: > > > > Hi, > > > > after a cvsup to 5.1-CURRENT my ppp over ethernet doesn't connect > > anymore. > > Using ppp manually I receive: > > Unexpected node type "socket" (wanted "ether") > > The connection works fine on my 4.8 with identical ppp.conf . > > > > What can I do ? > > For starters, post your ppp.conf, unless you want us to try out our > psychic powers :-) Of course you are right. Both connections (adsl and kamp) did work before my last cvsup and do still work on my 4.8. -------------------------------------------- default: ident user-ppp VERSION (built COMPILATIONDATE) # Ensure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa0 set log Phase Chat LCP IPCP CCP tun command set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 # set timeout 180 # 3 minute idle timer (the default) set timeout 600 add default HISADDR # Add a (sticky) default route enable dns # request DNS info (for resolv.conf) adsl: nat enable yes !bg ifconfig rl0 up set timeout 0 set device PPPoE:rl0 set MTU 1492 set MRU 1492 set dial set crtscts off set speed sync accept lqr disable deflate disable pred1 disable vjcomp disable acfcomp disable protocomp enable dns set log Phase IPCP CCp Warning Error Alert set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0 add default HISADDR set login set authname secret set authkey secret kamp: nat enable yes !bg ifconfig rl0 up set timeout 0 set device PPPoE:rl0 set MTU 1460 set MRU 1460 set dial set crtscts off set speed sync accept lqr disable deflate disable pred1 disable vjcomp disable acfcomp disable protocomp enable dns set log Phase IPCP CCp Warning Error Alert set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0 add default HISADDR set login set authname secret set authkey secret ----------------------------------------------- Uli. +-----------------------------------+ | Peter Ulrich Kruppa | | - Wuppertal - | | Germany | +-----------------------------------+