2 28 24 NAT & PAT student

Опубликовано: 15 Май 2026
на канале: Richard Mehok
90
2

what is my IP address 204.11.187.62

sh ip nat trans
clear ip nat trans

sh ip nat stat

**Turn the power on all devices!!!!!

**Branch1

router ospf 28
network 75.75.75.0 0.0.0.63 area 0

hostname Branch1

interface f0/0
ip address 10.50.0.1 255.255.248.0
no shutdown

interface f0/0
ip nat inside

interface f0/1
ip address 75.75.75.1 255.255.255.192
no shutdown

interface f0/1
ip nat outside

ip nat pool natpool 75.75.75.5 75.75.75.10 netmask 255.255.248.0
ip nat inside source list nat pool natpool overload
ip nat inside source static 10.50.0.254 75.75.75.11

ip access-list standard nat
permit 10.50.0.0 0.0.7.255
______________________________________________________________________
*Branch2

sh ip route

router ospf 28
network 75.75.75.0 0.0.0.63 area 0
network 100.10.0.0 0.0.63.255 area 0

**** do not enter the any private IP Networks ****

hostname Branch2

interface f0/1
ip address 100.10.0.1 255.255.192.0
no shutdown

interface f0/0
ip address 75.75.75.2 255.255.255.192
no shutdown

great job!!!!