From owner-freebsd-questions Tue Jan 1 22:15:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c003.snv.cp.net (c003-h000.c003.snv.cp.net [209.228.32.214]) by hub.freebsd.org (Postfix) with SMTP id 6575E37B417 for ; Tue, 1 Jan 2002 22:15:32 -0800 (PST) Received: (cpmta 25255 invoked from network); 1 Jan 2002 22:15:31 -0800 Received: from 216.227.100.85 (HELO vector) by smtp.telocity.com (209.228.32.214) with SMTP; 1 Jan 2002 22:15:31 -0800 X-Sent: 2 Jan 2002 06:15:31 GMT From: "Dustin Puryear" To: "Donnie Jones" , Subject: RE: Multiple httpd servers on LAN only one real IP Address. Date: Wed, 2 Jan 2002 00:24:24 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <20011229130720.3acc8802.donniejones18@yahoo.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > on the gateway to port 80 on one of the httpd servers on the > internal LAN. I do not see how I can have two domains pointing > to the one ip address.... ? > > Is there a way I can use a different port than 80 on the gateway > computer for the httpd requests and then redirect that port to > the internal httpd servers? ... > server on the internal LAN. Any ideas or links to information > would be great. At first you seem to be asking if it is possible to "have two domains pointing to the one ip address" and then you ask if your router can redirect request to specific servers based on domain. If the real question is the first one, you can do this with Apache using virtual domains. For the second one, you would still used named-based virtual domains, but would need to setup some type of smart proxy in front the of the web servers. If you just want to use ports then port-level NAT (aka Port Address Translation) should work nicely. Regards, Dustin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message