|
主要是class的设置:
class "pxeclients" {
[color="Red"]match if substring (option vendor-class-identifier, 0, 9) = "XEClient";
next-server 10.1.11.99;
}
class "TEST" {
[color="Red"]match if substring (option vendor-class-identifier, 0, 4) = "TEST";
next-server 192.168.1.1;
}
win2k3上也有个定义vendor id class的地方,设置了没有效果。
通过抓包,pxe客户端已经携带vendor信息到server,就是不知道2003中如何配置才能识别不同的class。
网上文章搜了一堆,没有效果~
有知道的兄弟,指教一下,多谢! |
|