This article describes how to use NetScaler SNIP for authentication server communication.
Authentication server communication on NetScaler is by default done using the NetScaler IP (NSIP). So, apart from it being used for management purposes, it is also used as a source IP for LDAP, RADIUS, SAML and similar AAA protocols. But, in some cases, such as a firewall blocking the NSIP or, configuring RADIUS client for NetScaler in HA (high availability) mode, a subnet IP (SNIP) can be used as a Source IP address for traffic that is sent to the authentication server instead of an NSIP. This can be set in NetScaler as discussed below.
Note: Configuring aaadnatIp, enables the use of one IP address as the source IP address always for the authentication traffic. Please note the following:
aaadnatIp
, otherwise, you'll encounter the error "Address already in use."Login to the NetScaler GUI and navigate to the following: Configuration tab - >NetScaler Gateway -> Global Settings -> Change authentication AAA settings (under Authentication Settings tab)
Enter the value of SNIP in the NAT IP Address field and click on OK
The SNIP has been set for authentication(AAA) server communication.
.Open a command line editor and login to the NetScaler
ssh nsroot@<NetScaler IP>
Run the following command
set aaa parameter -aaadnatIp <ip_addr>
The SNIP has been set for authentication(AAA) server communication.
Note: If this param (aaadnatip) is configured, it will be used as the source of all the traffic going from NetScaler (aaad/nsspe) to authentication server instead of NSIP/SNIP/MIP.