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:
teastep 2004-11-12 21:25:36 +00:00
parent 239b165da0
commit 7a1524db76
3 changed files with 10 additions and 6 deletions

View File

@ -77,3 +77,5 @@ Changes in 2.0.11
1) Add note for Slackware users to INSTALL. 1) Add note for Slackware users to INSTALL.
2) Correct bogons file. 2) Correct bogons file.
3) Replace service names by port numbers in /etc/shorewall/tos.

View File

@ -179,3 +179,5 @@ Problems corrected in 2.0.11
users. users.
2) The bogons file has been updated. 2) The bogons file has been updated.
3) Service names are replaced by port numbers in /etc/shorewall/tos.

View File

@ -43,10 +43,10 @@
# #
############################################################################## ##############################################################################
#SOURCE DEST PROTOCOL SOURCE PORTS DEST PORTS TOS #SOURCE DEST PROTOCOL SOURCE PORTS DEST PORTS TOS
all all tcp - ssh 16 all all tcp - 22 16
all all tcp ssh - 16 all all tcp 22 - 16
all all tcp - ftp 16 all all tcp - 21 16
all all tcp ftp - 16 all all tcp 21 - 16
all all tcp ftp-data - 8 all all tcp 20 - 8
all all tcp - ftp-data 8 all all tcp - 20 8
#LAST LINE -- Add your entries above -- DO NOT REMOVE #LAST LINE -- Add your entries above -- DO NOT REMOVE