Hi,
I have ftp server (configured as tls) and I put 2 nat rules like (this rule is on top)
chain/action dstnat to-addresses=LAN_IP to-ports=21 dst-address=PUBLIC dst-port=21
chain/action dst-nat to-addresses=LAN_IP to-ports=50000-51000 dst-address=PUBLIC dst-port=50000-51000
When I am in LAN i can access FTP using PUBLIC IP but outside LAN can not connect to FTP server.
Do I need a filter url? It should work without it?
Note: Using hotspot as well.
Thank you