13,420
edits
Changes
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.
#Insert the following global settings at the top of the '''dhcpd.conf''' file:<br>'''domain-name''' '''ops235.org;'''<br>'''domain-name-servers''' ; '''192.168.235.1;'''<br>'''default-lease-time''' '''1200;'''<br>'''max-lease-time''' '''3600;'''<br><br>'''Note:''' Any values for time are stated in seconds.</libr><libr># Save and exit your editing session.<br><br>