Forum

My IP keep been ban

Fred
18 March 2015, 16:51
Hi,
Could you please tell me how I can stop this from happening?
/var/log/hiawatha/system.log
91.305.10.40|Wed 18 Mar 2015 15:35:10 +0000|Client banned because of too many simultaneous connections
91.305.10.40|Wed 18 Mar 2015 15:35:11 +0000|Client kicked
91.305.10.40|Wed 18 Mar 2015 15:35:11 +0000|Client banned because of flooding
91.305.10.40|Wed 18 Mar 2015 15:35:11 +0000|Client kicked
91.305.10.40|Wed 18 Mar 2015 15:35:11 +0000|Client kicked
91.305.10.40|Wed 18 Mar 2015 15:35:11 +0000|Client kicked
91.305.10.40|Wed 18 Mar 2015 15:35:11 +0000|Client kicked
91.305.10.40|Wed 18 Mar 2015 15:35:11 +0000|Client kicked
91.305.10.40|Wed 18 Mar 2015 15:35:11 +0000|Client kicked
91.305.10.40|Wed 18 Mar 2015 15:35:38 +0000|Unbanned (30 connect attempts during ban)


I get this if I refresh a page straight after its been loaded.
I already have the following in my hiawatha.conf file
BanlistMask = allow 91.305.10.40, allow 251.146.179.215, deny 192.168.1.0/24, deny 127.0.0.1


Hiawatha version: v9.8
Operating System: FreeBSD 10
Hugo Leisink
18 March 2015, 17:26
In your BanlistMask setting, change 'allow' to 'deny'.
Fred
18 March 2015, 18:03
Hi Hugo,

Thank you for the reply.

Do you mean to replace
BanlistMask = allow 91.305.10.40, allow 251.146.179.215, deny 192.168.1.0/24, deny 127.0.0.1

with
BanlistMask = deny 91.305.10.40, deny  251.146.179.215, deny 192.168.1.0/24, deny 127.0.0.1


My understanding is that deny 91.305.10.40 will block all request from this IP address.
91.305.10.40 is my external/ public facing ip address and I have 4 domain running from it
Hugo Leisink
18 March 2015, 18:14
No, that would be the case for AccessList. See the manual page for both AccessList and BanlistMask.
Fred
18 March 2015, 18:40
I see, I got mixed up with the 2 settings.
Thank you for your help:)
This topic has been closed.