Page 1 of 1

Server Linking Services

Posted: Thu Aug 27, 2009 10:31 pm
by 0x3a
Ok, have been reading around on the forums for a bit, but can't seem to find my solution,
I'm trying to add anope services to my unrealircd, problem is, I rehashes and setup the
link but it keeps saying I'm wrong.. Here's the message I get:

Code: Select all

-irc.*****.com- *** LocOps -- Link denied for services.irc.******.com([email protected]) (No link block named 'services.irc.*****.com') [@127.0.0.1.1455]
and my unrealircd.conf it has:

Code: Select all

link services.irc.*****.com
{
            username        services.irc.*****.com;
            hostname        localhost;
            bind-ip         *;
            port            6667;
            hub             *;
            password-connect "****";
            password-receive "****";
            class           servers;
};
And it says NO LINKBLOCK NAMED, problem is, you can obviously see it's there,
(I censored the domain with ***'s) I rehashed, restarted, tried everything, maybe
someone can help me on this one?

Thanks in advance too anyone helping

Re: Server Linking Services

Posted: Fri Aug 28, 2009 9:05 am
by 0x3a
I rechecked everything, names are the same, host also, everything is the same.. but nothing is happening..
keeps giving the same message, and the services server runs on the same server as the ircd


should be fine... Anyone able to help me? I read the how-to guide by Ron2K but didn't help me.

Re: Server Linking Services

Posted: Fri Aug 28, 2009 12:02 pm
by Syzop
Verify that the server is listed in '/stats C'. If it isn't, then there's something wrong with your configfile (be sure to check for any warnings on /rehash, and be sure you're not editing a comment out block, etc etc)

EDIT: Oh, and, you want username *; instead of what you have now.

Re: Server Linking Services

Posted: Fri Aug 28, 2009 10:33 pm
by 0x3a

Code: Select all

link irc.[censored].com
{
            username        *;
            hostname        *;
            bind-ip         *;
            port            6667;
            hub             *;
            password-connect "servicez";
            password-receive "servicez";
            class           servers;
};
 
link services.irc.[censored].com
{
            username        *;
            hostname        *;
            bind-ip         *;
            port            6667;
            hub             *;
            password-connect "servicez";
            password-receive "servicez";
            class           servers;
};
That's my unreal config now, still a problem my /stats C is empty..
the config loads without any problems.. And so does anope.

Re: Server Linking Services

Posted: Fri Aug 28, 2009 11:14 pm
by katsklaw
if stats C is still empty then you rehashed the wrong server or edited the wrong file.

Re: Server Linking Services

Posted: Sat Aug 29, 2009 11:11 am
by 0x3a
Ah fixed now, apperantly one comment line was gone, so my link block was commented ;-) sorry for the troubles.

Re: Server Linking Services

Posted: Sat Aug 29, 2009 1:40 pm
by katsklaw
0x3a wrote:Ah fixed now, apperantly one comment line was gone, so my link block was commented ;-) sorry for the troubles.
That's why it's important to see uncensored pastes, if you hadn't "fudged" what you pasted and just did a real copy and paste so we see what's really there, it would have been fixed a lot earlier.

As far as security goes, once you get the issue fixed, you can always change passwords and no one here really cares what your servers are named so there is no need to hide them.