From 4866794103135b38af0debc3f16f5b1ccc646e1d Mon Sep 17 00:00:00 2001 From: Preetham Ananthkumar Date: Sun, 16 Jul 2023 14:04:35 +0100 Subject: [PATCH] Added config for LDAP machine --- LDAP.startup | 3 +++ lab.conf | 1 + 2 files changed, 4 insertions(+) diff --git a/LDAP.startup b/LDAP.startup index e69de29..2ce75f9 100755 --- a/LDAP.startup +++ b/LDAP.startup @@ -0,0 +1,3 @@ +# IP of LDAP +ip addr add 10.0.5.3/24 dev eth0 +ip link set up dev eth0 diff --git a/lab.conf b/lab.conf index aa80db0..ae5cc9a 100755 --- a/lab.conf +++ b/lab.conf @@ -33,3 +33,4 @@ Int-DNS[0]=Services # Server subnet Server-switch[0]=Server +LDAP[0]=Server