A network administrator needs to configure static Network Address Translation (NAT) on a Cisco IOS router to map an internal server at private IPv4 address to an external public IPv4 address . Which global configuration command creates this static one-to-one inside source mapping?
Cevap: ip nat inside source static 10.20.30.5 203.0.113.25
Cevap
ip nat inside source static 10.20.30.5 203.0.113.25
The command 'ip nat inside source static 10.20.30.5 203.0.113.25' correctly defines a one-to-one static mapping between an internal private IPv4 host address (inside local) and an external public IPv4 address (inside global).
Adım Adım Çözüm
Anahtar Kavram
Static Inside Source NAT Configuration