- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-12-2022 08:31 AM
Hi Guys,
My customer has GSLB ( 1 domain 2 ip address).
Example. nslookup vpn.test.com
Name: vpn.test.com
Addresses: 10.10.10.254
20.20.20.254
Is it possible to config GlobalProtect VPN with 2 ISP, 2 Portals, 2 Gateways but same certificate profile and same External Gateway name? But when client connect to each Gateway they will recieve seperate vpn ip pool.
03-13-2022 09:20 AM
Hi,
I faced this issue last year. Basically, GP doesn't support 2 IPs for the same FQDN... For exemple, if the first gateway is done, GP simply returns error message like 'cannot connect to gateway' and never tries to reach the second (alive) one...
HA
03-13-2022 10:07 AM
You can just have 1 portal with 2 gateways…. If the portal address is unavailable then the the GP client will used a cached portal from the last known connection. It will then try both gateways and connect to the fastest responder.. ( depending on GW priority setting). This will of course be an issue if it’s a first time connection as there will be no local cached portal. Is this for load balancing or resilience?
03-13-2022 09:02 PM
Some user found error like your explain.
03-13-2022 09:31 PM
If we have 1 portal. About the first time users, How they know the secondary gw ?
03-14-2022 02:58 AM
Yes that would be a problem as mentioned in my previous post. You could change DNS to point to a different portal address but that will take time to propagate to users.
you could also use a wildcard certificate and give users the choice of 2 portals. Certificate = *.vpn.test.com, portal 1 = p1.vpn.test.com and portal 2 =p2.vpn.test.com
03-14-2022 08:48 AM
Thank you for your suggestion. Let me discuss with my customer first.
03-14-2022 03:17 PM - edited 03-14-2022 03:22 PM
Hi @Ustapon ,
You should be able to configure the NGFW with 2 portals, 2 gateways, and 1 certificate. I configured 1 portal with 2 gateways and 1 certificate for a customer using this method -> https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClUhCAK. This technique is not well known. The FQDN is the same, but the port numbers are different. A NAT rule is used to NAT traffic to the different gateway IP. This may not be needed if you have 2 portals.
This guys says it is possible to have 2 GP portals on the same appliance -> https://live.paloaltonetworks.com/t5/general-topics/global-protect-with-multiple-portals/td-p/49657. Again, that doesn't seem to be documented.
If you have two separate portals (one for each ISP) that only forward traffic to one gateway (on the same ISP) then I don't see why it wouldn't work. They should act independently without a conflict in FQDN or certificate.
It would be cool if you could test it and let us know. If you have ECMP, you need to enable symmetric return.
Thanks,
Tom
PS A more standard way of accomplishing this redundancy is to use a public loopback address that is advertised to both ISPs. Then you only need to configure 1 portal and 1 gateway. Again, configure symmetric return is ECMP is enabled.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!