Konfigurasi PAT di Router:
(config)# access-list 9 permit 172.17.0.0 0.0.0.255
(config)# access-list 9 permit 172.17.1.0 0.0.0.255
ATAU
(config)# access-list 9 permit 172.17.0.0 0.0.1.255
(config)# ip nat inside source list 9 int s0/0 overload
(config)# int s0/0
(config-if)# ip nat outside
(config-if)# int f0/0
(config-if)# ip nat inside
(config-if)# int f0/1
(config-if)# ip nat inside
(config-if)# end
verifikasi konfigurasi PAT:
# sh ip nat translation
# debug ip nat
–
Quote of [...]
