Agent Address Translation
2 minute read
Enable Forwarding
This check box determines if an agent will attempt to forward traffic to/from between the VPN tunnel interface and IP addresses and networks accessible via other interfaces on the agent.
Managing Forwarding
This option is deselected by default. To enable, select the check box and click Save.
Network Address Translation
By default, all forwarded traffic retains the original IP address local to the agent. It is common to want or need to translate these addresses to avoid IP conflicts or to maintain consistent IP address spaces. The Network Address Translation table allows for mapping the local IP addresses or networks to virtual IP addresses or networks.
Field Name | Description |
---|---|
Local CIDR | The local IP address or address block that should be mapped into the virtual network. It should be entered in CIDR block format (eg - 192.168.100.0/24 or 192.168.100.51/32 ). |
Virtual CIDR | The virtual network IP address or addresses that the local IP addresses should be mapped to, also entered in CIDR block format. |
Description | (optional) Allows for a user friendly description of the NAT rule. |
Example NAT
Using the example shown in the screenshot above, the local IP address 172.16.55.199 is translated to 10.200.101.1 when forwarding traffic from the VPN tunnel interface to the local network.
flowchart LR remoteNode[Remote Node<br>10.200.0.1] originalReq[[Source IP: 100.200.0.1<br>Destination IP:10.200.101.1]] localNode[Local Agent Node] natReq[[Source IP: 10.200.0.1<br>Destination IP: 172.16.55.199]] localServer[Local Server<br>172.16.55.199] remoteNode-->originalReq-->localNode-->natReq-->localServer
The translation works in the other direction as well
flowchart LR remoteNode[Remote Node<br>10.200.0.1] originalReq[[Source IP: 172.16.55.199<br>Destination IP:10.200.0.1]] localNode[Local Agent Node] natReq[[Source IP: 10.200.101.1<br>Destination IP: 10.200.0.1]] localServer[Local Server<br>172.16.55.199] localServer-->originalReq-->localNode-->natReq-->remoteNode
Managing NAT Rules
Add Agent NAT Rule
- Navigate to the desired Agent’s Address Translation page.
- Click the “Add Entry” link below the Network Address Translations table.
- Enter the Virtual CIDR and Local CIDR address ranges to map. Optionally, provide a description.
- Click the green check box to the right of the rule.
- (Optionally), repeat with additional rules.
- Click Save
Delete Agent NAT Rule
- Navigate to the desired Agent’s Address Translation page.
- Click the X symbol to the right of the rule you wish to remove.
- (Optionally), repeat with additional rules.
- Click Save
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.