Password Mismatch on Connect

These are old archives. They are kept for historic purposes only.
Post Reply
Darl

Password Mismatch on Connect

Post by Darl »

[12:13am] -carnage.no-ip.org- *** Looking up your hostname...[12:13am] -carnage.no-ip.org- *** Found your hostname (cached)
[12:13am] -carnage.no-ip.org- *** If you are having problems connecting due to ping timeouts, please type /quote pong 4104A1F0 or /raw pong 4104A1F0 now.
-
[12:13am] Closing Link: Darl[S01060080c6fd1e4a.cg.shawcable.net] (Password mismatch)


I have it set to have no password in my config, I have also tried having a password:

allow {
ip *;
hostname *;
class clients;
maxperip 5;
};

/* Passworded allow line */
allow {
ip *@255.255.255.255;
hostname *@*.passworded.ugly.people;
class clients;
password "f00"
maxperip 1;
};
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Take out that second allow bock.
Post Reply