Probleme for linking services
Posted: Fri Sep 23, 2005 2:55 am
I have Unreal IRCD3.2.3 running perfectly, I install anope-1.6.4, no probleme, I edit unrealircd.conf, make services.conf and start anope
Everything start, but when I write /connect services the answer was :
*** Connect: Server services is not configured for linking
the log file in service say that :
and the link block in unrealircd.conf:
the me{} servername:
and in service.conf:
can somebody help me please
?
Everything start, but when I write /connect services the answer was :
*** Connect: Server services is not configured for linking
the log file in service say that :
Code: Select all
[Sep 22 21:07:05 2005] Anope 1.6.4 (874) (compiled for UnrealIRCd 3.1.1+) starting up
[Sep 22 21:07:12 2005] Databases loaded
[Sep 22 21:07:12 2005] Connected to Server 1 (localhost:6667)
[Sep 22 21:07:12 2005] Read error from server: Success
Code: Select all
link irc.myteam.com
{
username *;
hostname localhost;
bind-ip *;
port 6667;
hub *;
password-connect "xxxx";
password-receive "xxxx";
class servers;
options {
/*autoconnect;
ssl;
zip;*/
};
};
Code: Select all
me
{
name "irc.myteam.com";
info "Myteam Server";
numeric 1;
};
Code: Select all
RemoteServer localhost 6667 "xxxx"
ServerName "myteam.com"