Page 1 of 1

Help! Connection Failed (Password Mismatch)

Posted: Thu Mar 03, 2005 11:42 pm
by Southy
I just installed Unreal IRCD on a linux box. I got it to compile and to run fine with the unreal.config file that I created. Only whenever I go to connect to the server, it does this and says Password Mismatch. I have no idea what is the cause of this or how to fix it, any ideas?

*** Connect retry #2
*** Looking up your hostname...
*** Found your hostname (cached)
Closing Link: (Password mismatch)
*** Disconnected

Posted: Fri Mar 04, 2005 3:40 am
by codemastr
Perhaps you should remove the password directive from the allow block...

Posted: Sat Mar 05, 2005 6:20 pm
by Ron2K
... or specify aforementioned password when you connect. Whatever tickles your pickle.

Posted: Sat Mar 05, 2005 9:32 pm
by Southy
I deleted the password and it worked. I guess I thought I needed it there for admin purposes or something, but say if I did...
Ron2K wrote:... or specify aforementioned password when you connect. Whatever tickles your pickle.
How would connect to IRC using a password ?

Posted: Sat Mar 05, 2005 9:51 pm
by commandr
/server irc.server.tld PASSWORD

Posted: Sat Mar 05, 2005 10:45 pm
by Syzop
Note that in quite some clients (eg: mIRC) you need to do something like:

Code: Select all

/server servername port password
(so add the port)