From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 05:52:56 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 0CADA37B401 for ; Mon, 28 Apr 2003 05:52:56 -0700 (PDT) Received: from gs166.sp.cs.cmu.edu (GS166.SP.CS.CMU.EDU [128.2.205.169]) by mx1.FreeBSD.org (Postfix) with SMTP id 7A97F43FE3 for ; Mon, 28 Apr 2003 05:52:55 -0700 (PDT) (envelope-from dpelleg@gs166.sp.cs.cmu.edu) Sender: dpelleg@gs166.sp.cs.cmu.edu To: Alfonso Romero References: <00fb01c30d08$1f8c6560$0100a8c0@ibac> From: Dan Pelleg Date: 28 Apr 2003 08:52:34 -0400 In-Reply-To: <00fb01c30d08$1f8c6560$0100a8c0@ibac> Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions Subject: Re: ip_fw_ctl: Invalid command 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: Mon, 28 Apr 2003 12:52:56 -0000 Alfonso Romero writes: > I get the "ip_fw_ctl: Invalid command" when I try to add the "divert natd all from any to any via ed0" rule. Do I need to recompile the kernel? > > > Thanks in advance, > > Alfonso Romero Yes, you need to compile IPDIVERT into your kernel. See natd(8). -- Dan Pelleg