From owner-freebsd-questions@FreeBSD.ORG Fri Sep 18 21:57:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86B68106566B for ; Fri, 18 Sep 2009 21:57:55 +0000 (UTC) (envelope-from selgram@verifpoint.com) Received: from dukecmfep06.coxmail.com (dukecmfep06.coxmail.com [68.99.120.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0328FC14 for ; Fri, 18 Sep 2009 21:57:54 +0000 (UTC) Received: from dukecmimpo02.coxmail.com ([68.99.120.135]) by dukecmfep06.coxmail.com (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20090918215754.RUOU11808.dukecmfep06.coxmail.com@dukecmimpo02.coxmail.com> for ; Fri, 18 Sep 2009 17:57:54 -0400 Received: from is02 ([172.18.18.217]) by dukecmimpo02.coxmail.com with bizsmtp id iMxr1c0014h0NJL01Mxunf; Fri, 18 Sep 2009 17:57:54 -0400 From: "Scott Elgram" To: Date: Fri, 18 Sep 2009 14:57:33 -0700 Organization: VerifPoint/CreDENTALs Message-ID: <3F3F36886F1E4185AB1EE019FF6DB93D@CREDENTALS> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Aco4qwbPDpT2tjROTWOHT1lAKSqkWA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Help with NAT X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: SElgram@VerifPoint.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 21:57:55 -0000 Hello, I am at my wits end with this one. I have set up a box to use of firewall/nat. However, during the setup I pointed set net to do a port redirect of port 6502 to port 80 of my development web server. Everything worked fine so I deployed my new box onto a live IP and tested it again with the same redirect to my dev server. Still, everything works fine so I changed /etc/natd.conf to point to my production web server and it won't work. I have tried everything that I can think of to narrow down this issue but I just can't figure it out. I pointed everything back to my dev server and it's still working. I changed the dev servers IP and changed nat to point to the new IP and it still works. It would see that nat will work only with my dev server and no other computer. Can anyone offer any suggestions, I'm sure I'm missing something basic. -Scott