User Tools

Site Tools


3com:wireless:controller:msm720:configuration:configuration_to_propagate_option_43_in_dhcp

CONFIGURATION TO PROPAGATE OPTION 43 IN DHCP

  • CentOS Linux 6.6
  • ISC DHCPd version 4.1.1

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

David Gonzalez 2021/04/05 15:39

3com/wireless/controller/msm720/configuration/configuration_to_propagate_option_43_in_dhcp.txt · Last modified: 2021/04/05 15:45 by dgonzalez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki