From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 14:03:53 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFE2D1065677 for ; Fri, 11 Jul 2008 14:03:53 +0000 (UTC) (envelope-from nickhardcore@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.190]) by mx1.freebsd.org (Postfix) with ESMTP id 57FB48FC1A for ; Fri, 11 Jul 2008 14:03:53 +0000 (UTC) (envelope-from nickhardcore@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so581566gve.39 for ; Fri, 11 Jul 2008 07:03:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=4YTQPmmicwjYPUODzjLVm6pdBo4B39/gZWZ8GQKl6tk=; b=MGtAp24LojBWnY/56EmrtfOGWaNI6zsgxLlSb6wIIr+8Jq+pqXbL1hOoA0rw4qSYrf CzsAhDpoN/K6bev6X+q742HxBEom5fWHFYiWdEw30skE+p9c9yRZEPbQ9lTIjf/U/Npd fSHvJouN3ZNPLZRkhUCOjKf7FHHkYMPUL3amQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=TjGK68BcZvXbrfJCoxCPfuNjhDs4jhxFoAr91FyTvmHqEQGb1Nu05TEVurB/6lY7rQ HX0FEjm3hkrFFeDEJl5NBedqRI/UtzdH3lKkTVUHZDrgVXaN2WDnlbV5CqFdFrXEyetp LHDF+gRROVjI3eby7Kt1RKV/b5VJHfTGxVe18= Received: by 10.125.134.17 with SMTP id l17mr3000190mkn.59.1215785031477; Fri, 11 Jul 2008 07:03:51 -0700 (PDT) Received: from ?192.168.5.50? ( [213.156.55.129]) by mx.google.com with ESMTPS id 13sm1796426fks.6.2008.07.11.07.03.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 11 Jul 2008 07:03:50 -0700 (PDT) Message-ID: <48776843.4070307@gmail.com> Date: Fri, 11 Jul 2008 16:03:47 +0200 From: "nickhardcore@gmail.com" User-Agent: Thunderbird 2.0.0.14 (X11/20080515) MIME-Version: 1.0 To: Mel References: <48768120.60705@gmail.com> <200807111434.31595.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200807111434.31595.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: unknown option IPV6FIREWALL_VERBOSE when compiling [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 14:03:53 -0000 Great!! Thank you very much Mel. Bye Nicola Mel wrote: > On Thursday 10 July 2008 23:37:36 nickhardcore@gmail.com wrote: >> Hi list. >> I was following this guide >> (http://www.freebsd.org/doc/en/books/handbook/firewalls-ipfw.html) to >> configure and use IPFW on my FreeBSD 7 (is a vmware virtual machine but >> I don't think this is a problem) >> >> [root@hyperion /usr/src]$ uname -a >> FreeBSD hyperion.xxx.org 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #1: Wed >> Jul 2 19:48:58 CEST 2008 >> root@hyperion.xxx.org:/usr/obj/usr/src/sys/CUSTOM i386 >> >> But when compiling the kernel I have the following error: >> >> [root@hyperion /usr/src]# make buildkernel KERNCONF=CUSTOM >> -------------------------------------------------------------- >> >> >>> Kernel build for CUSTOM started on Thu Jul 10 23:21:45 CEST 2008 >> >> -------------------------------------------------------------- >> ===> CUSTOM >> mkdir -p /usr/obj/usr/src/sys >> -------------------------------------------------------------- >> >> >>> stage 1: configuring the kernel >> >> -------------------------------------------------------------- >> cd /usr/src/sys/i386/conf; >> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/b >> in:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/ >> obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin: >> /usr/bin config -d /usr/obj/usr/src/sys/CUSTOM >> /usr/src/sys/i386/conf/CUSTOM /usr/src/sys/i386/conf/CUSTOM: unknown option >> "IPV6FIREWALL_VERBOSE" *** Error code 1 >> Stop in /usr/src. >> *** Error code 1 >> Stop in /usr/src. >> >> The kernel configuration is a "GENERIC" with this few customizations: >> >> options ACCEPT_FILTER_HTTP >> options ACCEPT_FILTER_DATA >> options DEVICE_POLLING >> options IPFIREWALL >> options IPFIREWALL_VERBOSE >> options IPFIREWALL_DEFAULT_TO_ACCEPT >> options IPV6FIREWALL >> options IPV6FIREWALL_VERBOSE >> options IPV6FIREWALL_DEFAULT_TO_ACCEPT >> options IPDIVERT >> >> I tried to update through cvsup the system and then recompile the kernel >> with the new options but the error is still there. >> Any idea? > > All, IPV6FIREWALL options have been removed. Docs have to be updated. The > IPFIREWALL is now 4 and 6 both, so you don't need them. >