From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 20:55:09 2003 Return-Path: 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 C3F5137B401 for ; Tue, 15 Apr 2003 20:55:09 -0700 (PDT) Received: from smtp.prodigy.net.mx (dup-148-235-168-30.prodigy.net.mx [148.235.168.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D3B43FA3 for ; Tue, 15 Apr 2003 20:55:08 -0700 (PDT) (envelope-from ibac@prodigy.net.mx) Received: from pc1 (du-200-67-41-31.prodigy.net.mx [200.67.41.31]) sims.4.0.2001.07.26.11.50.p9) with SMTP id <0HDF006YO45VJR@SMTP.Prodigy.Net.mx>; Tue, 15 Apr 2003 22:53:57 -0500 (CDT) Date: Tue, 15 Apr 2003 22:55:57 -0500 From: Alfonso Romero To: freebsd-questions , Martin Karlsson Message-id: <017201c303cc$164f18c0$0100a8c0@ibac> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT X-Priority: 3 X-MSMail-priority: Normal References: <011301c303a5$5a163d80$0100a8c0@ibac> <20030416024029.GC587@c-49c170d5.bredbandsbolaget.se> <015e01c303c6$bdda15a0$0100a8c0@ibac> <20030416033149.GD587@c-49c170d5.bredbandsbolaget.se> Subject: Re: Dynamic IP Web Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 03:55:10 -0000 Thanks, man! Now I can use a separate machine for each service. I suppose the gateway doesn´t get affected by the incoming traffic to a redirected port, does it? Regards, Alfonso ----- Original Message ----- From: "Martin Karlsson" To: "Alfonso Romero" Cc: "freebsd-questions" Sent: Tuesday, April 15, 2003 10:31 PM Subject: Re: Dynamic IP Web Server > > * Alfonso Romero [2003-04-15 22.17 -0500]: > > Well, I?m using NAT on my freebsd gateway to share my ADSL connection with 4 > > Win PCs and 1 Linux PC. My doubt is if I can use a separate machine for a > > Web server, another for the gateway, another for the FTP server, etc. > > Put the server(s) inside your internal network, and use port > redirection, as described in section 19.12.4 of the handbook. > > HTH, > -- > Martin Karlsson >