Skip to main content
Tipdrill
Visitor III
August 7, 2019
Question

Internal VIPs, for VPN

  • August 7, 2019
  • 1 reply
  • 5167 views

Hi everyone, I should make sure that a server accesses 2 vpn. The serve is not found in the LANs authorized to access the vpn, so I should create an internal VIP. Is it possible to do 2 vips on only 1 ip and make sure that the vpn is present with the ip nat?

 

Thanks

    1 reply

    Toshi_Esumi
    SuperUser
    SuperUser
    August 7, 2019

    It's not VIP(DNAT) but SNAT to change the source IP:192.168.1.10 to either 192.168.3.x or 192.168.2.x based on destinations. Just set those two policies based on the two desinations(VPNs) and set up NAT(SNAT) with either interface IPs or ippools.

    talzub
    New Member
    August 8, 2019

    You need to set NAT according to the IP protocols of the VPN. This is basic and easy I am sure you can maneuver through it.

    Tipdrill
    TipdrillAuthor
    Visitor III
    August 8, 2019

    Thank you all. It was what I missed!  Hello