CONFIGURATION TO PROPAGATE OPTION 43 IN DHCP

Add the dhcp.conf

Option space MSM_Controller;

Option MSM_Controller.server-address code 1 = array of ip-address;

{

 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
 }
}

David Gonzalez 2021/04/05 15:39