The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: DHCP Problem
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-20-2008
xonicman xonicman is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 7
Quote:
Originally Posted by jess_t03 View Post
[cut]
/etc/dhcpd.conf:
Code:
# [cut]
range dynamic-bootp 10.0.0.5 10.0.0.253
#                             ^^^^^^^^^^^^^^
host president {
# [cut]
Code:
Mar 19 11:23:25 rhce dhcpd: /etc/dhcpd.conf line 14: semicolon expected.
Help me please solve this problem : (
You have to type semicolon ";" at the end of following line
Code:
range dynamic-bootp 10.0.0.5 10.0.0.253