I have read the sticky posted
http://forum.anope.org/index.php?topic=1267.0, but I'm still receiving
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
#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
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.