Hi guys,
this configuration doesn’t seem to work for Hairpin NAT. Client is .227 and Server .248
/ip firewall nat print
Flags: X - disabled, I - invalid; D - dynamic
0 ;;; Hairpin NAT
chain=srcnat action=masquerade protocol=udp src-address=192.168.88.0/24
dst-address=192.168.88.0/24 log=no log-prefix=""
1 ;;; defconf: masquerade
chain=srcnat action=masquerade out-interface-list=WAN
ipsec-policy=out,none
2 ;;; p1
chain=dstnat action=dst-nat to-addresses=192.168.88.248 to-ports=7777
protocol=udp in-interface-list=WAN dst-port=7777 log=no log-prefix=""
3 ;;; p2
chain=dstnat action=dst-nat to-addresses=192.168.88.248 to-ports=8177
protocol=udp in-interface-list=WAN dst-port=8177 log=no log-prefix=""
4 ;;; p3
chain=dstnat action=dst-nat to-addresses=192.168.88.248 to-ports=25565
protocol=tcp in-interface-list=WAN dst-port=25565 log=no log-prefix=""
Any idea what could be wrong, I also tried another rule like described in the official video tutorial, which also didn’t work.
https://www.youtube.com/watch?v=1I5FywY6opQ
;;; YT rule
chain=srcnat action=masquerade protocol=udp src-address=192.168.88.0/24
dst-address=192.168.88.248 out-interface=bridge log=no log-prefix=""
I am also uncertain where the rule has to be placed, cannot find info about that in the documentation.