From ed22408a527e54220aa6505c61354cf57c50b6db Mon Sep 17 00:00:00 2001 From: Preetham Ananthkumar Date: Fri, 14 Jul 2023 13:14:53 +0100 Subject: [PATCH] Added config for Staff-switch machine --- Staff-switch.startup | 3 +++ lab.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Staff-switch.startup b/Staff-switch.startup index e69de29..4668081 100755 --- a/Staff-switch.startup +++ b/Staff-switch.startup @@ -0,0 +1,3 @@ +# IP of Staff-switch +ip addr add 10.0.3.2/24 dev eth0 +ip link set up dev eth0 diff --git a/lab.conf b/lab.conf index a9c1f03..c139231 100755 --- a/lab.conf +++ b/lab.conf @@ -16,3 +16,6 @@ External-switch[0]=External Ext-Office[0]=External Ext-DNS[0]=External Ext-WWW[0]=External + +# Staff subnet +Staff-switch[0]=Staff