seti-temp/FINAL/natR3.txt

16 lines
246 B
Plaintext

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