LocOps -- Link denied
Posted: Fri Oct 08, 2010 2:18 pm
Hello..
I have been getting this since yesterday after we went live... I have been through the configs and its driving me up the wall any Ideas
-hub.chainscriptz.net- *** Notice -- Connection to irc2.chainscriptz.net[67.] activated.
-hub.chainscriptz.net- *** LocOps -- Link denied for irc.chainscriptz.net(unknown@67.) (Server is in link block but IP/host didn't match) irc2.chainscriptz.net[@67.]
Many thanks...
I have been getting this since yesterday after we went live... I have been through the configs and its driving me up the wall any Ideas
-hub.chainscriptz.net- *** Notice -- Connection to irc2.chainscriptz.net[67.] activated.
-hub.chainscriptz.net- *** LocOps -- Link denied for irc.chainscriptz.net(unknown@67.) (Server is in link block but IP/host didn't match) irc2.chainscriptz.net[@67.]
Code: Select all
*/
link irc2.chainscriptz.net
{
username *;
hostname 67.43.228.207;
bind-ip 216.18.189.249;
port 12345;
leaf *;
password-connect "Sorry thats";
password-receive "A secret";
class servers;
options {
autoconnect;
};
};
link irc.chainscriptz.net
{
username *;
hostname 72.20.51.86;
bind-ip 216.18.189.249;
port 12345;
leaf *;
password-connect "not telling you";
password-receive "blocked";
class servers;
options {
autoconnect;
};
};
link services.chainscriptz.net
{
username *;
hostname 216.18.189.249;
bind-ip 216.18.189.249;
port 6667;
hub *;
password-connect "its a";
password-receive "secret";
class servers;
options {
};
};
Code: Select all
link hub.chainscriptz.net
{
username *;
hostname 216.18.189.249;
bind-ip 67.43.228.207;
port 12345;
hub *;
password-connect "this is a";
password-receive "secret";
class servers;
options {
autoconnect;
};
};
Many thanks...