From owner-freebsd-stable Mon Aug 17 15:46:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10850 for freebsd-stable-outgoing; Mon, 17 Aug 1998 15:46:43 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pn.wagsky.com (wagsky.vip.best.com [206.86.71.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10840 for ; Mon, 17 Aug 1998 15:46:33 -0700 (PDT) (envelope-from Jeff@Wagsky.com) Received: from [192.168.6.3] (mac.pn.wagsky.com [192.168.6.3]) by pn.wagsky.com (8.8.8/8.8.8) with ESMTP id PAA00902 for ; Mon, 17 Aug 1998 15:45:55 -0700 (PDT) (envelope-from Jeff@Wagsky.com) X-Sender: mailman@mail.pn.wagsky.com Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 17 Aug 1998 15:45:49 -0700 To: freebsd-stable@FreeBSD.ORG From: Jeff Kletsky Subject: Increasing IP_FW_MAX_PORTS seems to fail Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In order to pass H.323 conferencing, we need to increase the number of ports explicitly called out in our ipfw configuration. Currently running -STABLE with a last CVSup of 980815. After editing /usr/src/sys/netinet/ip_fw.h to reflect the increased number of ports (16 attempted from original 10) and examining the .depend files the following were 'make; make install'-ed: /usr/src/sbin/ipfw /usr/src/lkm/ipfw (full kernel build and install) Upon reboot, ipfw does not function, with the error message: ip_fw_ctl: len=104, want 116 (somewhat confusing since ip_fw.h says: * Warning: setsockopt() will fail if sizeof(struct ip_fw) > MLEN (108) ) As a "last resort" I have also tried 'make -DNOCLEAN buildworld; make -DNOCLEAN installworld' followed by a full kernel rebuild -- with the same results. I have not yet tried a *full* make world, hoping that this can be changed without it. What am I missing? TIA, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message