Re: updating pf filter rules

2007-08-08 Thread Austin Murphy
On 8/7/07, Stuart Henderson <[EMAIL PROTECTED]> wrote: > On 2007/08/07 15:46, Austin Murphy wrote: > > If I made a new file with a just the new rules and loaded it with > > something like "pfctl -f two.pf.rules.conf", would all the existing > > filter rules be dropped and would only the two new rul

Re: updating pf filter rules

2007-08-07 Thread RW
On Tue, 7 Aug 2007 18:31:53 -0500, Mike Piety wrote: >On Tue, 7 Aug 2007 15:46:41 -0400 >"Austin Murphy" <[EMAIL PROTECTED]> wrote: > >> I inherited a "transparent" bridging firewall running >> OpenBSD 3.8 and pf. I would like to add two new filter >> rules without disrupting the current network

Re: updating pf filter rules

2007-08-07 Thread Mike Piety
On Tue, 7 Aug 2007 15:46:41 -0400 "Austin Murphy" <[EMAIL PROTECTED]> wrote: > I inherited a "transparent" bridging firewall running > OpenBSD 3.8 and pf. I would like to add two new filter > rules without disrupting the current network traffic. The > pfctl man page did not seem to indicate a w

Re: updating pf filter rules

2007-08-07 Thread Stuart Henderson
On 2007/08/07 15:46, Austin Murphy wrote: > If I made a new file with a just the new rules and loaded it with > something like "pfctl -f two.pf.rules.conf", would all the existing > filter rules be dropped and would only the two new rules be in effect? Yes. > Let's say I updated the existing conf

updating pf filter rules

2007-08-07 Thread Austin Murphy
I inherited a "transparent" bridging firewall running OpenBSD 3.8 and pf. I would like to add two new filter rules without disrupting the current network traffic. The pfctl man page did not seem to indicate a way to load a single filter rule to a running configuration. If I made a new file with