Добавить FINAL/narR3.txt
parent
6f05f1c077
commit
03953dc486
|
@ -0,0 +1,16 @@
|
||||||
|
enable
|
||||||
|
configure terminal
|
||||||
|
|
||||||
|
interface g0/0
|
||||||
|
ip address 203.0.113.18 255.255.255.248
|
||||||
|
nat outside
|
||||||
|
no shutdown
|
||||||
|
exit
|
||||||
|
|
||||||
|
interface g0/2
|
||||||
|
ip address 203.0.113.1 255.255.255.0
|
||||||
|
nat inside
|
||||||
|
no shutdown
|
||||||
|
exit
|
||||||
|
|
||||||
|
ip nat inside source static 203.0.113.17 203.0.113.19
|
Loading…
Reference in New Issue