Date: Thu, 22 Nov 2007 21:37:14 -0800 From: Sean McNeil <sean@mcneil.com> To: current@freebsd.org Subject: 7-STABLE firewall gets flushed for both ipv4 and ipv6 Message-ID: <4746670A.2010204@mcneil.com>
next in thread | raw e-mail | index | archive | help
Now that ip6fw is deprecated and ipfw does both v4 and v6 there is a problem with setup of a firewall. If, for example, you have firewall_type="some_file" ipv6_firewall_type="OPEN" they both will not be setup. Instead, you will end up with just the rules from the one settup (depending on rcorder). In order to work around the issue, I have merged the firewall rules into one file and use firewall_type="/etc/fw/firewall.rules" ipv6_firewall_type="/etc/fw/firewall.rules" I don't know of any other way to do this properly.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4746670A.2010204>