Skip to content
Snippets Groups Projects
Commit 5183f219 authored by Al Massati Bilal's avatar Al Massati Bilal
Browse files

V 01/12

parent 7f0f0fa8
No related branches found
No related tags found
No related merge requests found
......@@ -170,3 +170,23 @@ Test :
(config-if)#ip address 10.0.0.2 255.0.0.0
(config-if)#no shutdown
## NAT
Sur routeur :
#conf t
(config)#ip nat inside source static 192.168.10.254 10.0.0.1
à faire sur chaque sous-interface Vlan:
#conf t
(config)#interface GigaEthernet 0/0.1
(config-if) ip nat inside
exit
à faire sur l'interface extérieur routeur :
#conf t
(config)#interface GigaEthernet 0/1
(config-if)ip nat ouside
exit
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment