From c1ce9ec6a98fa129c7b3475f118566046eba92b4 Mon Sep 17 00:00:00 2001 From: Antonin Renier <antonin.renier.etu@univ-lille.fr> Date: Thu, 15 Dec 2022 14:25:52 +0100 Subject: [PATCH] Replace config_router --- configs/config_router | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/config_router b/configs/config_router index b305ca2..e08b2cd 100644 --- a/configs/config_router +++ b/configs/config_router @@ -1,6 +1,6 @@ ! -! Last configuration change at 07:31:22 UTC Fri Dec 9 2022 +! Last configuration change at 12:10:11 UTC Thu Dec 15 2022 version 15.3 service timestamps debug datetime msec service timestamps log datetime msec @@ -75,7 +75,6 @@ interface GigabitEthernet0/1 ip address 10.0.0.1 255.0.0.0 ip nat outside ip virtual-reassembly in - shutdown duplex auto speed auto ! @@ -97,7 +96,7 @@ ip forward-protocol nd no ip http server no ip http secure-server ! -ip nat inside source static 192.168.10.254 10.0.0.1 +ip nat inside source static 192.168.40.254 10.0.0.1 ! ! ! -- GitLab