This is a discussion on Re: How to reload ipf rules without disconnecting current connections? within the IPFilter forums, part of the System Security and Security Related category; On 7/10/05, Richard Braun <syn@sceen.net> wrote: > On Sun, Jul 10, 2005 at 08:...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 7/10/05, Richard Braun <syn@sceen.net> wrote:
> On Sun, Jul 10, 2005 at 08:42:52PM +0200, Amadeus Stevenson wrote: > > Hello, > > > > Sorry for this very obtuse question. > > > > I change my ipf.conf a fair bit, and when reloading it with a short script: > > > > #!/bin/sh > > > > cp /etc/ipf.$1 /etc/ipf.conf > > /etc/rc.d/ipfilter restart > > /etc/rc.d/ipnat restart > > /etc/rc.d/ipfilter reload > /etc/rc.d/ipnat reload (not needed if you don't change your nat rules) Great that is what I needed under netbsd; thanks! Amadeus |