ERROR: Link denied (No matching link configuration)

These are old archives. They are kept for historic purposes only.
Post Reply
macen
Posts: 4
Joined: Mon Nov 10, 2014 12:14 pm

ERROR: Link denied (No matching link configuration)

Post by macen »

Hi guys

I'm struggling to link Anope IRC services to UnrealIRCd 3.2. I'm receiving the following error message at command prompt:

Code: Select all

$ ./bin/services 
Anope 2.0.1, build #3, compiled 15:59:29 Nov  9 2014
Using configuration file conf/services.conf
Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1), port 7000
Successfully connected to uplink #1 127.0.0.1:7000
ERROR: Link denied (No matching link configuration) [@127.0.0.1.45219]
ERROR: Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
Here's my unrealircd.conf: http://pastebin.com/ZHBabMLT
Here's my services.conf from Anope: http://pastebin.com/8Kiihi0t

Any help would be appreciated.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: ERROR: Link denied (No matching link configuration)

Post by katsklaw »

Code: Select all

serverinfo
{
        /*
         * The hostname that Services will be seen as, it must have no conflicts with any
         * other server names on the rest of your IRC network. Note that it does not have
         * to be an existing hostname, just one that isn't on your network already.
         */
        name = "services.localhost.net"

Code: Select all

link            services.glx-alliance.com
{
See the issue? :P
macen
Posts: 4
Joined: Mon Nov 10, 2014 12:14 pm

Re: ERROR: Link denied (No matching link configuration)

Post by macen »

I do :) thanks
Post Reply