Specify different pxeclients "next-server" for different subnet?

Drew Weaver drew.weaver at thenap.com
Fri Jan 9 20:57:57 UTC 2009


Hi there.

Is it possible to specify a different pxeclient "next-server" for each subnet?

Currently I have this in my dhcpd.conf:

class "pxeclients" {
        match if substring(option vendor-class-identifier, 0, 9) = "PXEClient";
        next-server 10.1.0.1;
        filename "linux-install/pxelinux.0";
}

I need to be able to specify the next-server for pxeclients for each subnet.

Currently, even though we have next-server in the subnet declaration it still uses 10.1.0.1

Any ideas?

Thanks,
-Drew

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20090109/6af92055/attachment.html>


More information about the dhcp-users mailing list