From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 06:20:45 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 2B00637B401 for ; Mon, 28 Apr 2003 06:20:45 -0700 (PDT) Received: from blueyonder.co.uk (pcow035o.blueyonder.co.uk [195.188.53.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1831643F85 for ; Mon, 28 Apr 2003 06:20:44 -0700 (PDT) (envelope-from jfm@blueyonder.co.uk) Received: from lexx ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 28 Apr 2003 14:20:42 +0100 From: John Murphy To: Alfonso Romero Date: Mon, 28 Apr 2003 14:20:40 +0100 Message-ID: <4haqav4rnlorq6ev4sqscqs8qdm70irlbb@4ax.com> References: <00fb01c30d08$1f8c6560$0100a8c0@ibac> In-Reply-To: <00fb01c30d08$1f8c6560$0100a8c0@ibac> X-Mailer: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: questions@FreeBSD.ORG Subject: Re: ip_fw_ctl: Invalid command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jfm@blueyonder.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 13:20:45 -0000 Alfonso Romero wrote: >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? Possibly. With: options IPDIVERT #divert sockets If it's not already in there. John.