Controllerless Networks

last person joined: yesterday 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

daloRadius connect to Aruba Controller

This thread has been viewed 1 times
  • 1.  daloRadius connect to Aruba Controller

    Posted Jun 03, 2020 09:28 AM

    Hello,

    I have installed Freeradius tool on Ubuntu.

    Added a test username and password to the "users" configuration file.

    I started the the Freeradius server and internally tested for authentication using the command "radtest <username> <user-password> localhost 0 <radius-test-secret>" the radtest worked fine.

     

    I added the freeradius as authentication server to the aruba virtual controller. Created an ssid and assigned to the freeradius server.

     

    From the Aruba CLI I can ping to the radius server.

     

    The controller doesn't seem to pass the authentication request to the freeradius server. Anyway to check this connection? (When I using aaa test-server .... got timeout)

     

    Thanks in advance



  • 2.  RE: daloRadius connect to Aruba Controller

    Posted Jun 03, 2020 10:03 AM
    Make sure that the shared key is the same on both side

    Can you see anything in the logs on the Freeradius server side ?

    Sent from Mail for Windows 10


  • 3.  RE: daloRadius connect to Aruba Controller

    Posted Jun 03, 2020 12:56 PM

    Thanks for replay.

    The shared key is the same.



  • 4.  RE: daloRadius connect to Aruba Controller

    Posted Jun 03, 2020 02:41 PM
    Do you have a stand-alone controller or managed via the MM?



    Thank you

    Victor Fabian

    Pardon typos sent from Mobile


  • 5.  RE: daloRadius connect to Aruba Controller

    EMPLOYEE
    Posted Jun 03, 2020 03:03 PM

    Hi Hay,

     

    Do you have a firewall blocking the radius traffic? FW on Ubuntu? Are you using the same ports (1812 or 1645) on both ends?



  • 6.  RE: daloRadius connect to Aruba Controller

    Posted Jun 03, 2020 05:42 PM

    Standalone Aruba 303

    FW on Ubuntu is disabled.

    Using same ports 1812 on both ends!



  • 7.  RE: daloRadius connect to Aruba Controller

    MVP EXPERT
    Posted Jun 04, 2020 03:55 AM

    Have you defined the RADIUS Client IP (so the AP or VC IP) within you RADIUS Server? This will allow the RADIUS Server to accept incoming RADIUS requests from the AP/VC IP.



  • 8.  RE: daloRadius connect to Aruba Controller

    Posted Jun 04, 2020 04:14 AM

    How I can do that?



  • 9.  RE: daloRadius connect to Aruba Controller

    MVP EXPERT
    Posted Jun 04, 2020 05:09 AM

    I've got no experience with daloRadius but Google says the following:

     

    http://wiki.dreamrunner.org/public_html/Communication/freeradius.html

     

    add into the file clients.conf
    
    client P6-MOJO-1 {
        ipaddr = 192.168.130.20
        secret = strong-passphrase-here
    }