Options

Radius LB DSR Mode

Nathaneil0277Nathaneil0277 Member
edited February 2021 in ADC - Application Delivery

Hi Experts,

Do you have a technical reference for load balancing Radius Server in DSR mode?

The traffic flow will be something like this(see attached image). I am not really sure if this is the right behavior so I am asking if you can share some good references with regards to this deployment. Thank you.


Answers

  • Options
    jserranojserrano Member ✭✭

    Hi,

    You need to configure a loopback interface on each backend server with the Radius Cluster IP (2.2.2.1) to make sure the response is consistent with client request at ip level. Also make sure ARP proxy is disabled on servers to avoid any ip conflict with VIP presented at A10.

    I am attaching an small manual to configure it for Linux and Windows OS´s.

    Configuration on the A10 side is straightforward, just create an L4 UDP vport with the "no-dest-nat" option preserve the original destination IP before forwarding packet to server-side:

    slb virtual-server vip1 192.0.2.99

    port 1812 udp

    service-group SG-RadiusSRVs

    no-dest-nat

    Regards

Sign In or Register to comment.