Linking problem

These are old archives. They are kept for historic purposes only.
Post Reply
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

Linking problem

Post 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?
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

Post by ratman »

fixed it, but why was it expecting a specific IP?
Post Reply