Page 1 of 1

Linking

Posted: Tue Aug 10, 2004 12:44 pm
by Mix
Hi i have problem about linking. Everything is seted as it need to be but link don't work:

-irc.bl-chat.com- *** Notice -- Mix is rehashing server config file
-
unrealircd.conf Rehashing
-
-irc.bl-chat.com- *** Notice -- Loading IRCd configuration ..
-
-irc.bl-chat.com- *** Notice -- Configuration loaded without any problems ..

-----------------
When I type /connect irc.banjalukalive.com it says:

-irc.bl-chat.com- *** Connecting to irc.banjalukalive.com[65.110.39.117].
-
-irc.bl-chat.com- *** LocOps -- ERROR :from irc.banjalukalive.com[65.110.39.117] -- Closing Link: irc.bl-chat.com[65.110.39.114] (Colliding server numeric (choose another))
-
-irc.bl-chat.com- *** LocOps -- Server irc.banjalukalive.com[65.110.39.117] closed the connection
-
-----------------
And servers do have different server numeric. We changed on both server and again nothing. Later it shows this:

-irc.bl-chat.com- *** LocOps -- Link denied for irc.banjalukalive.com([email protected]) (Server is in link block but IP/host didn't match) [@65.110.39.114.42856]
--------
And again nothing happened. There are linked servers on ur hub but this is the first time I see problem like this. Anyone can help ? Regards

Posted: Tue Aug 10, 2004 12:55 pm
by Ron2K
AFAIK, you need to RESTART (not rehash) your IRCd for changes to the me{} block to take effect (better restart both of them :P ).

Regarding the IP not matching - it appears clear from the error messages that you're dealing with a server that has a dynamic IP. You can try link::hostname 1.2.3.* (unsure whether that will work though), or you can use link::hostname somehost.tld and link::options::nodnscache, but then that server won't be able to make outgoing connections.

Posted: Wed Aug 11, 2004 2:26 am
by w00t
The 1.2.3.* should work afaik... we used to use * on a testnet i think :p

Posted: Wed Aug 11, 2004 5:02 am
by aquanight
Ron2K wrote:Regarding the IP not matching - it appears clear from the error messages that you're dealing with a server that has a dynamic IP. You can try link::hostname 1.2.3.* (unsure whether that will work though), or you can use link::hostname somehost.tld and link::options::nodnscache, but then that server won't be able to make outgoing connections.
If you use link::options::nohostcheck, I think you can still do outgoing (/connect, link::options::autoconnect).

Posted: Wed Aug 11, 2004 6:13 am
by Ron2K
w00t wrote:The 1.2.3.* should work afaik... we used to use * on a testnet i think :p
OK, I'll take your word for it. (I was meaning to try it out last night and never got around to it.)

It can create security problems, however - and I think that the reasons are pretty much obvious...

Posted: Wed Aug 11, 2004 11:01 pm
by w00t
Assuredly, but the link password will still provide some degree of security, no?

Posted: Thu Aug 12, 2004 5:48 am
by Ron2K
Until it gets cracked :P