-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Python Web Development with Sanic
By :
In this hands-on lab, you will learn how to implement PAT or what Cisco defines as NAT overload. Figure 12.9 shows an organization network (left) that is connected to the internet via the ISP router:
Figure 12.9: NAT overload topology
The objective of this lab is to configure the HQ router with NAT overload to all devices on the corporate network such as translating the PC 1 private IP address (10.1.2.10/24) to a public IP address when it’s attempting to connect to the public web server (209.65.1.3/28).
To get started with this exercise, ensure you download and open the pre-built lab file from https://packt.link/CCNArepoCh12first.
Now that your lab environment is ready, use the following instructions to configure NAT overload:
HQ(config)# interface GigabitEthernet 0/1 HQ(config-if)# ip nat inside HQ(config-if)# exit HQ(config)# interface...