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

27 lines
1.0 KiB
Plaintext
Executable File

# Policy compiler errors and warnings:
# firewall5:Policy:0: warning: Changing rule direction due to self reference
#
# Rule 0 (global)
# firewall5:Policy:0: warning: Changing rule direction due to self reference
pass in quick proto tcp from any to 33.33.33.33 port = 22 flags S keep state
pass in quick proto tcp from any to 33.33.33.34 port = 22 flags S keep state
pass in quick proto tcp from any to 192.168.1.1 port = 22 flags S keep state
#
# Rule 1 (global)
pass in quick proto tcp from any to (ppp0) port = 22 flags S keep state
pass out quick proto tcp from any to (ppp0) port = 22 flags S keep state
#
# Rule 2 (global)
pass out quick proto tcp from any to 33.33.33.33 port = 22 flags S keep state
pass out quick proto tcp from any to 33.33.33.34 port = 22 flags S keep state
#
# Rule 5 (global)
block in log quick from any to any
block out log quick from any to any
#
# Rule fallback rule
# fallback rule
block in quick from any to any
block out quick from any to any