02-25-2016 04:12 AM - edited 02-21-2020 08:42 PM
Hello!!! Now i need to configure AnyConnect Remote Access VPN. And i have one question.
The default port for AnyConnect 443, but that port is busy on ASA. We use this port for another application.
How to change the port to connect? Is it real? THANK YOU!!!
Solved! Go to Solution.
02-25-2016 04:18 AM
Hi, please add the following configuration:
ASA(config)#webvpn
ASA(config-webvpn)#enable outside
ASA(config-webvpn)#port <1-65535>
02-25-2016 04:18 AM
Hi, please add the following configuration:
ASA(config)#webvpn
ASA(config-webvpn)#enable outside
ASA(config-webvpn)#port <1-65535>
02-25-2016 04:27 AM
Wau!!! How fast!!! Thank you!
1. As I understand it, the client must enter the address like: //external address:port?
2.On ASA SITE-TO-SITE vpn is configired already. Tuning AnyConnect Remote Access VPN, I can break SITE-TO-SITE vpn?
02-25-2016 04:33 AM
Hi,
It should not break your Site to site as they are two different services.
Regards,
Aditya
Please rate helpful posts.
02-25-2016 11:09 PM
Ok! I have one question. I confiqured all settings. I want to use port 6789. I think that i need to open this port on interface.Is it right? Thanks!!!
I use NAT RULE (lan1-center office lan2-vpn clients), but i think that a need to use a second nat rule too, because port 6789 is not open?
nat (inside,outside) source static LAN1 LAN1 destination static LAN2 LAN2 no-proxy-arp route-lookup
02-26-2016 12:56 AM
I read documentation and i think that i need to add nat rule. Is it right?
object service PORTVPN
service tcp destination eq 6789
nat(outside,outside) source static LAN2 LAN2 destination static LAN2 LAN2 service PORTVPN
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