Wireless Access

 View Only
  • 1.  Changing the hostname showed in guest captive portal

    Posted Jan 05, 2012 05:02 AM

    Hi,

     

    I'm looking for a way to change the default "wireless.colubris.com" hostname that the internal DNS gives to the controller IP when using the html web guest portal.

     

    I have not found anything in the CLI nor the web config refering to that. There are a variable in the backed up xml config called "hostname" in the <PORT-LAN> section. But if I change this and restore the changed config, its still reverted back to wireless.colubris.com.

     

    Anyone know where to change this?

     



  • 2.  RE: Changing the hostname showed in guest captive portal

    Posted Jan 05, 2012 09:44 AM

    Would creating a static A record with the hostname in your network DNS server(s) be a good enough solution? If what you tried didn't work, I'd guess it's a hard-coded value in the firmware. 

     

    Have you SSH'ed into the Controller and tried modifying the config that way? Do so at your own risk, of course, in a test environment ;)



  • 3.  RE: Changing the hostname showed in guest captive portal

    Posted Jan 05, 2012 11:25 AM

    This is probably one of the easiest, most automatic things that the MSM series does. It definitely is not intuitive though. 

     

    All you need to do is generate a new SSL certificate using the new DNS name that you would like to use. Switch the 'HMTL Authentication' certificate to use the new certificate and you're done. 

     

    The controller will read the common name from the cert and change the DNS name to match. 



  • 4.  RE: Changing the hostname showed in guest captive portal

    Posted Jan 05, 2012 02:27 PM

    Glen, aha! Hah I would never have thought of that. Even if you dont use https it still derive hostname from the cert?



  • 5.  RE: Changing the hostname showed in guest captive portal

    Posted Jan 11, 2012 05:51 AM
    Ok just tried this on a lab controller and indeed, it derives the hostname from the cert even if you dont use https. I actually found a note about this in the implementation guide now also, but it sure isnt intuitive. Thanks!