mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-19 09:47:20 +01:00
20 lines
491 B
Plaintext
20 lines
491 B
Plaintext
|
|
|
|
|
|
|
|
# Tables: (1)
|
|
table <tbl.r9998.d> { 10.1.1.50 , 10.3.14.50 , 10.100.101.1 , 10.100.103.1 }
|
|
|
|
#
|
|
# Rule backup ssh access rule
|
|
# backup ssh access rule
|
|
pass in quick inet proto tcp from 10.3.14.30 to <tbl.r9998.d> port 22 flags S/SA keep state label "RULE 9998 -- ACCEPT "
|
|
#
|
|
# Rule 0 (global)
|
|
block log quick inet from any to any label "RULE 0 -- DROP "
|
|
#
|
|
# Rule fallback rule
|
|
# fallback rule
|
|
block quick inet from any to any label "RULE 10000 -- DROP "
|
|
|