Page 1 of 1

Linking problem

Posted: Sun Mar 19, 2006 6:33 pm
by ratman
got 2 servers on the same box that won't link

Link blocks

Code: Select all

link irc.miltonradio.com {

     username     *;
     hostname     127.0.0.1;
     bind-ip      *;
     port         9000;
     hub          *;
     password-connect "******";
     password-receive "******";
     class           servers;

};

Code: Select all

link irc2.miltonradio.com {

     username  *;
     hostname 127.0.0.1;
     bind-ip   *;
     port      9000;
     hub       *;
     password-connect "******";
     password-receive "******";
     class servers;
};
errors:

Code: Select all

-irc.miltonradio.com- *** Connecting to irc2.miltonradio.com[127.0.0.1].
-
-irc.miltonradio.com- *** LocOps -- Link denied for irc.miltonradio.com([email protected]) (No link block named 'irc.miltonradio.com') [@127.0.0.1.1825]
-
-irc.miltonradio.com- *** LocOps -- ERROR :from irc2.miltonradio.com[127.0.0.1] -- Link denied (No matching link configuration) [@127.0.0.1.1825]
-
-irc.miltonradio.com- *** LocOps -- ERROR :from irc2.miltonradio.com[127.0.0.1] -- Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
-
-irc.miltonradio.com- *** LocOps -- Server irc2.miltonradio.com[127.0.0.1] closed the connection
Other side:

Code: Select all

-irc.miltonradio.com- *** LocOps -- Link denied for irc2.miltonradio.com([email protected]) (Server is in link block but IP/host didn't match) [@12.203.188.177.1798]
I know they match, What gives?

Posted: Sun Mar 19, 2006 6:50 pm
by ratman
fixed it, but why was it expecting a specific IP?