Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: getting Services working with Unreal  (Read 2535 times)

0 Members and 1 Guest are viewing this topic.

nanoflower

  • Anope User
  • Offline Offline
  • Posts: 6
getting Services working with Unreal
« on: January 18, 2008, 08:13:47 PM »

I've been working on this off and on all week long and I know it's close.. I just can't quite get Services to connect to the IRCd.
Both the IRC demon and Services will be on the same machine.


If anyone can provide some help I would appreciate it. I figure it's very close to being correct but I'm having trouble figuring out the last little piece.

Thanks.


So the unreal conf looks like this
me
{
        name "irc.junk.com";
        info "Junk Server";
        numeric 1;
};
listen         *:6660-6669
{
        options
        {
                java;
                clientsonly;
        };
};

//listen         *:8067;
// port for services to connect to
listen         services.junk.com:7029
{
        options
        {
                serversonly;
        };
};

link            services.junk.com
{
        username        *;
        hostname        services.junk.com;
        bind-ip         *;
        port            7029;
        hub             *;
        password-connect "secretservices";
        password-receive "secretservices";
        class           servers;
};



ulines {
        services.junk.com;
//      stats.roxnet.org;
};
set {
        network-name            "junk";
        default-server          "irc.junk.com";
        services-server         "services.junk.com";
//      stats-server            "services.junk.com";
        help-channel            "#help";
        hiddenhost-prefix       "private";
        /* on-oper host */
        hosts {
                local           "irc.junk.com";
                global          "irc.junk.com";
                coadmin         "irc.junk.com";
                admin           "irc.junk.com";
                servicesadmin   "services.junk.com";
                netadmin        "irc.junk.com";
                host-on-oper-up "no";
        };
};




Then the relevant pieces from the services.conf file


RemoteServer    irc.junk.com 7029 "secretservices"


ServerName  "services.junk.com"


and finally the error message from services


[Jan 18 13:40:11.535627 2008] debug: Received: :irc.junk.com NOTICE AUTH :*** Looking up your hostname...
[Jan 18 13:40:11.535821 2008] debug: Received: :irc.junk.com NOTICE AUTH :*** Found your hostname (cached)
[Jan 18 13:40:12.510407 2008] debug: Received: ERROR :Link denied (No matching link configuration) [@71.255.142.58.37976]
[Jan 18 13:40:12.510512 2008] debug: Link denied (No matching link configuration) [@71.255.142.58.37976]
[Jan 18 13:40:12.510548 2008] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jan 18 13:40:12.510879 2008] debug: Received: ERROR :Closing Link: [71.255.142.58] (Link denied (No matching link configuration))
[Jan 18 13:40:12.510924 2008] debug: Closing Link: [71.255.142.58] (Link denied (No matching link configuration))
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #1 on: January 18, 2008, 08:30:09 PM »

replace  "hostname services.junk.com;" by  "hostname *;"
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

nanoflower

  • Anope User
  • Offline Offline
  • Posts: 6
(No subject)
« Reply #2 on: January 19, 2008, 05:12:35 AM »

Thanks
Logged
Pages: [1]   Go Up