From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 20:32:35 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 9162437B405 for ; Tue, 15 Apr 2003 20:32:35 -0700 (PDT) Received: from mf2.bredband.net (mf2.bredband.net [195.54.106.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A03143F75 for ; Tue, 15 Apr 2003 20:32:33 -0700 (PDT) (envelope-from mk-freebsd@bredband.net) Received: from localhost.036-23-6f72652.cust.bredbandsbolaget.se ([213.112.193.73]) by mf2.bredband.net with ESMTP <20030416033232.CDTD273.mf2@localhost.036-23-6f72652.cust.bredbandsbolaget.se>; Wed, 16 Apr 2003 05:32:32 +0200 Received: from c-49c170d5.036-23-6f72652.cust.bredbandsbolaget.se (localhost [127.0.0.1])with ESMTP id h3G3WMWa045419; Wed, 16 Apr 2003 05:32:32 +0200 (CEST) (envelope-from mk-freebsd@bredband.net) Received: (from martink@localhost) (8.12.9/8.12.9/Submit) id h3G3VneP044357; Wed, 16 Apr 2003 05:31:49 +0200 (CEST) (envelope-from mk-freebsd@bredband.net) Date: Wed, 16 Apr 2003 05:31:49 +0200 From: Martin Karlsson To: Alfonso Romero Message-ID: <20030416033149.GD587@c-49c170d5.bredbandsbolaget.se> Mail-Followup-To: Alfonso Romero , freebsd-questions References: <011301c303a5$5a163d80$0100a8c0@ibac> <20030416024029.GC587@c-49c170d5.bredbandsbolaget.se> <015e01c303c6$bdda15a0$0100a8c0@ibac> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <015e01c303c6$bdda15a0$0100a8c0@ibac> X-Powered-by: FreeBSD X-PGP-Keyid: 9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 X-PGP-Key: http://www.krutov.org/martin_karlsson.asc User-Agent: Mutt/1.5.4i cc: freebsd-questions 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:32:35 -0000 * 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