Search found 5 matches

by jopiek
Wed Jul 05, 2006 8:33 am
Forum: Unreal 3.2 Support
Topic: Can't figure out how to allow more users
Replies: 12
Views: 8353

if by Max Globa Users you mean the count like these:
Current Local Users: 1 Max: 4
Current Global Users: 19 Max: 22
then that is only the maximum number of users that has been connected to the network and not the maximum allowed to connect. Same applies for the Local User count as above.

So it ...
by jopiek
Mon Jun 26, 2006 9:20 am
Forum: Unreal 3.2 Support
Topic: Can't figure out how to allow more users
Replies: 12
Views: 8353

"no more connections allowed" means the fd limit from ./Config is reached, so see SpaceDoG's reply.

I tried it, it doesn't help. I used Mirc to connect 8+ clients. The 9th client says: "unable to connect". I suspect it has to do with "max global users" or so. I don't see an other reason why it ...
by jopiek
Tue Jun 20, 2006 1:14 pm
Forum: Unreal 3.2 Support
Topic: Can't figure out how to allow more users
Replies: 12
Views: 8353

MarHazK wrote:its depands with other connection from TCP users connected through the network or shell that has a limited connection.
Yes, I understand, but my server does not limit TCP connections, so it must be UnrealIRCD
by jopiek
Tue Jun 20, 2006 9:46 am
Forum: Unreal 3.2 Support
Topic: Can't figure out how to allow more users
Replies: 12
Views: 8353

The "maximum" in /lusers means the user record (i.e. highest connection count), not the maximum of users your server allows.

By default your server can hold 1024 connections (unless the os enforces a limit).

http://www.vulnscan.org/UnrealIrcd/faq/#46
( http://www.vulnscan.org/UnrealIrcd/faq/#11 ...
by jopiek
Tue Jun 20, 2006 6:21 am
Forum: Unreal 3.2 Support
Topic: Can't figure out how to allow more users
Replies: 12
Views: 8353

Can't figure out how to allow more users

I have installed UnrealIRCD 3.2 at my FreeBSD server, however:

/lusers gives:
Current Local Users: 1 Max: 10
Current Global Users: 1 Max: 2

It just does not allow more clients than 10 (they connect from different IP's).
I need to allow many more users and I can't figure out how. The conf file says ...