trying to send traffic to IDS it worked at some point with AA before because that is why I switched to Openwrt in the first place.
TP-LINK TL-WDR3600/4300/4310
AA 12.09, r36088
THANKS!
opkg install kmod-ipt-tee
Package kmod-ipt-tee (3.3.8-1) installed in root is up to date.
Package iptables-mod-tee (1.4.10-4) installed in root is up to date.
iptables -t mangle -A PREROUTING -j TEE --gateway 25.0.0.99
iptables -t mangle -A POSTROUTING -j TEE --gateway 25.0.0.99
iptables -t mangle -A PREROUTING -j TEE --gateway 25.0.0.99
iptables -t mangle -A POSTROUTING -j TEE --gateway 25.0.0.99
iptables -v -t mangle -A PREROUTING -j TEE --gateway 25.0.0.99
iptables -v -t mangle -A POSTROUTING -j TEE --gateway 25.0.0.99
iptables -A PREROUTING -t mangle -j PREROUTING -gw 25.0.0.99 -tee
iptables -A POSTROUTING -t mangle -j POSTROUTING -gw 25.0.0.99 -tee
Package iptables-mod-tee (1.4.10-4) installed in root is up to date.
root@OpenWrt:/#
root@OpenWrt:/# iptables -t mangle -A PREROUTING -j TEE --gateway 25.0.0.99
iptables: No chain/target/match by that name.
root@OpenWrt:/# iptables -t mangle -A POSTROUTING -j TEE --gateway 25.0.0.99
iptables: No chain/target/match by that name.
root@OpenWrt:/#
root@OpenWrt:/#
root@OpenWrt:/# iptables -t mangle -A PREROUTING -j TEE --gateway 25.0.0.99
iptables: No chain/target/match by that name.
root@OpenWrt:/# iptables -t mangle -A POSTROUTING -j TEE --gateway 25.0.0.99
iptables: No chain/target/match by that name.
root@OpenWrt:/#
root@OpenWrt:/#
root@OpenWrt:/# iptables -v -t mangle -A PREROUTING -j TEE --gateway 25.0.0.99
TEE all opt -- in * out *
0.0.0.0/0 ->
0.0.0.0/0 TEE gw:25.0.0.99
iptables: No chain/target/match by that name.
root@OpenWrt:/# iptables -v -t mangle -A POSTROUTING -j TEE --gateway 25.0.0.99
TEE all opt -- in * out *
0.0.0.0/0 ->
0.0.0.0/0 TEE gw:25.0.0.99
iptables: No chain/target/match by that name.
root@OpenWrt:/#
root@OpenWrt:/# iptables -A PREROUTING -t mangle -j PREROUTING -gw 25.0.0.99 -tee
iptables v1.4.10: multiple -j flags not allowed
Try `iptables -h' or 'iptables --help' for more information.
root@OpenWrt:/# iptables -A POSTROUTING -t mangle -j POSTROUTING -gw 25.0.0.99 -tee
iptables v1.4.10: multiple -j flags not allowed
Try `iptables -h' or 'iptables --help' for more information.