cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
242
Views
0
Helpful
1
Replies

SSL VPN issue Not able to access from outside

Hasrat Bhanot
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

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.

View solution in original post

1 Reply 1

Seb Rupik
VIP Alumni
VIP Alumni

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.