Hi,
We need to establish a VPN tunnel with another company to allow our employees to access a server located on their network.
Since our network consists of multiple subnets, we’ve decided to use NAT to simplify the setup.
Our approach is to create a host object with an IP (e.g., 10.10.1.1) and use it as the Translated Source in the NAT rule.
The VPN domain will only include this IP.
NAT rule:
Original source: our internal subnets
Original destination: Internal IP of the server of the other company
Original services: any
Translated source: 10.10.1.1 object
Translated Destination: Original
Translated Services: Original
The question: When we add an object as a Translated Source, why do we need to choose the NAT method? We need only to send 10.10.1.1 through the VPN tunnel?
Is it to determine how we should hide the IP (e.g., 10.10.1.1)?
If we hide 10.10.1.1, how will the other company's firewall translate our external IP back to 10.10.1.1?
Should we enable or disable NAT within the VPN community?
So, I need to understand how this is going to work.
Thank you in advanced!