diff --git a/Server-switch.startup b/Server-switch.startup index e69de29..602df77 100755 --- a/Server-switch.startup +++ b/Server-switch.startup @@ -0,0 +1,3 @@ +# IP of Server-switch +ip addr add 10.0.5.2/24 dev eth0 +ip link set up dev eth0 diff --git a/lab.conf b/lab.conf index 3a501a2..3661d76 100755 --- a/lab.conf +++ b/lab.conf @@ -29,3 +29,6 @@ Staff-3[0]=Staff Services-switch[0]=Services Int-WWW[0]=Services Int-DNS[0]=Services + +# Server subnet +Server-switch[0]=Server