-
configure linux dhcp3-server with user-class - [康朴塔散思]
2009-05-11
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://damocles.blogbus.com/logs/39234070.html
1. Don't forget to configure the scope for the host
2. /var/log/syslog will show the error log
class "SNAC_QUARANINE" {
match if option user-class = "SYGATE_ENF";
}
subnet 192.168.0.0 netmask 255.255.255.0 {
pool {
allow members of "SNAC_QUARANINE";
range 192.168.0.100 192.168.0.200;
}
pool {
deny members of "SNAC_QUARANINE";
range 192.168.0.201 192.168.0.254;
}
}
subnet 10.0.0.0 netmask 255.0.0.0 {
pool {
allow members of "SNAC_QUARANINE";
range 10.200.35.100 10.200.35.105;
}
pool {
deny members of "SNAC_QUARANINE";
range 10.200.35.106 10.200.35.120;
}
}随机文章:
Thread Clustering 2009-06-25HTTP 302 2008-11-20KVM switch 2008-10-29图片文件大写后缀名无法打开问题解决方法 2008-09-27
收藏到:Del.icio.us








评论