Public IP over VPN
Hello, I am working on a VPN setup to a credit card company for authorizations etc...
They cannot accept any private IPs from us and request that I send 1 public IP over the tunnel and NAT all required underlying servers to that IP.
Per documentation I can find I need to create an IP POOL.
This is for the cloud as well so what I was thinking was I need to add an additional public IP to the WAN VNIC of the FGT (like I would a public facing website). Let's call it 1.1.1.1.
I have 4 servers that need to talk over this tunnel. Would the IP POOL setup be the below?
External IP range 1.1.1.1 - 1.1.1.1
Internal IP range 10.100.202.66-10.100.202.69.
Would the Policy then be
FROM:
LAN and Carrier Interface created via the tunnel (not the WAN)
TO:
LAN and Carrier Interface created via the tunnel (not the WAN)
Source:
Would be the public IPs allowed over the tunnel from the Carrier and my new public IP 1.1.1.1.
NAT:
IP Pool I created.
Thanks in advance.
