Connection failure occurs when attempting to link to Cisco AnyConnect VPN following a port adjustment.
Connection failure occurs when attempting to link to Cisco AnyConnect VPN following a port adjustment.
You're facing an issue with your Cisco ASA 5505 where you attempted to switch HTTPS and DTLS ports from 443 to 8443 but didn't see any changes. It might help to double-check the port forwarding rules, ensure the correct IP addresses are assigned, and verify that the firewall configuration is applied properly. If needed, reconfigure the device carefully.
Can you post the relevant configs after they've been sanitized? show run nat show run web show run http
run nat nat (Wifi,outside) source static any interface nat (inside,outside) source static any any destination static NETWORK_OBJ_10.10.100.0_24 NETWORK_OBJ_10.10.100.0_24 no-proxy-arp route-lookup nat (inside,outside) source static inside_net inside_net destination static AnyConnect AnyConnect ! object network obj_any nat (inside,outside) dynamic interface hq-asa# show run web webvpn enable outside dtls port 8443 no anyconnect-essentials anyconnect image disk0:/anyconnect-win-4.5.03040-webdeploy-k9.pkg 1 anyconnect profiles VPN_client_profile disk0:/VPN_client_profile.xml anyconnect enable port-forward 443 https 172.16.105.68 https tunnel-group-list enable hq-asa# show run http http server enable http 172.16.105.0 255.255.255.0 inside http 100.100.1.0 255.255.255.0 outside http 192.168.1.0 255.255.255.0 inside http 192.168.1.0 255.255.255.0 outside http 10.10.100.0 255.255.255.0 inside http 10.10.100.0 255.255.255.0 outside http 100.100.1.0 255.255.255.0 inside http 172.16.105.0 255.255.255.0 outside http 172.16.106.0 255.255.255.0 Wifi hq-asa# show run
I've given it a try, but it didn't work. What about this alternative?