Configuration to propagate option 43 in dhcp over LINUX
# Configuration to propagate option 43 in dhcp # Configuración para propagar la opcion 43 en el dhcp # CentOS Linux 6.6 # ISC DHCPd version 4.1.1 # Agregar el dhcp.conf option space MSM_Controller; option MSM_Controller.server-address code 1 = array of ip-address; subnet xx.xx.xx.xx netmask 255.xxx.xxx.xxx { range xx.xx.xx.xx xx.xx.xx.xx; option subnet-mask 255.xxx.xxx.xxx; option broadcast-address xx.xx.xx.xx; option routers xx.xx.xx.xx; # Default Gateway class "Colubris-AP"{ match if option vendor-class-identifier = "Colubris-AP"; option vendor-class-identifier "Colubris-AP"; vendor-option-space MSM_Controller; option MSM_Controller.server-address xx.xx.xx.xx # Contraladora } }
— Antonio Perez 2021/04/05 15:57