DragonFly users List (threaded) for 2004-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: firewalls
:Jonathan Fosburgh wrote:
:
:> particularly /etc/rc.firewall, which is where I have my ipfw rules. Perhaps
:> this is not the correct location for custom rules, but I haven't found a
:> different place to put them.
:
:You can specify the location of your custom rules file in
:firewall_script in /etc/rc.conf. Like:
:
:firewall_script="/etc/ipfw.rules.conf"
:
:Sascha
Right. Or more complete, something like this in /etc/rc.conf:
firewall_enable="YES"
firewall_type="/etc/ipfw.conf"
If you want to run your own rc.firewall script rather then just loading
a set of rules you can actually override that in your /etc/rc.conf as
well by specifying:
firewall_script="your_custom_script_file_here"
Nobody should be messing with the rc.* scripts themselves (other
then /etc/rc.conf and /etc/rc.local of course). That is why make
upgrade overwrites them.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]