This is a discussion on Re: How to reload ipf rules without disconnecting current within the IPFilter forums, part of the System Security and Security Related category; --On Sunday, July 10, 2005 8:50 PM +0200 Schuh Andreas <andy@greenlemon.org> wrote: > to reload ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--On Sunday, July 10, 2005 8:50 PM +0200 Schuh Andreas
<andy@greenlemon.org> wrote: > to reload ipf rules just type: ># ipf -FA -f <filename> Better (I think...) is: # ipf -I -F a -f $ipf_rules_file && ipf -s > to reload ipnat rules: ># ipf -y That syncs interface IP changes etc. To reload the rules, you want: # ipnat -C -f $nat_rules_file -- Carson |