Open main menu

CDOT Wiki β

Changes

OPS235 Lab 8 - CentOS7

4 bytes removed, 08:58, 10 July 2015
no edit summary
# Study the sample '''dhcpd.conf''' file to see examples of how these options are used.
# Edit '''/etc/dhcp/dhcpd.conf''' and examine the top section of the file.
# Change the existing global options that exist near the top of the file, but replace with the values shown below:<br><br>'''default-lease-time''' '''1200;'''<br>'''max-lease-time''' '''3600;'''<br><br># Below the global options you changed, add the additional global settings:<br><br>'''domain-name''' '''ops235.org;'''<br>'''domain-name-servers''' ; '''192.168.235.1;'''<br> '''3600;'''<br><br>'''Note:''' Any values for time are stated in seconds.<br><br>
# View your editing sessions for typos (check for missing semicolons), then save and exit your editing session.<br><br>
13,420
edits