1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-19 17:57:22 +01:00
fwbuilder/test/ipf/firewall11-ipf.conf.orig
2011-01-03 13:01:06 -08:00

34 lines
1.5 KiB
Plaintext
Executable File

# Policy compiler errors and warnings:
# firewall11:Policy:1: warning: Changing rule direction due to self reference
#
# Rule 0 (ng0)
pass in quick on ng0 proto icmp from any to <thishost> keep state
pass in quick on ng0 proto tcp from any to <thishost> keep state
pass in quick on ng0 proto udp from any to <thishost> keep state
pass in quick on ng0 from any to <thishost>
#
# Rule 1 (global)
# firewall11:Policy:1: warning: Changing rule direction due to self reference
pass in quick proto icmp from any to 10.0.0.1 keep state
# firewall11:Policy:1: warning: Changing rule direction due to self reference
pass in quick proto tcp from any to 10.0.0.1 keep state
# firewall11:Policy:1: warning: Changing rule direction due to self reference
pass in quick proto udp from any to 10.0.0.1 keep state
# firewall11:Policy:1: warning: Changing rule direction due to self reference
pass in quick from any to 10.0.0.1
#
# Rule 2 (global)
pass in quick proto icmp from any to <thishost> keep state
pass in quick proto tcp from any to <thishost> keep state
pass in quick proto udp from any to <thishost> keep state
pass in quick from any to <thishost>
pass out quick proto icmp from any to <thishost> keep state
pass out quick proto tcp from any to <thishost> keep state
pass out quick proto udp from any to <thishost> keep state
pass out quick from any to <thishost>
#
# Rule fallback rule
# fallback rule
block in quick from any to any
block out quick from any to any