I think it may be caused by hardware NAT offload. Please run the following command to disable the hardware NAT offload function of the router.

uci set firewall.@defaults[0].flow_offloading='0'
uci set firewall.@defaults[0].flow_offloading_hw='0'
uci commit
fw3 reload
1 Like