From owner-freebsd-ipfw@FreeBSD.ORG Wed Jun 30 06:33:18 2004 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D307E16A4CE for ; Wed, 30 Jun 2004 06:33:18 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8347C43D55 for ; Wed, 30 Jun 2004 06:33:18 +0000 (GMT) (envelope-from freebsd@stateautomation.com) X-Sasl-enc: keWzRSj2eT36D85zROJWWw 1088577166 Received: from stateautomation.com (CPE-203-45-47-137.vic.bigpond.net.au [203.45.47.137]) by mail.messagingengine.com (Postfix) with ESMTP id 74DAFC0E0FC for ; Wed, 30 Jun 2004 02:32:45 -0400 (EDT) Message-ID: <40E25E2B.9040606@stateautomation.com> Date: Wed, 30 Jun 2004 16:31:07 +1000 From: "JS (freebsd@stateautomation.com)" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030708 Thunderbird/0.1a X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-ipfw@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: ipfw will not accept a DIVERT rule X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@stateautomation.com List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 06:33:18 -0000 ipfw will not accept a DIVERT rule. e.g the rule I am trying to add is.. ipfw add 3000 divert 8668 ip from any to any via sis0 The response I get is... ipfw: getsockopt(IP_FW_ADD): Invalid argument I have built a custom kernel with the following optional lines options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT options IPDIVERT Does anyone know why the system will not accept the divert rule? Thanks. J.S.