Changes

Jump to: navigation, search

OSL740 Lab 8

No change in size, 10:08, 8 April 2022
m
Part 2: Configuring the DHCP Server
# Study the sample '''dhcpd.conf''' file to see examples of how these options are used.
# Review the contents of '''/etc/dhcp/dhcpd.conf''' file (see the picture) and examine the top section of the file.
# Be advised: "'''option''' definitions common to all supported networks". Change the existing global options with the <u>newer values</u> shown below, if the '''dhcpd.conf''' file is empty, add them manually:<br><br>'''option domain-name''' '''"ops245osl740.org";'''<br>'''option domain-name-servers''' '''192.168.245.1;'''<br>'''default-lease-time''' '''1200;'''<br>'''max-lease-time''' '''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>
572
edits

Navigation menu