Search found 5 matches

by Dornal
Wed Jun 30, 2004 9:32 pm
Forum: Unreal 3.2 Support
Topic: Client limit for OPERS only
Replies: 12
Views: 8147

Got it! :)
If I added options noident it worked just fine.

Code: Select all

allow {
        ip             *OTECH@*;
        hostname       *OTECH@*;
        class           opers;
        password "test";
        maxperip 30;
        options {
                noident;
        };
};
by Dornal
Wed Jun 30, 2004 8:09 pm
Forum: Unreal 3.2 Support
Topic: Client limit for OPERS only
Replies: 12
Views: 8147

Tried it with only OTECH ... still wont ask for password :/
This is a real problem for me. My opers can't connect if the server is full, which it is almost all the time. Thx for helping :)
by Dornal
Wed Jun 30, 2004 8:01 pm
Forum: Unreal 3.2 Support
Topic: Client limit for OPERS only
Replies: 12
Views: 8147

Tried that too.
by Dornal
Wed Jun 30, 2004 7:58 pm
Forum: Unreal 3.2 Support
Topic: Client limit for OPERS only
Replies: 12
Views: 8147

Hmm... Ive been trying out this. Tell me if something is wrong because when I try to connect with OTECHStaff@myaddress it wont ask me for a password.



class opers
{
pingfreq 90;
maxclients 100;
sendq 100000;
recvq 8000;
};




allow {
ip *@*;
hostname *@*;
class clients;
maxperip 6 ...
by Dornal
Wed Jun 30, 2004 3:47 pm
Forum: Unreal 3.2 Support
Topic: Client limit for OPERS only
Replies: 12
Views: 8147

Client limit for OPERS only

Hello, I have a problem with clientlimits. When my server is full I cant connect. I've tried to make different classes and allow blocks, but it seems like unreal doesent respond properly.
Could someone make an example of how this may look in the cfg.
I want my normal clients set to a 800 limit, and ...