Hi all,
question 1:
i install ipf4.1.8 on FreeBSD5.4 as the steps describe in the file
INSTALL.FreeBSD.when i Run "BSD/kupgrade" , the system gives the following
error infomation:BSD/kupgrade: Permission denied.of course,i run the command
as root user.i also run the command "chmod +x ip_fil4.1.8" .But the system
gives the same errors.
question2:
i try to compile IPF into my kernel as the flowing steps:
1、#cd /sys/i386/conf
#cp GENERIC kernel_IPF
2、add options to kernel_IPF
options IPFILTER
options IPFILTER_LOG
options IPFILTER_DEFAULT_BLOCK
3、 #/usr/sbin/config kernel_IPF
#cd ../compile/kernel_IPF
#make depend
#make
#make install
4、edit /etc/rc.rc.conf:
ipfilter_enable="YES"
ipfilter_rules="/etc/ipf.rules"
ipmon_enable="YES"
ipmon_flags="-Ds"
5、reboot
After i reboot the system ,i edit the ipf.rules and run the command "ipf -Fa
-f /etc/ipf.rules"
But the system gives the flowing errors:
Invalid argument
User/kernel version check failed
Lunting Fan