Differences between SNAT and DNAT

Source: Internet
Author: User

Differences between SNAT and dnat snat, DNAT, and MASQUERADE are nat masquerade. SNAT is a special case of SNAT. When a data packet is sent from the network adapter, replace the source address in the data packet with the specified IP address, the receiver thinks that the source of the data packet is the IP address of the host. MASQUERADE replaces the source IP address with the IP address on the NIC where the data is sent. Therefore, when the IP address is not fixed, for example, when a dial-up network or IP address is allocated through dhcp, masquerade dnat is used, that is, when a data packet is sent from the NIC, the destination IP address in the data packet is modified, it is shown that if you want to access A, but because the gateway has DNAT, you can change all the destination IP addresses of all data packets accessing A to B, then you actually access B because, the route is selected based on the destination address. Therefore, DNAT is performed on the PREROUTING chain, while SNAT is performed only when data packets are sent. Therefore, it is performed on the POSTROUTING chain.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.