Hi there,
first of all, i just love merlinwrt! Thanx for the excellent work.
I have a question on an ipfilter module. I want to capture and duplicate traffic using a command like this:
iptables -t mangle -A PREROUTING -p tcp --dport 1935 -d 192.168.0.200 -j TEE --gateway 192.168.0.201
(i want to capture and duplicate traffic that my weatherstation is sending to weatherunderground).
However the command fails saying "missing target/chain/host".
It turns out there is a probably a module missing. I did some searching on the internet if i could "insert" that module myself but i found, since this is a kernel module, it has to be provided in the firmware itself....
Anyone know is if this is correct? And if so... is there workaround of some sort to duplicate traffic on the router?
Ciao,
Jbr
first of all, i just love merlinwrt! Thanx for the excellent work.
I have a question on an ipfilter module. I want to capture and duplicate traffic using a command like this:
iptables -t mangle -A PREROUTING -p tcp --dport 1935 -d 192.168.0.200 -j TEE --gateway 192.168.0.201
(i want to capture and duplicate traffic that my weatherstation is sending to weatherunderground).
However the command fails saying "missing target/chain/host".
It turns out there is a probably a module missing. I did some searching on the internet if i could "insert" that module myself but i found, since this is a kernel module, it has to be provided in the firmware itself....
Anyone know is if this is correct? And if so... is there workaround of some sort to duplicate traffic on the router?
Ciao,
Jbr