Network Address Translation
A standard that allows hosts on a local area network to use another set of IP addresses

Network Address Translation is an Internet standard that allows hosts on local area networks to use one set of IP addresses for internal communications and another set of IP addresses for external communications. A LAN that uses NAT is referred to as a natted network. For NAT to function, there should be a NAT gateway in each natted network. The NAT gateway (NAT router) performs IP address rewriting on the way a packet travel from/to LAN.

NAT is very similar to a firewall but different in functions. NAT and a Firewall process a packet and perform a specific action on it. In some cases, firewall and NAT are combined which is named Firewall NAT.

NAT types based on the source and destination addresses

There are two types of NAT:

  • source NAT or srcnat. This type of NAT is performed on packets that are originated from a natted network. A NAT router replaces the private source address of an IP packet with a new public IP address as it travels through the router. A reverse operation is applied to the reply packets traveling in the other direction.
  • destination NAT or distant. This type of NAT is performed on packets that are destined to the natted network. It is most commonly used to make hosts on a private network to be accessible from the Internet. A NAT router performing distant replaces the destination IP address of an IP packet as it travels through the router towards a private network.

Hosts behind a NAT-enabled router do not have true end-to-end connectivity. Therefore some Internet protocols might not work in scenarios with NAT. Services that require the initiation of TCP connection from outside the private network or stateless protocols such as UDP, can be disrupted. Moreover, some protocols are inherently incompatible with NAT, a bold example is the AH protocol from the IPsec suite.

To overcome these limitations RouterOS includes a number of so-called NAT helpers, that enable NAT traversal for various protocols.

in Help
Network Address Translation
ویراوب ۱۲۳, مصطفی برمشوری 16 November, 2021
Share this post
Tags
Our blogs
Sign in to leave a comment
Mikrotik router as OpenVPN Client
configure your Mikrotik router board as an OpenVPN client