Update shorewall-ipset-proto6.conf

pull/978/head
ediazrod 2015-03-23 00:56:37 +01:00
parent e26a1ad6b6
commit 5fdd1d1ded
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@
# action (so that the ban is immediate) the /etc/shorewall/shorewall.conf # action (so that the ban is immediate) the /etc/shorewall/shorewall.conf
# file should me modified with "BLACKLISTNEWONLY=No". # file should me modified with "BLACKLISTNEWONLY=No".
# #
# A lot of this depends of the shorewall version at least have the 4.5.5 Version # The use in IPset in shorewall depends of the version you must have at least 4.5.5< version
# of shorewall
# #
# Enable shorewall to use a blacklist using iptables creating a file /etc/shorewall/blrules # Enable shorewall to use a blacklist using iptables creating a file /etc/shorewall/blrules
# and adding "DROP net:+f2b-ssh all" one for every jail details in shorewall documentation blacklist. # and adding "DROP net:+f2b-ssh all" one for every jail details in shorewall documentation blacklist.
@ -37,7 +38,7 @@
# To destroy the ipset in shorewall you must add to the file /etc/shorewall/stopped # To destroy the ipset in shorewall you must add to the file /etc/shorewall/stopped
# # One line of every ipset # # One line of every ipset
# system("/usr/sbin/ipset -quiet destroy f2b-ssh "); # system("/usr/sbin/ipset -quiet destroy f2b-ssh ");
# 1; # This must go to the end of the file if not shorewall complilation fails # 1; # This must go to the end of the file if not shorewall compilation fails
# #
# #