What is your main firewall? X750?

Can you check /etc/config/firewall and find the port forward config?

Check [OpenWrt Wiki] Firewall configuration /etc/config/firewall for general config.

Here is an example of port forward rules

config redirect
        option enabled '1'
        option target 'DNAT'
        option src 'wan'
        option dest 'lan'
        option proto 'tcp udp'
        option src_dport '2222'
        option dest_ip '192.168.20.110'
        option dest_port '2222'
        option name 'test'