Link Error - need fresh set of eyes to spot my issues
Posted: Sat Jan 17, 2015 6:12 pm
I've tried change around things, and keep getting the same Link Connect Errors. and I've read through the forums, tried to fix - and I'm still at a loss, I realize I am new at linking, so I probably made a simplistic error -somewhere. Please help.
HUB info
};
/* Ports */
listen Hub.Ip.Here:6666;
listen Hub.IP.here:6667;
listen Hub.IP.here:6668;
listen Hub.IP.here:6669;
listen Hub.IP.here:7000;
listen Hub.IP.here:7888;
listen Hub.IP.here:7878;
listen Hub.IP.here:6697 { options { ssl; }; };
/* Links */
link services.irc.myservername.com
{
username *;
hostname Hub.IP.here;
bind-ip *;
port 7000;
hub *;
password-connect H6BxeA29jhbbx6g4mjchwyuvZ;
password-receive H6BxeA29jhbbx6g4mjchwyuvZ;
class servers;
options {
autoconnect;
};
};
link irc6.mainservername.com
{
username *;
hostname Leaf.IP.here;
bind-ip *;
port 7888;
leaf *;
password-connect H6BxeA29jhbbx6g4mjchwyuvZ;
password-receive H6BxeA29jhbbx6g4mjchwyuvZ;
class servers;
options {
autoconnect;
};
};
On the LEAF conf is this:
/* Ports */
listen leaf.IP.here:6666;
listen leaf.IP.here:6667;
listen leaf.IP.here:6668;
listen leaf.ip.here:6669;
listen leaf.ip.here:7000;
listen leaf.ip.here:6697 { options { ssl; }; };
/* Links */
link irc.myservername.com
{
username *;
hostname HUB.ip.here;
bind-ip *;
port 7878;
hub *;
password-connect H6BxeA29jhbbx6g4mjchwyuvZ;
password-receive H6BxeA29jhbbx6g4mjchwyuvZ;
class servers;
options {
autoconnect;
};
};
/* Ulines */
ulines {
services.irc.myservername.com;
};
The errors I am receiving on the hub are:
[13:01] -irc.hub/myserver name- *** LocOps -- Link denied for irc6.myserver.com([email protected]) (Server is in link block but IP/host didn't match) [[email protected]]
-
[13:01] -irc.hub/servername- *** LocOps -- Link denied for irc6.myserver.com([email protected]) (Server is in link block but IP/host didn't match)
-
[13:02] -irc.myhub.com- *** Notice -- Connection to irc6.leafname.com[5.154.238.218] activated.
-
[13:02] -irc.myhub.com- *** Global -- Closing link: Write error: Broken pipe - irc6.name.com[leaf.ip]
HUB info
};
/* Ports */
listen Hub.Ip.Here:6666;
listen Hub.IP.here:6667;
listen Hub.IP.here:6668;
listen Hub.IP.here:6669;
listen Hub.IP.here:7000;
listen Hub.IP.here:7888;
listen Hub.IP.here:7878;
listen Hub.IP.here:6697 { options { ssl; }; };
/* Links */
link services.irc.myservername.com
{
username *;
hostname Hub.IP.here;
bind-ip *;
port 7000;
hub *;
password-connect H6BxeA29jhbbx6g4mjchwyuvZ;
password-receive H6BxeA29jhbbx6g4mjchwyuvZ;
class servers;
options {
autoconnect;
};
};
link irc6.mainservername.com
{
username *;
hostname Leaf.IP.here;
bind-ip *;
port 7888;
leaf *;
password-connect H6BxeA29jhbbx6g4mjchwyuvZ;
password-receive H6BxeA29jhbbx6g4mjchwyuvZ;
class servers;
options {
autoconnect;
};
};
On the LEAF conf is this:
/* Ports */
listen leaf.IP.here:6666;
listen leaf.IP.here:6667;
listen leaf.IP.here:6668;
listen leaf.ip.here:6669;
listen leaf.ip.here:7000;
listen leaf.ip.here:6697 { options { ssl; }; };
/* Links */
link irc.myservername.com
{
username *;
hostname HUB.ip.here;
bind-ip *;
port 7878;
hub *;
password-connect H6BxeA29jhbbx6g4mjchwyuvZ;
password-receive H6BxeA29jhbbx6g4mjchwyuvZ;
class servers;
options {
autoconnect;
};
};
/* Ulines */
ulines {
services.irc.myservername.com;
};
The errors I am receiving on the hub are:
[13:01] -irc.hub/myserver name- *** LocOps -- Link denied for irc6.myserver.com([email protected]) (Server is in link block but IP/host didn't match) [[email protected]]
-
[13:01] -irc.hub/servername- *** LocOps -- Link denied for irc6.myserver.com([email protected]) (Server is in link block but IP/host didn't match)
-
[13:02] -irc.myhub.com- *** Notice -- Connection to irc6.leafname.com[5.154.238.218] activated.
-
[13:02] -irc.myhub.com- *** Global -- Closing link: Write error: Broken pipe - irc6.name.com[leaf.ip]