LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 869|回复: 0

linux dhcp class配置如何在移植到windows2003中?

[复制链接]
发表于 2008-11-24 21:11:18 | 显示全部楼层 |阅读模式
主要是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。
网上文章搜了一堆,没有效果~

有知道的兄弟,指教一下,多谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表