You are on page 1of 9

NAT Tutorial - MikroTik Wiki

1 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

NAT Tutorial
From MikroTik Wiki

MIKROTIK NAT
This is a short howto explaining how to set up a full-NAT on a Mikrotik RouterOS.
This setup allows you to hide (masquerade) your private IP address from a public network. This means, for
example, that in your private network you can have whatever private IP you want which is then in turn translated
to the public network IP given to you by your network provider. This tutorial can thus be used by clients who
want to connect to a network without requiring a change to the internal IP addressing of their LAN.

Example
In the following example we have a wireless interface which connects to a public wireless network and an
Ethernet interface for the local private network.
Suppose we have 192.168.1.2/24 (Internal Private Network)
Your RouterBoard's Ethernet interface is 192.168.1.1/24 (fixed Private Network IP)
Your RouterBoard's Wireless card is 10.140.1.30/26 (Public Network)

First set the two IP addresses of the ethernet and wireless interfaces

29/09/2016 17:11

NAT Tutorial - MikroTik Wiki

2 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

29/09/2016 17:11

NAT Tutorial - MikroTik Wiki

3 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

Second set the static route so that we can access the external Public network
most likely you will want to use 0.0.0.0/0 as the destination in your primary public route----

29/09/2016 17:11

NAT Tutorial - MikroTik Wiki

4 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

We start building the NAT as follows

29/09/2016 17:11

NAT Tutorial - MikroTik Wiki

5 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

29/09/2016 17:11

NAT Tutorial - MikroTik Wiki

6 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

First the Destination Network Address Translation setting (DST-NAT)


Only do this if you want to expose this specifice internal pc to all ports, this is the same as a DMZ-----

29/09/2016 17:11

NAT Tutorial - MikroTik Wiki

7 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

Then the Source Network Address Translation setting (SRC-NAT)


---On the Action Screen you could instead choose masquerade---

29/09/2016 17:11

NAT Tutorial - MikroTik Wiki

8 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

29/09/2016 17:11

NAT Tutorial - MikroTik Wiki

9 de 9

http://wiki.mikrotik.com/wiki/NAT_Tutorial

Private to Public Network Address Translation (NAT) is Complete!

Note: Network Address Translation (NAT) requires that connection tracking be enabled.
Retrieved from "http://wiki.mikrotik.com/index.php?title=NAT_Tutorial&oldid=19695"

This page was last modified on 14 November 2010, at 18:29.


This page has been accessed 289,918 times.

29/09/2016 17:11

You might also like