On 06/27/2012 11:58 AM, sven falempin wrote:
only way ?
http://ftp.openbsd.org/pub/OpenBSD/5.1/packages/i386/isc-dhcp-server-4.2.3.2.tgz

OpenBSD's dhcpd is based on ISC's DHCP server, stripped down to the simplest standard needs. This was done to keep the code clean, auditable and maintainable.

Your need is not quite standard. There's the ISC "everything including kitchen-sink" product, which does what you need, go for it, use it. That's why its there, we don't pretend the OpenBSD dhcpd solves every problem...we mostly want to make sure it doesn't INTRODUCE problems.

Nick.

2012/6/27 sven falempin<[email protected]>

Hello

Imagine i want all the brand X in subnet Y
WWW say :<<
It seems that ISC DHCP can do the trick:
class "testclass" {
match if substring (hardware, 1, 2) = 00:ad;
}


openbsd manpages has only :
host ncd1 { hardware ethernet 0:c0:c3:49:2b:57; }
so i f i want XX:XX:XX:*:*:* it s gonna be 16 millions lines of
declaration.

Shall i read the dhcpd code or someone can share a 'hidden' knowledge

Best regards.

--

---------------------------------------------------------------------------------------------------------------------
() ascii ribbon campaign - against html e-mail
/\

Reply via email to