View Single Post
  #3   (View Single Post)  
Old 16th May 2008
18Googol2's Avatar
18Googol2 18Googol2 is offline
Real Name: whoami
Spam Deminer
 
Join Date: Apr 2008
Location: pwd
Posts: 283
Default

Code:
pool {
        allow unknown-clients;
        deny known-clients;
        range 192.168.0.101 192.168.0.143;
        range 192.168.0.145 192.168.0.154;
        range 192.168.0.156 192.168.0.199;
       }
Now stop and start dhcpd again:

Quote:
#killall dhcpd && dhcpd
__________________
The power of plain text? It can control an entire OS
Reply With Quote