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

These are old archives. They are kept for historic purposes only.
Post Reply
eXceLLenT
Posts: 3
Joined: Tue May 20, 2008 12:29 pm

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

Post 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)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

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

Post 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
Your IP: Image
Your Country: Image
eXceLLenT
Posts: 3
Joined: Tue May 20, 2008 12:29 pm

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

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

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

Post by Jobe »

try removing the ()'s from the first link blocks server name.
Your IP: Image
Your Country: Image
eXceLLenT
Posts: 3
Joined: Tue May 20, 2008 12:29 pm

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

Post by eXceLLenT »

lol :) tnx for help
Post Reply