dhcpd option 43

#Option 43 setting
option space VendorInfo; #for ZD
# option VendorInfo.ZDlist code 3 = text; #for ZD
option VendorInfo.FMlist code 1 = text; #for FlexMaster

subnet 192.168.61.0 netmask 255.255.255.0 {
# --- default gateway
option routers 192.168.61.1;
option subnet-mask 255.255.255.0;
option nis-domain "domain.org";
option domain-name "lab01.tdc.com";
option domain-name-servers 192.168.61.1;
option time-offset -18000; # Eastern Standard Time
# option ntp-servers 192.168.1.1;
# option netbios-name-servers 192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
option netbios-node-type 2;
range dynamic-bootp 192.168.61.101 192.168.61.199;
default-lease-time 21600;
max-lease-time 43200;
# Vendor-option-space VendorInfo; #for zd
# option VendorInfo.ZDlist "192.168.61.40" ; #for zd
# option vendor-encapsulated-options 01:22:68:74:74:70:3a:2f:2f:31:39:32:2e:31:36:38:2e:36:31:2e:32:30:2f:69:6e:74:75:6e:65:2f:73:65:72:76:65:72;
Vendor-option-space VendorInfo; #for zd
option VendorInfo.FMlist "http://192.168.61.20/intune/server" ; #for FM

沒有留言:

張貼留言