07-10-2018 07:05 AM - edited 03-12-2019 05:27 AM
Hi Experts,
Can someone please assist the difference between Remote Access VPN vs Remote Access IPSEC VPN with their differences or similarities.
Because both configs and functionalities looks similar and both the VPN's are connected using Anyconnect and provide IP addresses for the connecting users from local Pool. Any difference in functionalities. Thanks
tunnel-group IPSEC-Remote-VPN ipsec-attributes
ikev1 pre-shared-key 123456
tunnel-group ANYCONNECT-PROFILE webvpn-attributes
ASA(config-tunnel-webvpn)# group-alias ANYCONNECT-PROFILE enable
07-10-2018 08:35 AM
Hi,
I assume you are referring to AnyConnect SSL-VPN vs AnyConnect IPSec VPN, both are used for Remote Access. The difference is the protocol used for encrypted the traffic. SSL-VPN uses SSL/TLS and uses tcp/udp port 443, where as IPSec Remote Access VPN uses IKEv2/IPSec on ports udp 500/4500, esp.
I'd say most people use SSLVPN. IKEv2/IPSec VPN would be used if you require the next generation algorthims (encryption, integrity, dh etc).
I think the first line of configuration you provided was from an IPSec Site-to-Site VPN not a Remote Access VPN.
HTH
07-11-2018 07:09 AM
07-11-2018 07:39 AM
Hi,
The functionality is the same, it's a different method to encrypt the traffic. You would still need to upload the AnyConnect client to the ASA for either implementation. AnyConnect uses SSL as the default/primary protocol, if you use IKEv2/IPSec you would need to create an AnyConnect profile and deploy this to the users (can be pushed down via Windows GPO, ISE or from ASA) download and use the AnyConnect Profile Editor to generate the configuration.
Example of IKEv2/IPSec and SSL-VPN if required
HTH
07-10-2018 08:38 AM
Remote-Access-VPN is a general term for a functionality that can be implemented in different ways.
The default on the ASA ist TLS based, which means when talking about remote-access-VPNs, it's likely that this is meant. Implementing IPsec-based remote-access-VPNs needs an additional config and changes the protection from TLS to IPsec. But it still is a remote access-VPN.
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