NSX Edge Services Gateway supports site to site IPSec VPN. You can create IPSec VPN between an ESG and any other network device (hardware/software) which supports IPSec or you can have ESG at both source and target site for this purpose.
Using IPSec VPN, you can create a secure connection between two sites and route the internal subnets between those two sites. Just ensure you don’t have an overlapping subnets behind the edge gateway. You can create more than one IPSec tunnel on ESG and number of tunnels is directly dependent on size of NSX edge.
As per VMware NSX Administration guide, Number of IPSec Tunnels that can be created per ESG is as follows:
Following are the algorithms which are supported by NSX IPSec VPN:
-
AES (AES128-CBC)
-
AES256 (AES256-CBC)
-
Triple DES (3DES192-CBC)
-
AES-GCM (AES128-GCM)
-
DH-2 (Diffie–Hellman group 2)
-
DH-5 (Diffie–Hellman group 5)
-
DH-14 (Diffie–Hellman group 14)
-
DH-15 (Diffie–Hellman group 15)
-
DH-16 (Diffie–Hellman group 16)
Lets jump into lab now and learn how to configure IPsec VPN.… Read More