DMZ On Mikrotik

Hi all

I don’t know where to post this so I just chose the general forum. I need to learn how to configure a DMZ using Mikrotik. Say for example setting up an ISP data center which should definitely be in a DMZ. I have done some google search but I can’t find a tutorial. I have the book Learn RouterOS by Example but there is not such thing. Is there anyone who has a tutorial on this. I need step-by-step tutorial.

Thanks in advance.

Hi,

MikroTik doesn’t have an “easy” button to do this as such however you can do so by creating a dst-nat rule to forward everything from your wan interface to a LAN IP address, I’d recommend making it !8291 TCP though so you can still get to the 'Tik from remote if you want to.

Thank you so much for your quick response. I was still “googling” and I found this link ( its not in English but I used chrome to translate it) https://translate.google.com/translate?hl=en&sl=id&u=http://sapikuda.com/network/2013/04/06/konfigurasi-mikrotik-dmz-demilitarized-zone/&prev=search

That pretty much covers it.