config root man

Current Path : /etc/fail2ban/jail.d/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //etc/fail2ban/jail.d/drive.local

#-------------------------------------------------------------------------------
[d-ftpd]
#-------------------------------------------------------------------------------
enabled  = true
filter   = d-ftpd
action   = d-ipfw[localhost=any]
#           d-sm-whois[name="ftpd", sender=root@drive.ne.jp, dest=lab@drive.ne.jp]
logpath  = /var/log/xferlog
#ignoreip = 127.0.0.1/8 10.10.0.0/16 202.152.208.0/20
#findtime  = 300
#maxretry = 3
bantime  = 7200

#-------------------------------------------------------------------------------
[d-popd]
#-------------------------------------------------------------------------------
enabled  = true
filter   = d-pop3d
action   = d-ipfw[localhost=any]
#           d-sm-whois[name="popd", sender=root@drive.ne.jp, dest=lab@drive.ne.jp]
logpath  = /var/log/poplog
#ignoreip = 127.0.0.1/8 10.10.0.0/16 202.152.208.0/20
#findtime  = 300
#maxretry = 3
bantime  = 600

#-------------------------------------------------------------------------------
[d-sendmail-auth]
#-------------------------------------------------------------------------------
enabled  = true
filter   = sendmail-auth
action   = d-ipfw[localhost=any]
#           d-sm-whois[name="smtp-auth", sender=root@drive.ne.jp, dest=lab@drive.ne.jp]
logpath  = /var/log/maillog
#ignoreip = 127.0.0.1/8 10.10.0.0/16 202.152.208.0/20
#findtime  = 300
#maxretry = 3
bantime  = 7200

#-------------------------------------------------------------------------------
[d-sendmail-reject]
#-------------------------------------------------------------------------------
enabled  = true
filter   = sendmail-reject
action   = d-ipfw[localhost=any]
#           d-sm-whois[name="smtp-reject", sender=root@drive.ne.jp, dest=lab@drive.ne.jp]
logpath  = /var/log/maillog
#ignoreip = 127.0.0.1/8 10.10.0.0/16 202.152.208.0/20
#findtime  = 300
#maxretry = 3
bantime  = 7200

#-------------------------------------------------------------------------------
[d-sshd]
#-------------------------------------------------------------------------------
enabled  = true
filter   = sshd
action   = d-ipfw[localhost=any]
#           d-sm-whois[name="sshd", sender=root@drive.ne.jp, dest=lab@drive.ne.jp]
logpath  = /var/log/auth.log
#ignoreip = 127.0.0.1/8 10.10.0.0/16 202.152.208.0/20
#findtime  = 300
#maxretry = 3
bantime  = 7200

#-------------------------------------------------------------------------------
[d-sshd-ddos]
#-------------------------------------------------------------------------------
enabled  = true
filter   = sshd-ddos
action   = d-ipfw[localhost=any]
#           d-sm-whois[name="sshd-ddos", sender=root@drive.ne.jp, dest=lab@drive.ne.jp]
logpath  = /var/log/auth.log
#ignoreip = 127.0.0.1/8 10.10.0.0/16 202.152.208.0/20
#findtime  = 300
#maxretry = 3
bantime  = 7200


Man Man