From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 19:41: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 EDB6737B401 for ; Tue, 15 Apr 2003 19:41:35 -0700 (PDT) Received: from mf1.bredband.net (mf1.bredband.net [195.54.106.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA0A43FBD for ; Tue, 15 Apr 2003 19:41:34 -0700 (PDT) (envelope-from mk-freebsd@bredband.net) Received: from localhost.036-23-6f72652.cust.bredbandsbolaget.se ([213.112.193.73]) by mf1.bredband.net with ESMTP <20030416024133.ZANN269.mf1@localhost.036-23-6f72652.cust.bredbandsbolaget.se>; Wed, 16 Apr 2003 04:41:33 +0200 Received: from c-49c170d5.036-23-6f72652.cust.bredbandsbolaget.se (localhost [127.0.0.1])with ESMTP id h3G2f2Wa096308; Wed, 16 Apr 2003 04:41:32 +0200 (CEST) (envelope-from mk-freebsd@bredband.net) Received: (from martink@localhost) (8.12.9/8.12.9/Submit) id h3G2eT2I095815; Wed, 16 Apr 2003 04:40:29 +0200 (CEST) (envelope-from mk-freebsd@bredband.net) Date: Wed, 16 Apr 2003 04:40:29 +0200 From: Martin Karlsson To: Alfonso Romero Message-ID: <20030416024029.GC587@c-49c170d5.bredbandsbolaget.se> Mail-Followup-To: Alfonso Romero , freebsd-questions References: <011301c303a5$5a163d80$0100a8c0@ibac> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <011301c303a5$5a163d80$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 02:41:36 -0000 Hi, * Alfonso Romero [2003-04-15 18.18 -0500]: > Thanks! I?ll try it. Another question: I already have a freebsd box as a > gateway for my other 4 pc's, and I?m planning to use another freebsd box as > the Web server. Is this possible? Or do I need to run the web server on the > freebsd gateway? It is possible, use NAT (network address translation): man natd(8) or man ipnat(1) Also check: HTH, -- Martin Karlsson