Page 1 of 1

Linking Services

Posted: Thu Oct 09, 2008 5:55 pm
by LaLaMan
Ok, I need help linking my services. This is my first time using a VPS to set up a IRCD. I don't know if this is why it isn't working or not. Here is what I have in my config files. Sorry but for security issues, I changed everything to things like PORT, IP Address, ext. It is color coordinated.

unrealircd.conf
listen IP Address:PORT;

link Server.Name {
username *;
hostname IP Address;
port PORT;
bind-ip *;
password-connect "Pass";
password-receive "Pass";
class servers;
};

services.conf
RemoteServer IP Address PORT "Pass"

ServerName "Server.Name "


Then when I try to start services. I get this in the mIRC window.

*** LocOps -- Link denied for Server.Name (unknown@IP Address) (Server is in link block but IP/host didn't match) [@IP Address.33832]


How Do I get this link to work?

Thanks

Re: Linking Services

Posted: Thu Oct 09, 2008 11:38 pm
by [dx]
Please show us ur complete blocks, with ur IP's and passwords

Re: Linking Services

Posted: Fri Oct 10, 2008 9:59 am
by Jobe
As [DX] said can you please show us the actual details (passwords removed ONLY, leave the rest)

Also the output of /stats C too please