Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2006 10:31:20 -0500
From:      Kevin Kinsey <kdk@daleco.biz>
To:        nirvana@cityshells.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ipfw
Message-ID:  <444111C8.1030404@daleco.biz>
In-Reply-To: <LJEHLMHGMOPGDANLJHLMCECDCEAA.nirvana@cityshells.net>
References:  <LJEHLMHGMOPGDANLJHLMCECDCEAA.nirvana@cityshells.net>

next in thread | previous in thread | raw e-mail | index | archive | help
nirvana - Cityshells.NET wrote:

>Hello,
>when i type ipfw show/list i got this error msg 
>ipfw: getsockopt(IP_FW_GET): Protocol not available
>
>how i can let ipfw work.
>Thanks
>


Your machine is not running ipfw.  In order to do so,
you must either compile support into the kernel (older
releases), or load the KLM (Kernel Loadable Module)
for ipfw.

Since you don't mention your version (`uname -a`), I
can't guess what you'll need to do.  Try this as root:

$ kldload ipfw.ko

   and see if it fixes your problem.

See the firewalls section of the FreeBSD handbook for
more information.


HTH,

Kevin Kinsey

-- 
	And what will you do when you grow up to be as big as me?
asked the father of his little son.
	Diet.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444111C8.1030404>