Tang Ho Yim wrote:
Then the ipfilter cannot start on boot with the error:
link_elf: symbol in6_cksum undefined
kldload: can't load ipl: No such file or directory
/etc/rc: ERROR: IP-filter module failed to load
Recompile _kernel_ with "options INET6" (IPv6)
or recompile ipfilter with NOINET6
Hi,
I am having confuse with the ipfilter and the kernel setup.
I have setup a firewall on FreeBSD 5.4 with ipfilter.
The rc.conf which include:
ipfilter_enable="YES"
ipfilter_rules="/etc/ipf.rules"
ipmon_enable="YES"
ipmon_flags="-Ds"
I didn't compile the kernel with:
options IPFILTER
option
Hi folks,
I need ipfilter which supported by IPv6, I was try in FreeBSD 4.7 STABLE
it's OK, but if I compiled on FreeBSD 5.0 DP1 always failure, because
ipfilter in FreeBSD 5.0 DP1 is too old so not support IPv6. any sugestion
for this?, I finished searching in web resource but I can't found
anyth