From 10525a2576a8f8e95c083317e6e17c1c2525b414 Mon Sep 17 00:00:00 2001 From: Preetham Ananthkumar Date: Sat, 15 Jul 2023 12:36:50 +0100 Subject: [PATCH] Added config for Int-DNS machine --- Int-DNS.startup | 3 +++ lab.conf | 1 + 2 files changed, 4 insertions(+) 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