we have a MT box doing NAT between the public addresses (62.94.214.xx/28) and the privates 10.0.0.xxx/24
we have a web server running on the 10.0.0.248. To reach from the internet this server I have done a dst-rule to translate the 62.94.214.y to 10.0.0.248
Giving the fact we run our corporate web on this server and that most of our customer have private ip I’d like to reach from inside the inside the server calling it at 62.94.214.y and not 10.0.0.248
The dst-nat rule dosen’t work from inside. When I call the public ip from inside the counter of teh rule works but nothing happen.
one way to do this is to set up a static DNS A record for the private address in the DNS that serves your private address clients, this is only any good if that DNS server is not the authortive DNS for the domain.
I’d like to do this too, but have never been able to get it to work without dst-nat, which doesn’t seem to work for certain aplications such as IP phones. Can you give an example of the route you added to get it to work? Did you have to add another NIC? Thanks.
OK, I guess I misunderstood what you were doing. This is just the normal way of doing dst-nat in the Mikrotik. My problem is I find certain applications don’t want to work behind nat (IP phones, for example) so I want to have actual public addresses on LAN side of my Mikrotik as well. Setting up a segmented subnet such as 12.38.222.64/26 on the LAN side of the router (while having 12.38.222.0/24 on the WAN side) doesn’t seem to work. Or am I missing something?