From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 20:17:00 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 3BD7637B404 for ; Tue, 15 Apr 2003 20:17:00 -0700 (PDT) Received: from smtp.prodigy.net.mx (dfproxy00.prodigy.net.mx [148.235.168.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5206543FDF for ; Tue, 15 Apr 2003 20:16:57 -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 <0HDF00B1C2E3LP@SMTP.Prodigy.Net.mx>; Tue, 15 Apr 2003 22:15:41 -0500 (CDT) Date: Tue, 15 Apr 2003 22:17:41 -0500 From: Alfonso Romero To: freebsd-questions , Martin Karlsson Message-id: <015e01c303c6$bdda15a0$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> 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:17:00 -0000 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. Thanks ----- Original Message ----- From: "Martin Karlsson" To: "Alfonso Romero" Cc: "freebsd-questions" Sent: Tuesday, April 15, 2003 9:40 PM Subject: Re: Dynamic IP Web Server > 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 >