Changes

Jump to: navigation, search

OPS235 Lab 8

No change in size, 19:56, 25 November 2018
no edit summary
# If there are no files displayed, then issue the following command to install the dhcp server package: <b><code><span style="color:#3366CC;font-size:1.2em;">yum install dhcp</span></code></b>
# Again, enter the command to list all the files installed from the DHCP server package by issuing the command: <b><code><span style="color:#3366CC;font-size:1.2em;">rpm -qla dhcp</span></code></b>
# which Which file appears to be a sample (example) '''configuration file for dhcpd.conf'''?
# Copy the '''dhcpd.conf.example''' file to the '''/etc/dhcp''' directory making sure it is named: '''/etc/dhcp/dhcpd.conf'''
::<span style="font-family:courier;"> lease {</span>
::<span style="font-family:courier;">&nbsp; &nbsp;interface "eth0";</span>
::<span style="font-family:courier;">&nbsp; &nbsp;fixed-address 192.168.235.5251;</span>
::<span style="font-family:courier;">&nbsp; &nbsp;option subnet-mask 255.255.255.0;</span>
::<span style="font-family:courier;">&nbsp; &nbsp;option routers 192.168.235.1;</span>
572
edits

Navigation menu