mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-31 01:20:41 +01:00
23 lines
926 B
Plaintext
23 lines
926 B
Plaintext
|
#
|
||
|
# Shorewall version 4 - Rules File
|
||
|
#
|
||
|
# For information on the settings in this file, type "man shorewall-rules"
|
||
|
#
|
||
|
# The manpage is also online at
|
||
|
# http://www.shorewall.net/manpages/shorewall-rules.html
|
||
|
#
|
||
|
######################################################################################################################################################################################################
|
||
|
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK CONNLIMIT TIME HEADERS SWITCH HELPER
|
||
|
# PORT PORT(S)DEST LIMIT GROUP
|
||
|
?SECTION ALL
|
||
|
?SECTION ESTABLISHED
|
||
|
?SECTION RELATED
|
||
|
?SECTION INVALID
|
||
|
?SECTION UNTRACKED
|
||
|
?SECTION NEW
|
||
|
Invalid(DROP) net $FW tcp
|
||
|
# on a server you would obiously want to accept here
|
||
|
SSH(DROP) net $FW
|
||
|
# on a server you would obviously want to accept here
|
||
|
Ping(DROP) net $FW
|