Server Linking Services

These are old archives. They are kept for historic purposes only.
Post Reply
0x3a
Posts: 5
Joined: Thu Aug 27, 2009 10:27 pm

Server Linking Services

Post 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
0x3a
Posts: 5
Joined: Thu Aug 27, 2009 10:27 pm

Re: Server Linking Services

Post 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.
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Server Linking Services

Post 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.
0x3a
Posts: 5
Joined: Thu Aug 27, 2009 10:27 pm

Re: Server Linking Services

Post 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.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Server Linking Services

Post by katsklaw »

if stats C is still empty then you rehashed the wrong server or edited the wrong file.
0x3a
Posts: 5
Joined: Thu Aug 27, 2009 10:27 pm

Re: Server Linking Services

Post by 0x3a »

Ah fixed now, apperantly one comment line was gone, so my link block was commented ;-) sorry for the troubles.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Server Linking Services

Post 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.
Post Reply