Skip to content

Commit

Permalink
Merge pull request #21 from iArcanic/LDAP
Browse files Browse the repository at this point in the history
LDAP
  • Loading branch information
iArcanic authored Jul 16, 2023
2 parents f1b801d + bf56b4c commit 2e973af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LDAP.startup
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# IP of LDAP
ip addr add 10.0.5.3/24 dev eth0
ip link set up dev eth0

# Gateway IP to Server-switch
ip route add default via 10.0.5.2 dev eth0
2 changes: 2 additions & 0 deletions LDAP/etc/resolvconf/resolv.conf.d/base
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# hosts external to fido
nameserver 8.8.8.8
1 change: 1 addition & 0 deletions lab.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ Int-DNS[0]=Services

# Server subnet
Server-switch[0]=Server
LDAP[0]=Server

0 comments on commit 2e973af

Please sign in to comment.