This video provide routeros netmap firewall example is that we have a single public IP on our Mikrotik. We want to grab anyone on the internet heading to our IP for WWW and redirect them to an internal WWW server.
The first thing we want to do is disable the WWW server on the Mikrotik.
http://mikrotikroutersetup.blogspot.com/p/mikrotik-router-netmap-firewall.html
/ip firewall nat
chain=dstnat action=netmap to-addresses=192.168.1.100 to-ports=80
protocol=tcp src-address=0.0.0.0/0 dst-address=103.7.248.206
in-interface=WAN dst-port=80
The first thing we want to do is disable the WWW server on the Mikrotik.
http://mikrotikroutersetup.blogspot.com/p/mikrotik-router-netmap-firewall.html
/ip firewall nat
chain=dstnat action=netmap to-addresses=192.168.1.100 to-ports=80
protocol=tcp src-address=0.0.0.0/0 dst-address=103.7.248.206
in-interface=WAN dst-port=80
- Category
- Mikrotik

Be the first to comment