Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Linking Errors  (Read 4519 times)

0 Members and 1 Guest are viewing this topic.

Ross McTague

  • Anope User
  • Offline Offline
  • Posts: 2
Linking Errors
« 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.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Linking Errors
« Reply #1 on: November 12, 2013, 12:50:46 AM »

Does /stats c really show the link block?
Logged

Ross McTague

  • Anope User
  • Offline Offline
  • Posts: 2
Re: Linking Errors
« Reply #2 on: November 12, 2013, 01:32:31 AM »

Sorry, I'm not sure what /stats c is.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Linking Errors
« Reply #3 on: November 12, 2013, 11:25:15 AM »

Its an ircd command.
Logged
Pages: [1]   Go Up