Page 1 of 1

Error on Linking servers

Posted: Mon Dec 07, 2009 2:14 am
by papas
Hi i link two servers and all its running well

i put serviçes and i have a problem :S

-(nick!serv)- Your password is test321test - remember this for later use.
-(nick!serv)- You are already identified.
#ME You need a registered nick to join that channel.

when chans have +R cant join

but that only happend when i join on leaf

anyone now how i can fix it?

thanks

Re: Error on Linking servers

Posted: Mon Dec 07, 2009 9:48 am
by Jobe
This looks like you did not uline your services server so it was unable to set user mode +r on you.

For further information see http://www.unrealircd.com/files/docs/un ... linesblock

Please note you MUST uline your services server on ALL servers.

Re: Error on Linking servers

Posted: Mon Dec 07, 2009 11:09 pm
by papas
Jobe i already put

see if is this

ulines {
servicios.MYNET.org;
};

link servicios.MYNET.org
{
username *;
hostname 121.1.0.0;
bind-ip *;
port 50000;
hub *;
password-connect "pass";
password-receive "pass";
class servers;
options {

};
};

Re: Error on Linking servers

Posted: Mon Dec 07, 2009 11:22 pm
by papas
its ok now Jobe thanks a lot :)