Page 1 of 1

maxperip for individual users is that not possible in Unreal4?

Posted: Tue Jul 12, 2016 2:54 pm
by TaTHaR
Hello,

testing unreal4 and Anope 2.0.3 but have a problem. I try a user to give extra connections on his IP but is not working.

Code: Select all

allow {
	ip *@*;
	class clients;
	maxperip 3;
};
allow {
	ip *@xx.xxx.xxx.xx*;
	class clients;
	maxperip 25;
};

Code: Select all

16:51:41] Closing Link: Jow2[ipxx.xxx.xxx.xx.adsl.versatel.nl] services.stream01.nl (OperServ (Session limit exceeded))
[16:51:41] Verbinding met server verbroken.
[16:51:51] <OperServ> The session limit for your IP xx.xxx.xxx.xx has been exceeded.
Is this option not possible in Unreal4 or am I doing something wrong? There are no errors with /rehash

Best Regards, Herman.

Re: maxperip for individual users is that not possible in Unreal4?

Posted: Tue Jul 12, 2016 5:50 pm
by TaTHaR
Hello,

I fixed it. In operserv.conf I disblabled module "os_session"

Best Regards, Herman.