Leaf & Hub - No Matching Links Configuration
Posted: Wed Feb 16, 2011 5:22 pm
Hi,
i have got a leaf and a hub server and when i put the hub server on i can connect with no errors, but when i connect the leaf i get the error:
I have looked at the links block and they are exactly the same...
Leaf server (Rampage):
Hub Server (Madness):
i have got a leaf and a hub server and when i put the hub server on i can connect with no errors, but when i connect the leaf i get the error:
Code: Select all
[17:16] --madness.ircmadness.net-- *** Notice -- (link) Link madness.ircmadness.net -> rampage.ircmadness.net[@72.20.21.111.60482] established
[17:16] --madness.ircmadness.net-- *** LocOps -- ERROR :from rampage.ircmadness.net[72.20.21 .111] -- Link denied (No matching link configuration) [@216.18.189.253.62554]
[17:16] --madness.ircmadness.net-- *** LocOps -- ERROR :from rampage.ircmadness.net[72.20.21 .111] -- Closing Link: [216.18.189.253] (Link denied (No matching link configuration))
[17:16] --madness.ircmadness.net-- *** LocOps -- Server rampage.ircmadness.net[72.20.21.111] closed the connectionLeaf server (Rampage):
Code: Select all
link services.ircmadness.net
{
username *;
hostname 216.18.189.253;
bind-ip 72.20.21.111;
port 6667;
hub *;
password-connect "*";
password-receive "*";
class servers;
options {
autoconnect;
};
};
link rampage.ircmadness.net
{
username *;
hostname 72.20.21.111;
bind-ip 216.18.189.253;
port 6667;
hub *;
password-connect "*";
password-receive "*";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
};
};
Code: Select all
link rampage.ircmadness.net
{
username *;
hostname 72.20.21.111;
bind-ip 216.18.189.253;
port 6667;
hub *;
password-connect "*";
password-receive "*";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
};
};
link services.ircmadness.net
{
username *;
hostname 216.18.189.253;
bind-ip 216.18.189.253;
port 6667;
hub *;
password-connect "*";
password-receive "*";
class servers;
options {
autoconnect;
};
};