diff --git a/Tutorial 1/README.md b/Tutorial 1/README.md index 62cf45c..d43ba4a 100644 --- a/Tutorial 1/README.md +++ b/Tutorial 1/README.md @@ -20,7 +20,7 @@ no shutdown interface gi0/1 ip address 192.168.1.1 255.255.255.0 -ip nat outside +ip nat inside no shutdown # Enable network address translation @@ -44,6 +44,9 @@ exit # Enable DHCP for inner network service dhcp gi0/1 exit + +# Set default gateway +ip route 0.0.0.0 0.0.0.0 10.3.44.1 disable ```