From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 07:43:08 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614F416A4CE for ; Tue, 11 Nov 2003 07:43:08 -0800 (PST) Received: from mail.lambdabroadband.com (mail.lambdabroadband.com [81.17.78.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F87343F75 for ; Tue, 11 Nov 2003 07:43:06 -0800 (PST) (envelope-from sb.mailinglist@lambdabroadband.com) Received: from blackbox ([81.17.78.11]) by mail.lambdabroadband.com (Kerio MailServer 5.7.1) for freebsd-questions@FreeBSD.ORG; Tue, 11 Nov 2003 15:43:02 +0000 Message-ID: <009b01c3a86a$808d27c0$0b4e1151@blackbox> From: "Colin Watson" To: Date: Tue, 11 Nov 2003 15:43:07 -0000 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: PPPoE Daemon Problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Colin Watson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 15:43:08 -0000 Hi, I have a Windows XP computer connecting to a FreeBSD 4.8 Stable box = running PPPoE Daemon. The connection, disconnection works perfectly - = however if I yank out the cable of 'live' PPPoE connection (or terminate = it via a windows crash) on the Windows XP PC, the tunnel interface fails = to be placed in a 'down' state on the PPPoE FreeBSD box. This results in = a debug error informing me that: Error: ipcp_InterfaceUp: unable to set ip address repeatadly. Only a reboot seems to resolve the issue. I assume this = message is referring to the fact it thinks the IP address is in use and = bound to a tunnel currently in an 'UP' state. Does PPP not maintain a = link state? Is this a bug? Or is their a way around the problem so that = when a user terminates, the tunnel is brought down gracefully at the = FreeBSD end, freeing the IP address? My ppp.conf is: default: set log Chat Command Phase enable chap =20 allow mode direct enable proxy =20 disable ipv6cp set mru 1472 set mtu 1472 set ifaddr 82.17.66.1 82.17.66.10 accept dns Many Thanks Colin.=20