Page 1 of 1

New on unreal (just 2 simple questions)

Posted: Sun Aug 28, 2005 3:14 pm
by guaitaku
I've been looking all the config files and tutorials (also f.a.q) and I still having 2 problems.

1- The maxconnections still 6, and in the unrealircd.conf is

class clients {

pingfreq 90;

maxclients 500;

sendq 100000;

recvq 8000;

};

And I can't conect more than 6 users, I dont know but in the unrealircd.conf there is any way that sets max:6

2- How to encrypt the ip in the host, or a aleatory vhost to who connects.

Thanx a lot

(Sorry for my english)

Posted: Sun Aug 28, 2005 3:29 pm
by Jason
You mean you cant connect more than six users from the same IP?
This is correct, and the meaning of allow::max-per-ip

You mean you cant connect more than six users period?

Check that you dont have a router binating connections and that your users are not connecting via a proxy.

If one of the above doesnt solve it, you can, if you want, simply delete the allow::max-per-ip line

Posted: Sun Aug 28, 2005 3:44 pm
by Dukat
1. I really hope you don't talk about the output of /lusers... :wink:

2. Set usermode +x (or even better: add it to the set::modes-on-connect)

Posted: Sun Aug 28, 2005 4:39 pm
by guaitaku
I mean this

/lusers

»» Current local users: 1 Max: 6
»» Current global users: 1 Max: 1

I've done the conf with the standard values

Posted: Sun Aug 28, 2005 4:58 pm
by Dukat
That "max" is the maximum users ever connected to your server ("user record"), it's NOT how many users your server can hold. :P

Posted: Sun Aug 28, 2005 5:18 pm
by guaitaku
o_O

Thanx a lot