From nobody@www.freebsd.org  Mon Jun 17 01:23:39 2002
Return-Path: <nobody@www.freebsd.org>
Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by hub.freebsd.org (Postfix) with ESMTP id E4A4137B40E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jun 2002 01:23:38 -0700 (PDT)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5H8NbhG072723
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 17 Jun 2002 01:23:37 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.2/8.12.2/Submit) id g5H8NbHE072722;
	Mon, 17 Jun 2002 01:23:37 -0700 (PDT)
Message-Id: <200206170823.g5H8NbHE072722@www.freebsd.org>
Date: Mon, 17 Jun 2002 01:23:37 -0700 (PDT)
From: wendy <lhh@zsu.edu.cn>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ipfw report that Protocol not available
X-Send-Pr-Version: www-1.0

>Number:         39401
>Category:       misc
>Synopsis:       ipfw report that Protocol not available
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 17 01:30:02 PDT 2002
>Closed-Date:    Mon Jun 17 21:57:45 PDT 2002
>Last-Modified:  Mon Jun 17 21:57:45 PDT 2002
>Originator:     wendy
>Release:        4.5
>Organization:
netc of zhongshan university
>Environment:
FreeBSD lhh22 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 
GMT 2002
   murray@builder.freebsdmail.com:/usr/src/sys/compile/GENERIC  i386 
>Description:
I am a new one for FreeBSD and want to have ipfw to do some experiment.
So I install vmware on my RedHat and install FreeBSD on vmware. But I don't
know what is the wrong with ipfw, who allways report "Protocol not 
available".

>How-To-Repeat:
# ipfw show
ipfw: getsockopt(IP_FW_GET): Protocol not available

# ipfw add pipe 1 ip from 202.116.64.62 to 202.116.64.58
ipfw: getsockopt(IP_FW_ADD): Protocol not available

>Fix:
      
>Release-Note:
>Audit-Trail:

From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To: wendy <lhh@zsu.edu.cn>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/39401: ipfw report that Protocol not available
Date: Mon, 17 Jun 2002 13:26:38 +0200

 --=.Q+H7dNHSyh6Bj7
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 On Mon, 17 Jun 2002 01:23:37 -0700 (PDT) wendy wrote:
 > >How-To-Repeat:
 > # ipfw show
 > ipfw: getsockopt(IP_FW_GET): Protocol not available
 > 
 > # ipfw add pipe 1 ip from 202.116.64.62 to 202.116.64.58
 > ipfw: getsockopt(IP_FW_ADD): Protocol not available
 
 you forgot to compile your own kernel with
 
 options IPFIREWALL
 
 in the config. see LINT for details and/or read ipfirewall(4).
 
 cheerz
   simon
 
 -- 
 /"\   http://corecode.ath.cx/#donate
 \ /
  \     ASCII Ribbon Campaign
 / \  Against HTML Mail and News
 
 --=.Q+H7dNHSyh6Bj7
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 
 iD8DBQE9Dcdxr5S+dk6z85oRAnoYAKCXhAOl4J7/O5lCsBNGVMSombmr3gCeNtpD
 IZGMjJYGcGelFHdL+xTkMhE=
 =zh1g
 -----END PGP SIGNATURE-----
 
 --=.Q+H7dNHSyh6Bj7--
 
State-Changed-From-To: open->closed 
State-Changed-By: cjc 
State-Changed-When: Mon Jun 17 21:55:14 PDT 2002 
State-Changed-Why:  
Add IPFIREWALL and build a new kernel or load the kld(4).  

http://www.freebsd.org/cgi/query-pr.cgi?pr=39401 
>Unformatted:
