Wireless Access

last person joined: 18 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

setting the NAS IP globally on the master controller

This thread has been viewed 11 times
  • 1.  setting the NAS IP globally on the master controller

    Posted Dec 17, 2015 10:30 AM

    hello Airheads,

    If you have for example a master controller and two locals and you

    set up a NAS IP on the master controller under "configuration\security\authentication\advanced"

    do all RADIUS requests from clients that associate to an AP on a local controller get proxied from the master controller NAS ip?



  • 2.  RE: setting the NAS IP globally on the master controller

    Posted Dec 17, 2015 10:33 AM
    What you need to do is configure the following so the request comes from every individual controller:
    ip radius nas-ip <CONTROLLER MGMT IP>
    ip radius source-interface vlan <CONTROLLER MGMT VLAN ID>



  • 3.  RE: setting the NAS IP globally on the master controller

    Posted Dec 17, 2015 10:36 AM

    hi Victor,

    i would like the RADIUS request to come only from the master.

    cheers

    Pete

     

     

     



  • 4.  RE: setting the NAS IP globally on the master controller

    EMPLOYEE
    Posted Dec 17, 2015 10:41 AM
    That's not possible. Instead you'd want to key off of a different attribute on your radius server like NAS-ID. You'll still need to add in the controllers as radius clients.

    Sent from Nine


  • 5.  RE: setting the NAS IP globally on the master controller

    Posted Dec 17, 2015 10:48 AM

    thanks for the replies chaps.

    i am trying to take advantage of RADIUS load balancing to multiple Publishers.

    I have AP's terminating on diferent local controllers and guests who sign up to a Publisher

    through one AP and may roam to another AP which is on a different local controller.

    Subsequebnt to guest account creation I want use MAC AUTH to the original Publisher the guest signed up with so hence i wanted to

    try and centralize the RADIUS activity.

     



  • 6.  RE: setting the NAS IP globally on the master controller

    EMPLOYEE
    Posted Dec 17, 2015 10:51 AM
    The problem with doing that is you would be completely dependent on the master controller for auth rendering all other redundancy irrelevant.

    Sent from Nine


  • 7.  RE: setting the NAS IP globally on the master controller

    Posted Dec 17, 2015 11:02 AM

    agreed single point of failure bu

    could you have a master\backup master pair



  • 8.  RE: setting the NAS IP globally on the master controller

    Posted Dec 17, 2015 11:44 AM
    Just need to use the VIP of VRRP then


  • 9.  RE: setting the NAS IP globally on the master controller

    Posted Dec 17, 2015 11:47 AM

    Hi Victor,

    could you explain a bit further, i have lost the thread a bit.

    pete

     



  • 10.  RE: setting the NAS IP globally on the master controller
    Best Answer

    Posted Dec 17, 2015 12:00 PM
    In order to have a Master/Standby Master you need a VRRP setup which requires a Virtual IP that both controllers shared in an Active/Standby setup.

    You could use this IP address to send all your RADIUS request from both locals as well as master running this command:

    IP radius nas-ip

    If you have only Master then you just put the Master Management IP address instead of the VIP VRRP address.


  • 11.  RE: setting the NAS IP globally on the master controller

    Posted Dec 17, 2015 12:03 PM

    thanks Victor i think we have a solution.

    cheers

    Pete

     



  • 12.  RE: setting the NAS IP globally on the master controller

    Posted Dec 18, 2015 01:58 AM

    hi Victor,

    one last point.

    using this configuration would the master keep a record of all authentications?

    so i can use RADIUS load balancing.

    cheers

    Pete

     



  • 13.  RE: setting the NAS IP globally on the master controller

    EMPLOYEE
    Posted Dec 18, 2015 06:44 AM

    Pete_Elms,

     

    In a word, no.

     

    The way you configure server load balancing is detailed here:  http://www.arubanetworks.com/techdocs/ArubaOS_6.4.4.x_WebHelp/Web_Help_Index.htm#ArubaFrameStyles/AAA_Servers/Load_Balancing.htm

     

     



  • 14.  RE: setting the NAS IP globally on the master controller

    EMPLOYEE
    Posted Dec 17, 2015 10:33 AM
    Not proxied. It only sets that attribute. The source IP address is still the controller it came from.