Hello
I bought a Synology NAS. I’d like to setup DS File tool, from and outside my LAN, without QuickConnect functionality (easy but not performant).
Therefore,
- I subscribe to Synology DNS as I don’t have a fix IP → x.myds.me
- I forwarded required port (5000) to my NAS
Working perfeclty.. from outside the LAN. ![]()
From inside the LAN, I’m struggeling to connect via x.myds.me.
I read Mikrotik tutorial about Hairpin NAT, and tried to configure my router accordingly but without success.. ![]()
Could someone give me a hand ?
Please find below my configuration.
Thanks a lot in advance !
Architecture :
- router : 192.168.88.1
- NAS (server) : 192.168.88.237 (IP fixed)
- phone (client) - on WiFi : 192.168.88.238 (IP fixed)
Current configuration (ok from outside LAN) :
- Defautl Mikrotik NAT rule:
chain = srcnat
out-interface = ether1-gateway
action = masquerade
- Port forwarding :
chain = dstnat
protocol = 6
dst-port = 5000
in-interface = ether1-gateway
action = dst-nat
to-address = 192.168.88.237
to-ports = 5000
I tried following srcnat rule but with no success :
chain = srcnat
src-address = 192.168.88.0/24
dst-address = 192.168.88.237
protocol = 6
dst-port = 5000
out-interface = bridge-local
action = masquerade