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