From owner-freebsd-ipfw Thu Jan 18 9:47:53 2001 Delivered-To: freebsd-ipfw@freebsd.org Received: from excalibur.dotcom.fr (ns.dotcom.fr [195.154.74.11]) by hub.freebsd.org (Postfix) with ESMTP id E918C37B400 for ; Thu, 18 Jan 2001 09:47:35 -0800 (PST) Received: from IPricot.com (pc181.fr.ipricot.com [192.168.31.181]) by excalibur.dotcom.fr (8.9.1/8.9.1) with ESMTP id RAA04739 for ; Thu, 18 Jan 2001 17:47:34 GMT X-To: Message-ID: <3A672C35.44B09ABA@IPricot.com> Date: Thu, 18 Jan 2001 18:47:33 +0100 From: Roman Le Houelleur Organization: dotcom X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1-20000912-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ipfw Subject: Unable to use ipfw Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ipfw@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, I've just updated my system from 4.2 release to stable and I'm having problems with the ipfw code. (Actually I would like to use bridge/dummynet/ipfw). First of all, I cannot build ipfw because of IP_FW_IF_TCPEST which is not defined anywhere. Using the 4.2 release version of ipfw I'm not able to enter a rule as simple as: ipfw add deny ip from 192.168.1.1 to 192.168.1.2 ipfw replies: ipfw: getsockopt(IP_FW_ADD): Invalid argument It was working perfectly with the 4.2 release. the ipfw.c I got from cvs is: "src/sbin/ipfw/ipfw.c,v 1.80.2.8 2001/01/10 03:43:33 rwatson" have I done something wrong ? Roman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message