I have OpenWrt r29484 and have installed all the iptables packages and
modules.  I can't use  -j REDIRECT.  It just gives the "Couldn't load
target `REDIRECT':File not found" error.

Is it not built as a module or into the kernel anymore?

Using the alternative of

iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT
--to-destination 127.0.0.1:10000

seems to work though.
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to