Hello!
I have a web server on 192.168.0.2. From internet i can access it by its dns name mysite.com . What should i do to get access in local network by dns name mysite.com instead of typing http://192.168.0.2
/ip firewall nat
add chain=srcnat src-address=192.168.0.0/24 dst-address=192.168.0.2 protocol=tcp dst-port=80 action=masquerade
it doesnot working!Should be something like this:
Code: Select all/ip firewall nat add chain=srcnat src-address=192.168.0.0/24 dst-address=192.168.0.2 protocol=tcp dst-port=80 action=masquerade