maxperip for individual users is that not possible in Unreal4?

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
TaTHaR
Posts: 37
Joined: Wed Jan 28, 2015 3:28 pm

maxperip for individual users is that not possible in Unreal4?

Post 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.
Best Regards, Herman.
TaTHaR
Posts: 37
Joined: Wed Jan 28, 2015 3:28 pm

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

Post by TaTHaR »

Hello,

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

Best Regards, Herman.
Best Regards, Herman.
Locked