Cisco router NAT Translation

Source: Internet
Author: User


Cisco router nat translation 1. One-to-one correspondence between the internal address and the egress address disadvantages: When the egress address resources are scarce, only a small number of hosts can be connected to the internet. 2. The internal address shares the egress address. The router uses the egress address and port number, as well as the external host address and port number as the interface. The internal address port number is a random number greater than 1024, and the external host port number is recognized as a standard port number. In this way, you can use the same egress address to allocate different port numbers to connect any number of internal hosts to the Internet. Specific configuration of www.2cto.com: Because the experiment uses ISDN to dial up the internet, only the egress address can be obtained randomly on the internet, so the address pool for NAT translation is set to the address obtained by dialing on the BRI port. Interface FastEthernet0/0 ip address 172.16.18.200 255.255.255.0 ip nat inside the interface connected to inside world! Interface BRI0/0 ip address negotiated ip nat outside the interface connected to outside network encapsulation ppp no ip split-horizon dialer string 163 dialer load-threshold 150 inbound dialer-group 1 isdn switch-type basic-net3 ip nat inside source list 1 interface BRI0/0 overload access-list 1 permit 172.16.18.0 0.0.255 www.2cto.com 3. Internal and external addresses overlap when internal and external addresses use the same network segment address, if the addresses are not repeated, you can perform NAT forwarding for both internal and external interfaces. To enable normal communication. 4. Use an egress address to map multiple internal hosts to a large website on the internet. Multiple hosts correspond to the same egress address of the same system. You can use the sh ip nat translation and debug ip nat commands to check the NAT status.

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.