Aditya.Hananto.net

Aditya.Hananto.net

Knowledge Sharing About Networking

Aditya.Hananto.net RSS Feed
 
 
 
 

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

One Response to “Konfigurasi PAT di Cisco Router”

  1. 1
    twitter follow:

    Cool stuff, thanks for sharing, pretty much on the ball.

Leave a Reply