06-07-2016 02:08 AM
Configured SSL VPN, not able to access from outside, when try to access from browser it says "Page cannot be displayed".
Zone based firewall is configured, so it must be something I am missing, please see the attached config.
Any help please
Solved! Go to Solution.
06-08-2016 08:47 AM
Looks like you need to allow SSL VPN traffic from the WAN to the self zone (ZP-WAN-TO-Self), so you need to update the policy map (PMAP-JM-WAN) in particular the ACL (ACL-VPN-PROTOCOL), needs to permit access to port 443 from any source IP:
permit tcp any <WAN_IP> eq 443
...should do the trick.
cheers,
Seb.
06-08-2016 08:47 AM
Looks like you need to allow SSL VPN traffic from the WAN to the self zone (ZP-WAN-TO-Self), so you need to update the policy map (PMAP-JM-WAN) in particular the ACL (ACL-VPN-PROTOCOL), needs to permit access to port 443 from any source IP:
permit tcp any <WAN_IP> eq 443
...should do the trick.
cheers,
Seb.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide