Let's double check that everything is there.....try these commands.....both should return a file....
modprobe -l | grep webmon (that's a small 'L' in -l)
find /usr/lib -name libipt_webmon*
Hi John thanks for your help
Here it is the result of the commands you suggested
Code:
admin@RT-N66U:/tmp/home/root# modprobe -l | grep webmon
/lib/modules/2.6.22.19/kernel/net/ipv4/netfilter/ipt_webmon.ko
admin@RT-N66U:/tmp/home/root# find /usr/lib -name libipt_webmon*
/usr/lib/iptables/libipt_webmon.so
admin@RT-N66U:/tmp/home/root#
and here it is the ls of the modules :
Code:
admin@RT-N66U:/tmp/home/root# ls -al /lib/modules/2.6.22.19/kernel/net/ipv4/netfilter/ipt_webmon.ko
-rw-r--r-- 1 admin root 30412 Mar 11 4:35 /lib/modules/2.6.22.19/kernel/net/ipv4/netfilter/ipt_webmon.ko
admin@RT-N66U:/tmp/home/root# ls -al /usr/lib/iptables/libipt_webmon.so
-rwxr-xr-x 1 admin root 10400 Mar 11 04:34 /usr/lib/iptables/libipt_webmon.so
Looks like everything is in place?
Is it possible that any other setting or installed package could cause a conflict with webmon?
Thanks
Ocram