Dear Forum,
I need help with some port forwarding rules, in my homes RB433.
I’m trying to forward the 8000 from the public IP to the 22 of an local server.
When im trying to connect, I see the packages going trough, but the connection did not work (i cant reach the ssh server on the other side)
192.168.0.0/24 Lan Net 1
192.168.10.0/24 Lan Net 2
190.190.A.B WAN Net (Gateway)
ip firewall filter print
2 chain=input action=accept log=no log-prefix=“”
ip firewall nat print
0 ;;; Gateway Net 1
chain=srcnat action=masquerade src-address=192.168.0.0/24 out-interface=WAN log=no log-prefix=“”
1 ;;; Gateway Net 2
chain=srcnat action=masquerade src-address=192.168.10.0/24 out-interface=WAN log=no log-prefix=“”
9 ;;; BMU access
chain=dstnat action=dst-nat to-addresses=192.168.0.4 to-ports=22 protocol=tcp in-interface=WAN dst-port=8000 log=yes log-prefix=“”
Thanks.