Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Re: External portal (clear pass) and radius

This thread has been viewed 8 times
  • 1.  Re: External portal (clear pass) and radius

    Posted Mar 27, 2019 03:48 AM

    Nobody uses the radius and the external portal? :(



  • 2.  RE: Re: External portal (clear pass) and radius

    Posted Mar 26, 2019 02:13 PM

    Aruba 7030. ArubaOS 8.3.0.4

     

    I understand how this work (steps):

    1. Guest connect to WLAN, and redirect on external web-portal.

    2. Guest enter login-pass in portal web-page, press submit

    3. After press submit - login and pass is transferred to Aruba Controller by URL (post-request).

    4. Controller transfer login-pass from request to the radius.

    5. Radius say - Succes or Failed.

     

    I do not know what URL (for submit button in guest form) to write on login page in STEP 3.

     

    I searched here, but all the answers are different.

    Someone writes that the link is https://securelogin.arubanetworks.com/cgi-bin/login.cgi and someone like that https://securelogin.arubanetworks.com/auth/index.html/%u, or https://securelogin.arubanetworks.com/swarm.cgi and much more.

    Which link is correct?



  • 3.  RE: Re: External portal (clear pass) and radius

    EMPLOYEE
    Posted Mar 27, 2019 04:01 AM

    First off you are posting in the communtiy feedback section. Not the controller or security section of the forum.

     

    I'm not a controller expert so it might have changed since the last time I used it.

    Most users here use Clearpass as the external web server and it makes it pretty easy to use.

     

    Screen Shot 2019-03-27 at 2.57.12 AM.png

    The "securelogin.arubanetworks.com" is a place holder and can be used for testing, but it should be chaged to the controllers DNS name for production.I dont belive you need to add anything else on the name. You can check with one of the controller VRDs or ask in the right fourm. 



  • 4.  RE: Re: External portal (clear pass) and radius

    Posted Mar 27, 2019 06:00 AM

    Sorry, I confused forum's sections. I have simple html login form:

    <HTML>
      <form method="POST" ACTION="https://securelogin.arubanetworks.com/swarm.cgi"> 
        <input type="hidden" name="user" value="guest">
        <input type="hidden" name="password" value="guest">
        <input type="submit" name="Accept" value="authenticate">
      </form>
    </HTML>

    URL in bold string correct? I have 404 error after press submit in this form :(
    DNS is all ok - ping from client for "securelogin.arubanetworks.com" - answer is controller IP.



  • 5.  RE: Re: External portal (clear pass) and radius

    EMPLOYEE
    Posted Mar 27, 2019 06:42 AM

    Please try this:

     

    <form method=POST action="https://securelogin.arubanetworks.com/cgi-bin/login">