What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Webmon on 382.1_2

Jacky

New Around Here
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
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​

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
 
I am getting the same error. I would really appreciate it if anyone can provide any assistance.

Thanks
 
just to add when I do a cat /proc/net/ip_tables_matches webmon is listed along with the following. So I am not sure why it's not being found.

u32
time
string
statistic
state
mac
limit
helper
conntrack
conntrack
connlimit
connbytes
connmark
mark
webmon
addrtype
addrtype
icmp
webstr
tcpmss
recent
multiport
iprange
udplite
udp
tcp
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top