From owner-freebsd-questions@FreeBSD.ORG Sun Aug 28 19:14:08 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A859216A452 for ; Sun, 28 Aug 2005 19:14:08 +0000 (GMT) (envelope-from wigry@uninet.ee) Received: from mail.neti.ee (smtp-out-1.neti.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EF5843E52 for ; Sun, 28 Aug 2005 18:42:41 +0000 (GMT) (envelope-from wigry@uninet.ee) Message-ID: <431205A1.8060303@uninet.ee> Date: Sun, 28 Aug 2005 21:42:41 +0300 From: Rein Kadastik User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Banning References: <20050828182819.GA2941@skytracker.ca> In-Reply-To: <20050828182819.GA2941@skytracker.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee Cc: questions@freebsd.org Subject: Re: running more than one server with one IP address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 19:14:09 -0000 You create a single gateway for all the services and then use the portforwarding. This way you can forward port 25 to host A, 80 to host B and so on. The hosts A and B have to be behind this gateway machine. Much the same way LAN gateways are done. If you have some more detailed questions, just drop a line. David Banning wrote: >Is it possible to run more than one server(machine) with one IP >address? I have so many different server-applications running on my machine I >would like to divide them up. > >Maybe using one machine email only, or use one for certain websites, >and another for other websites. This would also allow me to take-down >one machines for maintenance when necessary, or use one machine for >more troubleshooting. > >Wondering if someone could even direct me to the terminology that I am >looking for so I can google it. > > >