Linux Administration 201: 101 Network Integration - ChristopherJamesMorton/Nice-Challenge-Solutions GitHub Wiki

image image image


From the AD controller, launch the DNS Manager from Server manager -> Tools -> DNS Manager. Drill into the daswebs.com domain. Once in the daswebs.com domain, goto Action -> New Host (A or AAAA). Add SecConsultantKali for the name and enter 172.16.30.6 for the IP address and click Add host. image


Add the following lines below iface eth0 inet static in the /etc/init.d/interfaces file.

address 172.16.30.6 netmask 255.555.255.0 gateway 172.16.30.2


Remove immutable permission from /etc/resolv.conf and update the name server.

chattr -i /etc/resolv.conf nameserver 172.16.30.5


Modify/etc/hostname to SecConsultantKali.daswebs.com and run the following command.

hostname SecConsultantKali.daswebs.com


useradd drandolph usermod -aG drandolph sudo