I'm trying to set a IPFW as open by default, so I do firewall_type="open", but when I do "ipfw flush", it only adds a "deny ip any from any" rule. Should it be "allow ip any from any"? I mean, If I flush the rules, should it be set only as the default ruleset or, instead of that, it will add that rule automatically?
Another question. If I restart the firewall doing "service ipfw restart", it add the whole open ruleset, but its last two rules are:
65000 allow ip from any to any
65535 deny ip from any to any
If firewall_type="open", should it be "65535 allow ip from any to any" only, without the last rule?
I have read somewhere: