From owner-freebsd-questions@FreeBSD.ORG Fri Sep 26 06:40:05 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 25E5B16A4B3 for ; Fri, 26 Sep 2003 06:40:05 -0700 (PDT) Received: from CLEMSON.EDU (mail.clemson.edu [130.127.28.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7BD343FEC for ; Fri, 26 Sep 2003 06:40:03 -0700 (PDT) (envelope-from hkarlap@CLEMSON.EDU) Received: from mail.clemson.edu (localhost [127.0.0.1])h8QDdxGQ014729 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 26 Sep 2003 09:39:59 -0400 (EDT) Received: (from nobody@localhost)h8QDdxTH014723; Fri, 26 Sep 2003 09:39:59 -0400 (EDT) X-Authentication-Warning: mail.clemson.edu: nobody set sender to hkarlap@clemson.edu using -f Received: from 130.127.49.160 (SquirrelMail authenticated user hkarlap) by mail.clemson.edu with HTTP; Fri, 26 Sep 2003 09:39:59 -0400 (EDT) Message-ID: <1302.130.127.49.160.1064583599.squirrel@mail.clemson.edu> Date: Fri, 26 Sep 2003 09:39:59 -0400 (EDT) From: hkarlap@CLEMSON.EDU To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Scanned-By: milter-spamc/0.6 X-Spam-Flag: NO X-Spam-Status: NO, hits=0.90 required=6.00 X-Spam-Level: Subject: Reg natd on FreeBSD 4.8 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: Fri, 26 Sep 2003 13:40:05 -0000 Hi there, I just tried to set up NAT and after I rebuild the kernel with the following lines: options IPFIREWALL options IPDIVERT The make stops and I get: Error code 1 "netinet/ip_divert.c(.data+0x20): undefined reference to 'sysctl__net_inet_divert_children" My system, already had dummynet running on it (that is IPFIREWALL option was included ) I also made changes to /etc/rc.conf My version is FreeBSD4.8 Regards Himadeepa