mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 22:58:52 +01:00
Replace service names with port numbers in /etc/shorewall/tos
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1753 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
239b165da0
commit
7a1524db76
@ -77,3 +77,5 @@ Changes in 2.0.11
|
||||
1) Add note for Slackware users to INSTALL.
|
||||
|
||||
2) Correct bogons file.
|
||||
|
||||
3) Replace service names by port numbers in /etc/shorewall/tos.
|
||||
|
@ -179,3 +179,5 @@ Problems corrected in 2.0.11
|
||||
users.
|
||||
|
||||
2) The bogons file has been updated.
|
||||
|
||||
3) Service names are replaced by port numbers in /etc/shorewall/tos.
|
||||
|
12
STABLE2/tos
12
STABLE2/tos
@ -43,10 +43,10 @@
|
||||
#
|
||||
##############################################################################
|
||||
#SOURCE DEST PROTOCOL SOURCE PORTS DEST PORTS TOS
|
||||
all all tcp - ssh 16
|
||||
all all tcp ssh - 16
|
||||
all all tcp - ftp 16
|
||||
all all tcp ftp - 16
|
||||
all all tcp ftp-data - 8
|
||||
all all tcp - ftp-data 8
|
||||
all all tcp - 22 16
|
||||
all all tcp 22 - 16
|
||||
all all tcp - 21 16
|
||||
all all tcp 21 - 16
|
||||
all all tcp 20 - 8
|
||||
all all tcp - 20 8
|
||||
#LAST LINE -- Add your entries above -- DO NOT REMOVE
|
||||
|
Loading…
Reference in New Issue
Block a user