From owner-freebsd-net@FreeBSD.ORG Wed Nov 15 20:23:04 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C3A116A403 for ; Wed, 15 Nov 2006 20:23:04 +0000 (UTC) (envelope-from dimitar.peikov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C5B43D62 for ; Wed, 15 Nov 2006 20:22:56 +0000 (GMT) (envelope-from dimitar.peikov@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so236933uge for ; Wed, 15 Nov 2006 12:22:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=PvU0/KYahbvnvvImM30e5d3UoBkN0banpPsCyULdSCtLbHEIPfjnw/tKLxmT6kQSJJBomaLsIB001hUQO25n1taobOmXPWf1775cAeHLxlaaKMlh76X8oAzw5CzKnRknZOF28WkbpKEXFcJ9B/fBvWeFIEJknMHPrqyiAcl8NI4= Received: by 10.67.26.7 with SMTP id d7mr3606178ugj.1163622175137; Wed, 15 Nov 2006 12:22:55 -0800 (PST) Received: from mmdn-121.mmdn.biz ( [195.34.103.121]) by mx.google.com with ESMTP id s7sm1417990uge.2006.11.15.12.22.54; Wed, 15 Nov 2006 12:22:54 -0800 (PST) To: "Bjoern A. Zeeb" Date: Wed, 15 Nov 2006 22:24:49 +0200 User-Agent: KMail/1.9.4 References: <63c6c3f90611141838s4e860ab1qbd3ca7f848de31c0@mail.gmail.com> <20061115091251.B18512@maildrop.int.zabbadoz.net> In-Reply-To: <20061115091251.B18512@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611152224.49679.Dimitar.Peikov@gmail.com> From: Dimitar Peikov Cc: freebsd-net@freebsd.org Subject: Re: PPP using PPPoE failure X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 20:23:04 -0000 On Wednesday 15 November 2006 11:15, you wrote: > On Wed, 15 Nov 2006, Dimitar Peikov wrote: > > Hello > > > > I'm just playing with 6.2-BETA3 and discovered something odd. > > I've setup my PPPoE connection to my ISP (it is working OK). > > The problem I observed appears while PPPoE connection is active I want > > to exit from PPP program. Then my PPP connection is closed, but I'm > > not able to open another session via tun0 adapter until restart. Also > > ppp process hangs (I guess it is blocked while try to open tun0 > > interface) - I waited for completion about 1min and didn't get it. > > > > Message that appears in ppp.log is : > > <<< > > Phase: Using interface: tun0 > > Phase: deflink: Created in closed state > > <<< > > > > Hope that this will help. > > can you enable > Log All > in ppp.conf and see what it says then? > > Also a ngctl list and you checking tcpdump if you can see PPPoE PADI > PADO PAD PADR PADS PADT packets would be helpful. Do that on the > interface pppoe is configure for (not tun0). Thank you for the feedback, but now I'm not able to reproduce it. So far I'll try to get this error again and when I catch it, I'll send requested information. I'm continuing to try to reproduce this issue. --- Dimitar Peikov from Gmail