From owner-freebsd-stable@FreeBSD.ORG Tue Oct 21 14:00:40 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2C791065684 for ; Tue, 21 Oct 2008 14:00:40 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF488FC2F for ; Tue, 21 Oct 2008 14:00:40 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.3/8.14.3) with ESMTP id m9LE0ajf041648; Tue, 21 Oct 2008 10:00:36 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m9LE0Zvh045489 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Oct 2008 10:00:36 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200810211400.m9LE0Zvh045489@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 21 Oct 2008 10:00:45 -0400 To: "Daniel O'Connor" From: Mike Tancsa In-Reply-To: <200810212028.03184.doconnor@gsoft.com.au> References: <200810092206.02362.doconnor@gsoft.com.au> <200810150238.m9F2cAWu007721@lava.sentex.ca> <200810151339.57406.doconnor@gsoft.com.au> <200810212028.03184.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: freebsd-stable@freebsd.org Subject: Re: Userland PPP not deleting old IP on disconnect X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2008 14:00:40 -0000 At 05:57 AM 10/21/2008, Daniel O'Connor wrote: >I've even tried /etc/rc.d/pf restart but that doesn't fix it.. It's very >perplexing :( Strange, Even doing /sbin/pfctl -Fall -f /etc/pf.conf does not help as part of ppp.linkup ? Perhaps confirm its actually working as expected. e.g. wrap a small script around it so pppoe: ! /usr/local/bin/fixpf.sh where fixpf.sh is something like /sbin/pfctl -sa -v > /var/log/before.pf /sbin/pfctl -Fall -f /etc/pf.conf > /var/log/after.pf and make sure the old states are actually gone and the rules make sense. ---Mike