Configuration

R1(config)# int g0/1
R1(config-if)# ip nat inside


Last updated

R1(config)# int g0/1
R1(config-if)# ip nat inside


Last updated
R1(config-if)# int g0/0
R1(config-if)# ip nat outsideR1(config)# access-list 1 permit 192.168.0.0 0.0.0.255R1(config)# ip nat pool POOL1 100.0.0.0 100.0.0.255 prefix-length 24R1(config)# ip nat inside source list 1 pool POOL1