Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 09:27:56 +0100
From:      "Remko Lodder" <remko@elvandar.org>
To:        "Ian Cornwall" <ian@notsopc.com>, <freebsd@notsopc.com>, "freebsd" <freebsd-questions@freebsd.org>
Subject:   RE: ipfilter
Message-ID:  <20040312082801.E073D2B4DA9@mail.evilcoder.org>
In-Reply-To: <20040312013619.D7C021C@mail.elvandar.org>

next in thread | previous in thread | raw e-mail | index | archive | help
What are the errors in your kernel make? Probably you need to add

options PFIL_HOOKS

in order to get it working.

And the module is loaded by using kldload ipl.ko instead of kldload ipl

HTH,

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

-----Oorspronkelijk bericht-----
Van: owner-freebsd-questions@freebsd.org
[mailto:owner-freebsd-questions@freebsd.org]Namens Ian Cornwall
Verzonden: vrijdag 12 maart 2004 2:36
Aan: freebsd@notsopc.com; freebsd
Onderwerp: ipfilter


Hello,

I am trying to enable ipfilter.  I am running FreeBSD 5.2.  I tried to just
load it with a module with these results:

[root@optimus root]# kldload ipl
kldload: can't load ipl: No such file or directory

I tried loading it with the rc.conf but that did work either.  So finally I
tried to build it into the kernel.  I took the GENERIC file and added the
lines  for enabling IPFILTER and "make" fails.

Anyone else have problems like this?

--
Ian

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



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