6.6.7 Packet Tracer - Configure Pat.pka: ^new^

hostname Gateway ! interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 ip nat inside no shutdown ! interface GigabitEthernet0/1 ip address 192.168.2.1 255.255.255.0 ip nat inside no shutdown ! interface Serial0/0/0 ip address 209.165.200.225 255.255.255.252 ip nat outside no shutdown ! ip nat inside source list 1 interface Serial0/0/0 overload ip nat inside source static tcp 192.168.1.10 80 interface Serial0/0/0 8080 ! access-list 1 permit 192.168.1.0 0.0.0.255 access-list 1 permit 192.168.2.0 0.0.0.255 ! ip route 0.0.0.0 0.0.0.0 209.165.200.226 ! end

In this scenario, you use a pool of public addresses for translation, but use the overload keyword to allow many-to-few mapping. 6.6.7 packet tracer - configure pat.pka

For R2, you will configure PAT to use a single public IP address assigned directly to an interface (e.g., Serial 0/1/1). hostname Gateway

Typically, the topology includes: