We currently have a Gateway(debian 5) which is running a dhcp server. Currently a testing phase is going on in the company and the number of VM's are just increasing day by day and ip conflicts are all over the place.( They need internet connectivity on the VM's so it has to run in bridged mode).
I would like to know if there is a method where the dhcp server can assign a range of ip's to the VM's after determining that it is a VM and not a physical machine?
I tried doing this :
subnet 0.0.0.0 netmask 0.0.0.0 {
range 10.10.10.x 10.10.10.y;
}
Please advise!