From owner-freebsd-isp Sun Apr 4 9:40:33 1999 Delivered-To: freebsd-isp@freebsd.org Received: from velvet.sensation.net.au (serial0-velvet.Brunswick.sensation.net.au [203.20.114.195]) by hub.freebsd.org (Postfix) with ESMTP id 6E5E415080 for ; Sun, 4 Apr 1999 09:40:20 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.8.8/8.8.8) with SMTP id CAA20744 for ; Mon, 5 Apr 1999 02:38:19 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Mon, 5 Apr 1999 02:38:18 +1000 (EST) From: Rowan Crowe To: freebsd-isp@freebsd.org Subject: Re: IRCd'ish related dns issue In-Reply-To: <370791511FE.5065ADMIN@domains.md> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 4 Apr 1999, admin wrote: > I run a small (4 server) ircd network who would like to have a 'round > robin' - revolving connection type of thing happen to user when they > connect to the main hub's hostname. So by connecting to the main hub's > hostname they have a 1 in 4 chance of landing on the actual name - this > will greatly share the load on the hub. > > I'm sure its easier to understand than type coherently.. hope someone > can understand me. If they're connecting to something like irc.yourdomain.com which is specifically used ONLY for irc purposes, then it's easy enough to do. However, if they are connecting to the true host name (eg mymachine.yourdomain.com) which is also used for other things like MX records or inbound telnets, you may have some problems. You don't really want mail for your host being delivered to other machines... BIND will let you use multiple A records for a single hostname. It's been a while since I did it but it's something like: host IN A 192.168.0.1 IN A 192.168.0.2 IN A 192.168.0.3 etc etc. You may also be able to use CNAME instead of A so you don't need to keep track of IP addresses. Of course, YMMV Cheers. -- Rowan Crowe Sensation Internet Services, Melbourne Aust fidonet: 3:635/728 +61-3-9388-9260 http://www.rowan.sensation.net.au/ http://www.sensation.net.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message