Difference between revisions of "Whitelist"
From Fail2ban
Jump to navigationJump to search (Removed the mis-information and added the proper way to do whitelisting) |
|||
| Line 1: | Line 1: | ||
| − | + | === Whitelisting === | |
| − | Whitelisting | + | Whitelisting is setup in the jail.conf file using a space separated list. |
| − | + | <pre>[DEFAULT] | |
| − | + | # "ignoreip" can be an IP address, a CIDR mask or a DNS host. Fail2ban will not | |
| − | + | # ban a host which matches an address in this list. Several addresses can be | |
| − | + | # defined using space separator. | |
| − | + | ||
| − | + | ignoreip = 127.0.0.1 192.168.1.0/24 8.8.8.8 | |
| − | + | </pre> | |
| − | |||
| − | [DEFAULT] | ||
| − | |||
| − | ignoreip | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ignoreip = 127.0.0.1 | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 14:37, 12 May 2010
Whitelisting
Whitelisting is setup in the jail.conf file using a space separated list.
[DEFAULT]
# "ignoreip" can be an IP address, a CIDR mask or a DNS host. Fail2ban will not
# ban a host which matches an address in this list. Several addresses can be
# defined using space separator.
ignoreip = 127.0.0.1 192.168.1.0/24 8.8.8.8