Konfigurasi PAT di Cisco Router
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 The Day:
“Hard work has nothing to do with success. It does not produce success. It does not sustain success. And it certainly does not reverse a failure. It is PASSION that drives success. Love for one’s activity is infinitely more important to creating success than hard work.” ~Brett Watson


July 10th, 2010 at 8:48 am
Cool stuff, thanks for sharing, pretty much on the ball.