Hi Admin,
After upgardethe router to 382.1_2 , Im having issues to start up the "modprobe ipt_webmon"
No error return run below command until the last command
Getting
iptables v1.4.15: Couldn't load match `webmon':No such file or directory
After search on internet and I think the file need to be exit in /proc/net/ ?
Cheers
Jacky
After upgardethe router to 382.1_2 , Im having issues to start up the "modprobe ipt_webmon"
No error return run below command until the last command
modprobe ipt_webmon
iptables -t filter -N web_monitor
iptables -t filter -I FORWARD -o eth0 -j web_monitor
iptables -I FORWARD -o tun11 -j web_monitor
iptables -I FORWARD -o tun21 -j web_monitor
iptables -A web_monitor -p tcp -m webmon --max_domains 2000 --max_searches 2000
iptables -t filter -N web_monitor
iptables -t filter -I FORWARD -o eth0 -j web_monitor
iptables -I FORWARD -o tun11 -j web_monitor
iptables -I FORWARD -o tun21 -j web_monitor
iptables -A web_monitor -p tcp -m webmon --max_domains 2000 --max_searches 2000
Getting
iptables v1.4.15: Couldn't load match `webmon':No such file or directory
After search on internet and I think the file need to be exit in /proc/net/ ?
Cheers
Jacky