File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -380,6 +380,18 @@ then pureftpd is not able to resolve the hostname. Name resolving can be disable
380380echo 'yes' > /etc/pure-ftpd/conf/DontResolve
381381/etc/init.d/pure-ftpd-mysql restart
382382
383+ -----------------------------------------------------------------------------------------------------------
384+ Fail2ban also working with ipv6:
385+ # Download here and install the package: http://homes.dcc.ufba.br/~rogeriobastos/files/fail2ban/
386+ # Set banaction = route in jail.conf
387+ # Create or modify route.conf in /etc/fail2ban/action.d
388+ [Definition]
389+ actionban = ip route add unreachable <ip>
390+ actionunban = ip route del unreachable <ip>
391+ action6ban = ip route add unreachable <ip>
392+ action6unban = ip route del unreachable <ip>
393+ -----------------------------------------------------------------------------------------------------------
394+
383395
384396
385397
Original file line number Diff line number Diff line change @@ -262,6 +262,17 @@ echo 'yes' > /etc/pure-ftpd/conf/DontResolve
262262/etc/init.d/pure-ftpd-mysql restart
263263
264264
265+ -----------------------------------------------------------------------------------------------------------
266+ Fail2ban also working with ipv6:
267+ # Download here and install the package: http://homes.dcc.ufba.br/~rogeriobastos/files/fail2ban/
268+ # Set banaction = route in jail.conf
269+ # Create or modify route.conf in /etc/fail2ban/action.d
270+ [Definition]
271+ actionban = ip route add unreachable <ip>
272+ actionunban = ip route del unreachable <ip>
273+ action6ban = ip route add unreachable <ip>
274+ action6unban = ip route del unreachable <ip>
275+ -----------------------------------------------------------------------------------------------------------
265276
266277
267278
You can’t perform that action at this time.
0 commit comments