max online user issue again

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

Post Reply
rhinolt
Posts: 3
Joined: Tue Mar 05, 2024 3:29 am

max online user issue again

Post by rhinolt »

other conf are set,but my friends can't login more than 8 users.

"
:1.2.3.4 265 abc 2 8 :Current local users 2, max 8
:1.2.3.4 266 abc 2 2 :Current global users 2, max 2
"

and ive changed /etc/unrealircd/unrealircd.conf

"
class clients
{
pingfreq 90;
maxclients 1000;
sendq 200k;
recvq 8000;
}

/* Special class for IRCOps with higher limits */
class opers
{
pingfreq 90;
maxclients 50;
sendq 1M;
recvq 8000;
}

/* Server class with good defaults */
class servers
{
pingfreq 60;
connfreq 15; /* try to connect every 15 seconds */
maxclients 200; /* max servers */
sendq 20M;
}
"

yet it still shows "Current local users 2, max 8"

HOW IT COULD BE??
rhinolt
Posts: 3
Joined: Tue Mar 05, 2024 3:29 am

Re: max online user issue again

Post by rhinolt »

version
v6.1.4
DonTCry
Posts: 50
Joined: Mon Feb 06, 2012 6:01 pm
Contact:

Re: max online user issue again

Post by DonTCry »

Hello rhinolt,

have a look at https://www.unrealircd.org/docs/Allow_block
and always provide error messages you get when you try something.
rhinolt
Posts: 3
Joined: Tue Mar 05, 2024 3:29 am

Re: max online user issue again

Post by rhinolt »

DonTCry wrote: Tue Mar 05, 2024 3:50 am Hello rhinolt,

have a look at https://www.unrealircd.org/docs/Allow_block
and always provide error messages you get when you try something.
well,thanks for hint,it's my conf set 'maxperip' to 3,it's ok now
Post Reply