Hi

Using dhcpd and reading through man dhcpd.conf I'd like to assign P addresses to specific MAC's from a pool of IP addresses, and am trying to decide whether the group, pool, class or subclass statement in dhcpd.conf is the right thing to use.

Using host{} I know works:

host hostname {
  hardware ethernet 00:c0:df:01:cd:57;
  fixed-address 192.168.1.7;
}

I'm just looking for something a bit more elegant when I have a bunch of MAC's and a pool range.

Cheers

Tim

--
Next meeting:  Bournemouth, Tuesday 2012-05-01 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
New thread on mailing list:  mailto:[email protected]
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to