Page 1 of 1

ERROR: Link denied (No matching link configuration)

Posted: Mon Nov 10, 2014 12:21 pm
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.

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

Posted: Tue Nov 11, 2014 3:59 pm
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

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

Posted: Tue Nov 11, 2014 5:40 pm
by macen
I do :) thanks