Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: lacop on August 03, 2006, 04:03:59 PM

Title: Anope 1.6.4 - Can't connect to UnrealIRCd 3.2.5
Post by: lacop on August 03, 2006, 04:03:59 PM
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 --

Code: [Select]

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 --

Code: [Select]

RemoteServer    localhost 6667 "qweasdfg"
ServerName  "services.localhost"



What's the problem? Pls help :)


[Edited on 3-8-2006 by lacop]
Title:
Post by: Charles Kingsley on August 03, 2006, 04:07:24 PM
If this is a shell server, you should not use 127.0.0.1.

1.6.4 does not officially support unreal3.2.5
Title:
Post by: lacop on August 03, 2006, 04:11:23 PM
when I replace 127.0.0.1 with localhost in link block I get following error:

*** LocOps -- Link denied for services.localhost(unknown@127.0.0.1) (Server is in link block but IP/host didn't match) [@127.0.0.1.45494]
Title:
Post by: Charles Kingsley on August 03, 2006, 04:17:17 PM
Are you the only user on this system? - If so, use 127.0.0.1 in the link block, AND remoteserver.

If there are other users, you should use your assigned IP.
Title:
Post by: lacop on August 03, 2006, 04:29:22 PM
any combination of localhost/127.0.0.1/my IP in Anope/unrealircd config files isn't working :(
what versions of anope and unreal do you recommend?
Title:
Post by: Jobe on August 03, 2006, 04:32:56 PM
If you were asking for my opinion i would reccomend UnrealIRCd 3.2.5 with Anope 1.7.14 which all works wonderfully well for me.
Title:
Post by: lacop on August 03, 2006, 04:35:41 PM
Quote
Originally posted by Jobe1986
If you were asking for my opinion i would reccomend UnrealIRCd 3.2.5 with Anope 1.7.14 which all works wonderfully well for me.


ok, thank you (and thanks to chaz too :) )
Title:
Post by: Charles Kingsley on August 03, 2006, 04:38:22 PM
I'd agree. And if you still have problems, nip onto irc.anope.org #anope
Title:
Post by: lacop on August 03, 2006, 05:07:50 PM
thx, it's working now :)