mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-19 09:47:20 +01:00
24 lines
1020 B
Plaintext
Executable File
24 lines
1020 B
Plaintext
Executable File
# Policy compiler errors and warnings:
|
|
# firewall8:Policy:0: warning: Changing rule direction due to self reference
|
|
#
|
|
# Rule 0 (global)
|
|
# firewall8: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
|
|
# firewall8:Policy:0: warning: Changing rule direction due to self reference
|
|
pass in quick proto tcp from any to 33.33.33.34 port = 22 flags S keep state
|
|
# firewall8:Policy:0: warning: Changing rule direction due to self reference
|
|
pass in quick proto tcp from any to 192.168.1.1 port = 22 flags S keep state
|
|
#
|
|
# Rule 1 (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 4 (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
|