Search found 3 matches

by rhinolt
Tue Mar 05, 2024 4:29 am
Forum: Generic support
Topic: [SOLVED] max online user issue again
Replies: 3
Views: 10453

Re: max online user issue again

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
by rhinolt
Tue Mar 05, 2024 3:38 am
Forum: Generic support
Topic: [SOLVED] max online user issue again
Replies: 3
Views: 10453

Re: max online user issue again

version
v6.1.4
by rhinolt
Tue Mar 05, 2024 3:36 am
Forum: Generic support
Topic: [SOLVED] max online user issue again
Replies: 3
Views: 10453

[SOLVED] max online user issue again

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 ...