RT-AC68U-58B0:/tmp/home/root# iptables -t mangle -A POSTTROUTING -d 192.168.1.81 -j TEE --gateway 192.168.1.50
iptables: No chain/target/match by that name.
I only get about 210Mbps, so good there.
I tried
iptables -t mangle -A PREROUTING -d 192.168.1.81 -j TEE --gateway 192.168.1.50
iptables -t mangle -A PREROUTING -s 192.168.1.81 -j TEE --gateway 192.168.1.50
but get an error
I am trying to figure out how to duplicate packets from an IOT device that send my electricity usage to a remote server. I am testing a local server I build and want to duplicate the packets the device sends. From the router it send traffic to port 80. I just want to duplicate and forward...