Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

Round Robin

 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Help
Author Message
TheCrowX
none
none


Joined: 19 Oct 2005
Posts: 11

PostPosted: Feb 16, 2006 6:42pm    Post subject: Round Robin Reply with quote

Hi everyone i was wondering if there is a way to round robin a server using port 7001 ?
Thanx in advance
Back to top
ed
SearchIRC Staff
SearchIRC Staff


Joined: 25 May 2003
Posts: 367
Location: Baton Rouge, LA

PostPosted: Feb 17, 2006 12:43am    Post subject: Reply with quote

As long as every server is using the same port, and the user knows to connect to that port, it will work.

But you can't point one server to 6667, and another to 6668.
Back to top
Aven
Idler
Idler


Joined: 05 Aug 2005
Posts: 393

PostPosted: Feb 17, 2006 8:51am    Post subject: Reply with quote

Yeah, which means people will have to

/server irc.domain.com 7001

if you just type /server irc.domain.com, the default port is 6667 for most clients.

I don't think you can make an A record point to a specific port.
Back to top
SpaceCat
Newbie
Newbie


Joined: 18 Oct 2005
Posts: 84
Location: IRC

PostPosted: Feb 19, 2006 3:46pm    Post subject: Reply with quote

you can't make an A record including a port period
Back to top
XVar
Newbie
Newbie


Joined: 21 Sep 2005
Posts: 97

PostPosted: Feb 19, 2006 6:45pm    Post subject: Reply with quote

The only possible way to do this is to make use of the "jump server" feature of certain IRCds. This enables you to redirect clients using a compatible client (namely mIRC) to another server/port. Refer to your IRCd's documentation for how to do this. Basically you'd have to run an IRCd as a "redirection" server for the server in question, which could be ran on a shell with very little available bandwidth as it'd only be used to redirect clients.

In UnrealIRCd it's part of the allow block, it'd look something like this:

allow {
ip *@*;
class users;
maxperip 3;
redirect-server 1.2.3.4;
redirect-port 7001;
options {
};
};
Back to top
Geko
none
none


Joined: 23 Feb 2006
Posts: 10

PostPosted: Feb 24, 2006 12:49am    Post subject: Reply with quote

it wont matter what domain it is, if you have a server on port 6667 and another one on port 7000 then there are two diffrent ports on two diffrent servers
Back to top
NSS-General
none
none


Joined: 08 Feb 2006
Posts: 17

PostPosted: Feb 25, 2006 3:26pm    Post subject: Reply with quote

Somethin like that, yea. heh
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Help All times are GMT - 6 Hours
Page 1 of 1

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer