Anope IRC Services

Anope.org => Anope General => Topic started by: bill on April 14, 2011, 02:21:23 AM

Title: Trying to link Anope, having problems...
Post by: bill on April 14, 2011, 02:21:23 AM
I started with this issue in the Modules forum, but it ended up being something else.  I just want to start over and try to get to the bottom of this once and for all, I am a Linux Administration student and I need this ready for my final, and I just can't figure out what I'm doing wrong, I'm a total noob, so please be as descriptive as you can be.

Icd loads without any problems, but when I try to start services I get this:
ircd.services.net- *** Notice -- Link [@192.168.1.102.41734] cancelled, server ircd.services.net already exists from ircd.services.net

here is my info:
services.conf
-------------------
RemoteServer    192.168.1.102 6667 "mypass"
-------------------
ServerName  "ircd.services.net"
-------------------

unrealircd.conf
---------------
me
{
        name "ircd.services.net";
        info "keldons Server";
        numeric 1;
-----------------------
listen         192.168.1.102:6667;
listen         192.168.1.102:6667;
----------------------
link            ircd.services.net
{
        username        *;
        hostname        192.168.1.102;
        bind-ip         *;
        port            6667;
        hub             *;
        password-connect "mypass";
        password-receive "mypass";
        class           servers;
                options {
                        /* Note: You should not use autoconnect when linking se$

                };
};
----------------------
*/
ulines { ircd.services.net; };

};

/*
---------------------
/* Network configuration */
set {
        network-name            "ROXnet";
        default-server          "irc.roxnet.org";
        services-server         "ircd.services.net";
        stats-server            "stats.roxnet.org";
        help-channel            "#ROXnet";
        hiddenhost-prefix       "rox";
        /* prefix-quit          "no"; */
     
Title: Re: Trying to link Anope, having problems...
Post by: Jeremy on April 14, 2011, 02:24:13 AM
Services and IRCd can not have the same name
Title: Re: Trying to link Anope, having problems...
Post by: bill on April 14, 2011, 02:25:52 AM
Which block do i change? 
Title: Re: Trying to link Anope, having problems...
Post by: Jeremy on April 14, 2011, 02:27:37 AM
Your choice, either change the name of the ircd in unrealircd.conf or rename the link block for services and change ServerName in services.conf
Title: Re: Trying to link Anope, having problems...
Post by: bill on April 14, 2011, 02:29:18 AM
Excellent, got it, thanks buddy!
Title: Re: Trying to link Anope, having problems...
Post by: Charles Kingsley on April 14, 2011, 10:57:12 AM
Would be interested in where you're studying if they use Anope for the teaching?