I recently bought the RB951G-2HND. I’ve routerOS 6.4 installed.
I have a public IP which I added and it seems to work ok for some rules but not for others.
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" out-interface=\
ether1-gateway
add action=dst-nat chain=dstnat comment=Torrents dst-port=6881 protocol=udp \
to-addresses=192.168.88.248 to-ports=6881
add action=dst-nat chain=dstnat comment=Torrents dst-port=6881 protocol=tcp \
to-addresses=192.168.88.248 to-ports=6881
add action=dst-nat chain=dstnat comment="synology tcp" dst-port=5100 protocol=tcp \
to-addresses=192.168.88.248 to-ports=5100
add action=dst-nat chain=dstnat comment="winbox TCP" dst-port=8291 protocol=tcp \
to-addresses=192.168.88.1 to-ports=8291
add action=dst-nat chain=dstnat comment="web cfg tcp" dst-port=8080 protocol=tcp \
to-addresses=192.168.88.1 to-ports=8080
add action=dst-nat chain=dstnat comment=synology udc" dst-port=5100 protocol=udp \
to-addresses=192.168.88.248 to-ports=5100
add action=dst-nat chain=dstnat comment="Winbox udp" dst-port=8291 protocol=udp \
to-addresses=192.168.88.1 to-ports=8291
add action=dst-nat chain=dstnat comment="web cfg udp" dst-port=8080 protocol=udp \
to-addresses=192.168.88.1 to-ports=8080
My torrents and synology ones seem to work which reside on ...248. The rest don’t work which are on ...1 … I wonder does that help figure out the problem? ie The webcfg login page and the winbox application
www has been changed from 80 to 8080
/ip service
set www port=8080
By the way there are other lines in the NAT which are visible on the winbox but are not outputted using: /ip firewall nat export