2 minute read
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.
This option is deselected by default. To enable, select the check box and click Save.
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. |
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
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.