From owner-freebsd-questions Sat Nov 1 22:31:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA03205 for questions-outgoing; Sat, 1 Nov 1997 22:31:05 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA03199 for ; Sat, 1 Nov 1997 22:31:01 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id RAA11271; Sun, 2 Nov 1997 17:00:47 +1030 (CST) Message-ID: <19971102170046.52623@lemis.com> Date: Sun, 2 Nov 1997 17:00:46 +1030 From: Greg Lehey To: Dave Smith Cc: freebsd-questions@FreeBSD.ORG, Bill Clark Subject: Re: redirect ftp requests from one machine to another machine References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Dave Smith on Sat, Nov 01, 1997 at 09:38:24PM -0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Nov 01, 1997 at 09:38:24PM -0800, Dave Smith wrote: > > I need a quick fix. Our load balancing server is down > undergoing repair so I need a way to redirect FTP > requests to xoom.com to go to our ftp server, ftp.xoom.com. > > I don't want to have to email our users who are used > of doing 'ftp xoom.com' and tell them to do 'ftp ftp.xoom.com' > for the next couple of days. I am trying to come up with a > seamless solution. > > Putting the ftp server on the machine which answers to xoom.com > is not feasible. The ftp server is on xoomftp.xoom.com. The correct answer would have been to tell your customers to go to ftp.xoom.com from the start. Then you could have changed the DNS configuration to point to a different IP. Assuming your topology allows this, and the server is down, you might be able to save the day by adding an IP alias. On ftp.xoom.com: # ifconfig xoom.com netmask 255.255.255.255 alias Greg