Home > Configuration > Network > addrnat

addrnat

Use this method to adds a Reverse Network Address Translation (RNAT) rule for IPv4 traffic. When an IPv4 packet generated by a servermatches the conditions specified in the RNAT rule, the appliance replaces the source IPv4 address of the IPv4 packet with a configured NAT IPv4 address before forwarding it to the destination.

Syntax



Parameters

name

Name for the RNAT4 rule. Must begin with a letter, number, or the underscore character (_), and can consist of letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at sign (@), equals (=), colon (:), and underscore characters. Cannot be changed after the rule is created. Choose a name that helps identify the RNAT4 rule.
This is mandatory parameter.

network

IPv4 network address on whose traffic you want the Citrix ADC to do RNAT processing.

netmask

Subnet mask associated with the network address.

aclname

Name of any configured extended ACL whose action is ALLOW. The condition specified in the extended ACL rule isused as the condition for the RNAT rule.

redirectport

Port number to which the IPv4 packets are redirected. Applicable to TCP and UDP protocols.
Minimum value = 1.
Maximum value = 65535.

td

Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.
Minimum value = 0.
Maximum value = 4094.

srcippersistency

Enable source ip persistency, which enables the NetScaler appliance to use the RNAT ips using source ip.
Default value = DISABLED.

useproxyport

Enable source port proxying, which enables the NetScaler appliance to use the RNAT ips using proxied source port.
Default value = ENABLED.

connfailover

Synchronize all connection-related information for the RNAT sessions with the secondary ADC in a high availability (HA) pair.
Default value = DISABLED.

ownergroup

The owner node group in a Cluster for this rnat rule.
Default value = DEFAULT_NG.

Return Value

Returns simpleResult

See Also