From owner-freebsd-questions Fri Feb 7 2: 0: 8 2003 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 0ABA137B401 for ; Fri, 7 Feb 2003 02:00:07 -0800 (PST) Received: from crosbycomms.co.uk (host217-41-92-218.in-addr.btopenworld.com [217.41.92.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 748C043F3F for ; Fri, 7 Feb 2003 01:59:56 -0800 (PST) (envelope-from mark.ackroyd@crosbycomms.co.uk) Received: from markackroyd by crosbycomms.co.uk with SMTP (MDaemon.PRO.v6.0.4.R) for ; Fri, 07 Feb 2003 09:57:52 +0000 From: "Mark Ackroyd" To: Subject: Help? Date: Fri, 7 Feb 2003 09:59:43 -0000 Message-ID: <000301c2ce8f$a4551600$3c038f0a@markackroyd> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Return-Path: mark.ackroyd@crosbycomms.co.uk X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I used to have a linux firewall/nat box controlling access to our network. I want to use FreeBSD on a new system But I`m having trouble getting the NAT to work. This is the line on the old firewall running linux. $IPTABLES -t nat -A POSTROUTING -d ! 192.168.0.0/16 -j SNAT --to How would this translate to a ipfw command? This is the line from the nat man page? .. Any ideas what I need to do for this to work? >ipfw add divert natd all from any to any via < which interface? > ipfw >add pass all from any to any Best Regards, Mark Ackroyd Software Programmer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message