What's new

Entware iptables no chain/target/match and tcpdump problems

  • 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!

akminer

New Around Here
AX56U v1 running 388 merlin and entware

Code:
tech1@RT-AX58U-02A8:/tmp/home/root# iptables -t mangle -A PREROUTING -d 192.168.50.20 -j TEE --gat
eway 192.168.50.175
iptables: No chain/target/match by that name.

tcpdump only gives me traffic to 192.168.40.4 which i believe is the router itself, and nothing else. I have the same exact output on an AX82U 388 gnuton

I've tried all previous working commands with similar results.
Code:
tech1@RT-AX58U-02A8:/tmp/home/root# iptables -I PREROUTING -t mangle -j ROUTE --gw 192.168.50.175
--tee
iptables: No chain/target/match by that name.

root# modprobe xt_TEE
modprobe: module xt_TEE not found in modules.dep

This was all working on an AC5300, no other commands were needed.
 
A recent change by Asus causes the TEE module to be disabled at build time for some platforms. I will have to adjust the build process to ensure it still gets compiled.
 
Does the AX11000 PRO have it disabled?
All models were probably affected, since 388.3 or 388.4 (I forgot exactly which used the GPL merge that caused the issue).
 

Latest threads

Sign Up For SNBForums Daily Digest

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