diff --git a/Int-DNS.startup b/Int-DNS.startup index e69de29..01981a8 100755 --- a/Int-DNS.startup +++ b/Int-DNS.startup @@ -0,0 +1,3 @@ +# IP of Int-DNS +ip addr add 10.0.4.4/24 dev eth0 +ip link set up dev eth0 diff --git a/lab.conf b/lab.conf index 19bec5e..3a501a2 100755 --- a/lab.conf +++ b/lab.conf @@ -28,3 +28,4 @@ Staff-3[0]=Staff # Services subnet Services-switch[0]=Services Int-WWW[0]=Services +Int-DNS[0]=Services