April 27, 2024, 04:58:51 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: DHCP Pools  (Read 3521 times)

Offline mfaisalkh

  • Tux Awared
  • **
  • Posts: 44
DHCP Pools
« on: June 22, 2004, 09:52:51 AM »
Dear Frendz,

How can i define different pools in linux DHCP server.

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
DHCP Pools
« Reply #1 on: June 22, 2004, 12:36:07 PM »
did you saw this Linux dhcp server  
there like this
Code: [Select]
subnet 192.168.1.0 mask 255.255.255.0 {
                       192.168.1.10 192.168.1.90;
                        192.168.1.100 192.168.1.200;
                         }
You can make different pools. You can even poot different dns server, domain name etc. in those braces also for each and the thing which is defined outside the braces is considered global