diff --git a/FINAL/narR3.txt b/FINAL/narR3.txt new file mode 100644 index 0000000..5c480c2 --- /dev/null +++ b/FINAL/narR3.txt @@ -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 \ No newline at end of file