NAT Statique

nat statique

Configuration du NAT Statique.



R10
Router(config)#hostname R10
R10(config)#interface fastEthernet 0/0
R10(config-if)#ip nat inside
R10(config-if)#exit
R10(config)#interface serial 0/0/0
R10(config-if)#ip nat outside
R10(config-if)#exit
R10(config)#interface Serial0/0/0
R10(config-if)#ip address 11.0.0.1 255.255.255.252
R10(config-if)#exit
R10(config)#ip nat inside source static 192.168.30.2 11.0.0.1
R10#show ip nat translations
Avant le ping
Pro          Inside global     Inside local       Outside local      Outside global
---           11.0.0.1           192.168.30.2       ---                          ---
Après le ping
R10#show ip nat translations
Pro          Inside global     Inside local       Outside local      Outside global
icmp        11.0.0.1:1        192.168.30.2:1     11.0.0.2:1         11.0.0.2:1

---           11.0.0.1           192.168.30.2         ---                    ---