Hi netop009,
This depends on your configuration:
- Are you using split-tunnel or tunnel-all?
- Do you have U-turning enabled on your ASA?
- Do you have a nat affecting the VPN users?
Basically what you need to do is this:
- If using Split-tunnel:
1. Allow the pool of ip's in the split-tunnel acl
2. Allow U-turning (same-security-traffic permit intra-interface)
3. Make sure that there's no nat affecting traffic going outside -> outside
4. If the traffic is being affected by the NAT create a NAT exemption
- If using Tunnel-all:
1. Allow U-turning (same-security-traffic permit intra-interface)
2. Make sure that there's no nat affecting traffic going outside -> outside
3. If the traffic is being affected by the NAT create a NAT exemption
Regards,
- Javier -