Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Ross McTague on November 11, 2013, 07:20:37 PM

Title: Linking Errors
Post by: Ross McTague on November 11, 2013, 07:20:37 PM
I have read the sticky posted http://forum.anope.org/index.php?topic=1267.0, but I'm still receiving
 
Code: [Select]
Connected to Server 1 (127.0.0.1:9998)
ERROR :Link denied (No matching link configuration)


I've made sure everything is matching in my unrealircd.conf and my services.conf files, but I'm still getting the error.

unrealircd.conf

Code: [Select]
#This is the services link block
listen 127.0.0.1:9998
{
options
{
serversonly;
};
};
link services.Purple.Shirts.IRC.net
{
  username *;
hostname â–¸  127.0.0.1;
bind-ip *;
port 9998;
hub             *;
password-connect "pass";
password-receive "pass";
class           servers;
};

#This is the ulines block
ulines {
services.Purple.Shirts.IRC.net;
};

#This is the network settings block
set {
network-name "Purple.Shirts";
default-server "Pruple.Shirts.IRC.net";
services-server "services.Purple.Shirts.IRC.net";
};


Here is the relevant part of my services.conf

Code: [Select]
IRCDModule "unreal32"
RemoteServer    127.0.0.1 9998 "pass"
ServerName  "services.Purple.Shirts.IRC.net"


What else am I missing here? Any advice would be appreciated.
Title: Re: Linking Errors
Post by: Adam on November 12, 2013, 12:50:46 AM
Does /stats c really show the link block?
Title: Re: Linking Errors
Post by: Ross McTague on November 12, 2013, 01:32:31 AM
Sorry, I'm not sure what /stats c is.
Title: Re: Linking Errors
Post by: Adam on November 12, 2013, 11:25:15 AM
Its an ircd command.