Page 1 of 1

Server is in link block but IP/host didn't matc

Posted: Tue May 20, 2008 1:33 pm
by eXceLLenT
Hi,

i need a help for this problem,

-irc.foonet2.com- *** Notice -- Connection to (irc.foonet.com)[212.175.228.253] activated.
-
-irc.foonet2.com- *** LocOps -- Link denied for irc.foonet.com([email protected]) (Server is in link block but IP/host didn't match) (irc.foonet.com)[@212.175.228.253.0]

and

-irc.foonet.com- *** Notice -- (link) Link irc.foonet.com -> irc.foonet2.com[@212.175.228.247.35983] established
-
-irc.foonet.com- *** Global -- Closing link: Write error: Connection reset by peer - irc.foonet2.com[212.175.228.247]

i dont have any domain but i need a just link .. ip to ip .. pls help .
(sorry for my bad english)

Re: Server is in link block but IP/host didn't matc

Posted: Tue May 20, 2008 2:04 pm
by Jobe
-irc.foonet2.com- *** LocOps -- Link denied for irc.foonet.com(unknown@212.175.228.253) (Server is in link block but IP/host didn't match) (irc.foonet.com)[@212.175.228.253.0]
Use the above red text for hostname in the link block for irc.foonet.com in irc.foonet2.com's unrealircd.conf

Re: Server is in link block but IP/host didn't matc

Posted: Tue May 20, 2008 2:55 pm
by eXceLLenT
link (irc.foonet.com)
{
username *;
hostname 212.175.228.253;
bind-ip *;
port 7029;
hub *;
password-connect "sifre";
password-receive "sifre";
class servers;
options {
autoconnect;
};
};

link irc.foonet2.com {
username *;
hostname 212.175.228.247;
bind-ip *;
port 7029;
password-connect "sifre";
password-receive "sifre";
hub *;
class servers;
};

this is a config.

Re: Server is in link block but IP/host didn't matc

Posted: Tue May 20, 2008 4:43 pm
by Jobe
try removing the ()'s from the first link blocks server name.

Re: Server is in link block but IP/host didn't matc

Posted: Tue May 20, 2008 4:50 pm
by eXceLLenT
lol :) tnx for help