The UNIX and Linux Forums  


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




Thread: Dhcp
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-29-2004
dkaplowitz dkaplowitz is offline
Registered User
  
 

Join Date: Jun 2004
Location: ~Philadelphia
Posts: 63
Which DHCP server is it? Is it ISC's dhcpd? If so there should be a dhcpd.conf file somewhere, depending on your distro, with configurable parameters in there that you can change. And I think dhclient.conf is the file that you actually use to id specific MAC addresses. Otherwise, find out which dhcpd is running and read its documentation. While the current set up you have is good in a security sense, it should be possible for you to change the policy to allow anyone to get an IP on the network.

You might want to find out why the previous admin limited the assignment of IPs thus, there could have been a good reason.