大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
如何让linux dhcp server同时支持option 60和option 82认证
(2012-06-07 03:26:06)
标签:
linux
认证
server
option
如何
杂谈
如何让linux dhcp server同时支持option 60和option 82认证ddns-update-style
interim;
ignore client-updates;
# DVNDHCP
#
class “vlan111” {
match if substring (option
vendor-class-identifier,0,14)=”ABCDEDTV-CHINA”
and
match if substring (option agent.circuit-id,2,2) =
00:0f:00:6f;
}
class “vlan112” {
match if substring (option
vendor-class-identifier,0,14)=”ABCDEDTV-CHINA”
and
match if substring (option agent.circuit-id,2,2) =
00:70:00:70;
}
#
#
shared-network network_tag {
subnet 10.11.0.0 netmask 255.255.0.0 {
option vendor-class-identifier
“ABCDEDTV-CHINA”;
option time-servers 10.1.0.10;
option domain-name-servers 10.11.255.250;
option broadcast-address 255.255.255.255;
option routers 10.11.255.253;
option subnet-mask 255.255.0.0;
option nis-domain
“dtvcn.com”;
option domain-name
“dtvcn.com”;
option time-offset -18000;
default-lease-time 21600;
max-lease-time 43200;
pool {
allow members of “vlan111”;
range 10.11.0.20 10.11.255.250;
}
}
subnet 10.12.0.0 netmask 255.255.0.0 {
option vendor-class-identifier
“ABCDEDTV-CHINA”;
option time-servers 10.1.0.10;
option domain-name-servers 10.12.255.250;
option broadcast-address 255.255.255.255;
option routers 10.12.255.253;
option subnet-mask 255.255.0.0;
option nis-domain
“dtvcn.com”;
option domain-name
“dtvcn.com”;
option time-offset -18000;
default-lease-time 21600;
max-lease-time 43200;
pool {
allow members of &quo
分享:
喜欢
0
赠金笔
加载中,请稍候……
评论加载中,请稍候…
发评论
登录名: 密码: 找回密码 注册记住登录状态
昵 称:
评论并转载此博文
发评论
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/184181.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...