Search found 3 matches

by Belgarion
Mon Jul 02, 2007 3:52 pm
Forum: Unreal 3.2 Support
Topic: Allow block Server Password - Suddenly stopped working? :|
Replies: 10
Views: 5649

allow {
ip *@*;
hostname *@*;
class clients;
password "******";
maxperip 3;

};

allow {
ip 72.64.145.20;
hostname *@data.searchirc.org;
class clients;
maxperip 1;

};


Made the changes you suggested, but connections can still be made without supplying a password :|

Is there something ...
by Belgarion
Mon Jul 02, 2007 10:10 am
Forum: Unreal 3.2 Support
Topic: Allow block Server Password - Suddenly stopped working? :|
Replies: 10
Views: 5649

There are 2 allow blocks -

allow {
ip *@*;
hostname *@*;
class clients;
password "******";
maxperip 3;

};

allow {
ip *@*;
hostname [email protected];
class clients;
maxperip 1;

};

Just to be on the safe side, I tried it without the scrawl block, but it made no difference.
by Belgarion
Mon Jul 02, 2007 12:24 am
Forum: Unreal 3.2 Support
Topic: Allow block Server Password - Suddenly stopped working? :|
Replies: 10
Views: 5649

Allow block Server Password - Suddenly stopped working? :|

Hi folks, this is hopefully something I've simply overlooked, but I can't seem to figure it out.

Quite simply, I have a server password set up in my clients allow block, as the server is web-based. All has been working fine for the last week. However for reasons I cann't yet explain, the password ...