Mikrotik Router NETMAP Firewall Configuration


This example provides 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.
                                    
/ip firewall nat
Add 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

2 comments: