[IRCServices] -irc.myserver.com- *** LocOps -- Link denied for 127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1') [0@127.0.0.1.2478]

Smokey23 smokey23 at gmail.com
Thu Aug 5 08:12:02 PDT 2004


Problem:  I'm setting up an IRCD and trying to connect Services to it.
 The IRCD is up and running smoothly.  Services seems to be configured
correctly (no major errors when starting it).

When I try to connect it, I get an error that there is no matching
link configuration.  I've seen this before on the list archives but I
don't believe the older one applies to me.

I'll try to organize this a bit for you.  First the services log, then
the servinces settings followed by the IRCD error and settings.

###  ircservices Log ###
[Aug 05 07:41:10 2004] IRC Services 5.0.37 starting up
[Aug 05 07:41:10 2004] unknown message from server (ERROR :Link denied
(No matching link configuration) [0 at 127.0.0.1.2202])
[Aug 05 07:41:10 2004] unknown message from server (ERROR :Closing
Link: [127.0.0.1] (Link denied (No matching link configuration)))
[Aug 05 07:41:10 2004] Read error from server: Connection reset by peer
####################

### ircservices.conf ###
RemoteServer    127.0.0.1 6666 "Services"
LocalAddress    127.0.0.1
ServerName      "127.0.0.1"
ServiceUser     "services at services.myserver.com"
####################

### IRC Error ###
-irc.myserver.com- *** LocOps -- Link denied for
127.0.0.1(0 at 127.0.0.1) (No link block named '127.0.0.1')
[0 at 127.0.0.1.2478]
###############

### Unreal 3.2.1 IRCD Settings ###
allow {
        ip             *@127.0.0.1;
        hostname       *@127.0.0.1;            
        class           servers;
        password "Services";
        maxperip 100;
};
listen         *:6666
{ 
        options
        {
                serversonly;
        };
};
link            127.0.0.1
{
        username        *;
        hostname        127.0.0.1;
        bind-ip         *;
        password-receive "Services";
        class           servers;
};
#############################

Does anyone see any obvious errors I have made?  Did I forget to post
something important?  Let me know and I'll reply ASAP.  I've read the
manuals for both Unreal and ircservices.

Thanks in advance for the help!

Smokey