1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-18 17:27:20 +01:00
fwbuilder/test/ipf/firewall11-ipf.conf.orig

32 lines
1.3 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
pass in quick proto tcp from any to 10.0.0.1 keep state
pass in quick proto udp from any to 10.0.0.1 keep state
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