Anope Support > 1.6.x (Read Only)

Link error?

(1/1)

drizz:
mjello.. actually, i go straight to the point..

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


--- Code: ---http://pastebin.com/m2cbb9831 (to big, so had to move it to pastebin)
--- End code ---

thats the debug log...

services.conf:

--- Code: ---RemoteServer    127.0.0.1 6667 "pass"
ServerName  "services.localhost.net"
--- End code ---

unrealircd.conf:

--- Code: ---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;
};
--- End code ---

ysfm:
check port number

services connection port 6667 but unreal allowed port 8067

Jobe:
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?

Navigation

[0] Message Index

Go to full version