From 03953dc486c15921afbd752d4c57a629a3a18bd7 Mon Sep 17 00:00:00 2001 From: serr Date: Mon, 14 Apr 2025 12:50:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20FINAL/narR3.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FINAL/narR3.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 FINAL/narR3.txt 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