Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: mfaisalkh on June 22, 2004, 09:52:51 AM

Title: DHCP Pools
Post by: mfaisalkh on June 22, 2004, 09:52:51 AM
Dear Frendz,

How can i define different pools in linux DHCP server.
Title: DHCP Pools
Post by: Ricky on June 22, 2004, 12:36:07 PM
did you saw this Linux dhcp server (http://www.linuxsolved.com/forums/ftopic16.html)  
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