- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
09-27-2017 09:27 PM - edited 09-27-2017 09:28 PM
PAN 5060
Outisde untrusted interface 5.5.1.77
Inside trusted interface 10.10.1.1
Wifi guest network inside 10.10.5.0/24
Most Global Protect corporate users go to ourvpn.foo.com 5.5.1.77.
WiFi users normally PAT to the Internet using that same interface IP 5.5.1.77. So all source addresses to the Internet appear to be 5.5.1.77. Like most guest networks the users have no access (for the most part) to internal IP private addresses. Just Internet.
But let's say that WiFi user 10.10.5.99 wants to to user Global Protect like the outside users so he can access internal resources. Is there a NAT that would say if you see traffic from the WiFi network destined for the external interface address 5.5.1.77 at VPN port whatever - instead of PATting it, terminate that traffic and create the tunnel just as is it had originated from the outside untrusted network. Is that possible?
Thank you.
09-28-2017 02:28 AM
hi @palomed
you'll need a NAT rule at the top of your NAT policy that actually does not do NAT for that specific destination address
so
trust to untrust, destination ip 5.5.1.177 no-NAT
make sure it is placed above your default outbound NAT
09-28-2017 02:28 AM
hi @palomed
you'll need a NAT rule at the top of your NAT policy that actually does not do NAT for that specific destination address
so
trust to untrust, destination ip 5.5.1.177 no-NAT
make sure it is placed above your default outbound NAT
09-28-2017 07:52 AM
Very helpful. Thank you.
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!