Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: drizz on July 22, 2008, 04:15:52 PM

Title: Link error?
Post by: drizz on July 22, 2008, 04:15:52 PM
mjello.. actually, i go straight to the point..

wheres the error? i don't get it, im new to this..

Code: [Select]
http://pastebin.com/m2cbb9831 (to big, so had to move it to pastebin)
thats the debug log...

services.conf:
Code: [Select]
RemoteServer    127.0.0.1 6667 "pass"
ServerName  "services.localhost.net"

unrealircd.conf:
Code: [Select]
link services.localhost.net
{
username *;
hostname 127.0.0.1;
bind-ip 127.0.0.1;
port 8067;
password-connect "pass";
password-receive "pass";
class servers;
};

ulines {
services.localhost.net;
};
Title: Re: Link error?
Post by: ysfm on July 22, 2008, 09:01:47 PM
check port number

services connection port 6667 but unreal allowed port 8067
Title: Re: Link error?
Post by: Jobe on July 22, 2008, 09:05:57 PM
The port in the link block is ignored for incoming connections, it's only used to connect TO another server. Same applies for bind-ip.

Either way, the log file disagrees with the config. So chances are you're editing the wrong files?