Linking

These are old archives. They are kept for historic purposes only.
Post Reply
Mix

Linking

Post 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
Ron2K

Post 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.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

The 1.2.3.* should work afaik... we used to use * on a testnet i think :p
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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).
Ron2K

Post 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...
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Assuredly, but the link password will still provide some degree of security, no?
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Ron2K

Post by Ron2K »

Until it gets cracked :P
Post Reply