Hi,
I have Anope 1.6.4 and UnrealIRCd 3.2.5 on linux (debian).
When I start Anope with ./services I get a error message from UnrealIRCd:
*** LocOps -- Link denied (Authentication failed [Bad password?]) [@127.0.0.1.54883]
-- Parts of UnrealIRCd config file --
listen *:6667;
link services.localhost
{
username *;
hostname 127.0.0.1;
port *;
bind-ip *;
password-connect "qweasdfg";
password-receive "qweasdfg";
class servers;
};
ulines {
services.localhost;
};
-- Parts of Anope config file --
RemoteServer localhost 6667 "qweasdfg"
ServerName "services.localhost"
What's the problem? Pls help

[Edited on 3-8-2006 by lacop]