Allow maxperip Problem

These are old archives. They are kept for historic purposes only.
Post Reply
DonTCry
Posts: 50
Joined: Mon Feb 06, 2012 6:01 pm
Contact:

Allow maxperip Problem

Post by DonTCry »

version: Unreal3.2.9.
with
Anope 1.8.7

I cannot have more than 2 connections from the same IP on my server.
I tried removing the allow block, setting maxperip to 10, 20 and other number, did a rehash and again it wont let me connect more than 2 connections per IP.

allow {
ip *@*;
hostname *@*;
class clients;
maxperip 5;
};

What should i Do?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Allow maxperip Problem

Post by Jobe »

What message are you getting that tells you that you cannot connect any more?

Also do you have any OTHER allow blocks?
Your IP: Image
Your Country: Image
DonTCry
Posts: 50
Joined: Mon Feb 06, 2012 6:01 pm
Contact:

Re: Allow maxperip Problem

Post by DonTCry »

That is the only allow block, and after the second connection I get this msg

[09:53] Local host: home-72a2a5fa84 (10.0.0.2)
-
[09:54] * Unable to connect to server (Connection attempt timed out)
Post Reply