Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2008 10:00:45 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        "Daniel O'Connor" <doconnor@gsoft.com.au>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Userland PPP not deleting old IP on disconnect
Message-ID:  <200810211400.m9LE0Zvh045489@lava.sentex.ca>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810211400.m9LE0Zvh045489>