Port Forwarding Issue

Hello, Im having issue forwarding a port

this is what i have on NAT

Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade out-interface=pppoe-out1 log=no
log-prefix=“”

1 chain=srcnat action=masquerade out-interface=ether1-gateway log=no
log-prefix=“”

2 chain=dstnat action=dst-nat to-addresses=192.168.88.252 to-ports=3074
protocol=tcp in-interface=bridge-local dst-port=3074 log=no
log-prefix=“”

3 chain=dstnat action=dst-nat to-addresses=192.168.88.252 to-ports=3074
protocol=udp in-interface=bridge-local dst-port=3074 log=no
log-prefix=“”
2,3 gets the in and out packets but when ever i Open up the game to check if the NAT is open the game doesnt even connect online or shows my internal IP Address in its settings, when I disabled 2,3 game connects but the NAT is on Moderate Status

If someone here could help me? Thanks

Why two out interfaces ?

also, the dst-nat rules should be infront (before) of the src-nat rules.

I changed that and still it doesn’t work :confused: I can see that there is rx/tx going on but its still not going through :S I know that My ISP allows port forwarding as I was doing it using TP-Link and NETGEAR Routers,

here is what i do, create a nat rule select port tcp ,dst-port 3074 interface bridge-local now onto action dst-nat address my static local ip 192.168.88.204 and to port 3074