Reflection: In this lab we setup DHCP on the Ubuntuserver and Win2k3 box. In the setup we did not configure an exclusion address since the pool does not interfere with our static assigning. Also, we do not need to worry about duplicate addresses being handed out since the servers check before handing out the addresses. Surprisingly DHCP was easy to setup. Server 03 was giving us more grief than the ubuntuserver. But that was resolved through restarting the DHCP service. Procedure: apt-get install dhcp3 after installing dhcp3 server we had to edit the configuration – nano /etc/dhcp3/dhcpd.conf file – edited the file as shown in the picture -After the file was edited the server was restarted with -/etc/init.d/dhcp3-server restart –
–
Lease time is in seconds
–
now we configured our win2k3 for DHCP
–
we added DHCP as a server role ○ ○
through the dhcp wizard we used Group3 as the DHCP pool name then we added the scope of addresses 10.10.3.10 10.10.3.99 /24
○ ○
didn’t need to set any exclusions since the pool does not overlap we then selected the DNS to use with DHCP (we are resolving through the fedora box 10.10.3.100)