Hi
I'm trying to port an working mobile Anyconnect windows client configuration to a linux opensource client.
The window's profil shows the used protocol is actually IPSEC, not SSL.
<HostEntry>
<HostName>ahostname</HostName>
<HostAddress>aserverhostadress</HostAddress>
<PrimaryProtocol>IPsec
<StandardAuthenticationOnly>true
<AuthMethodDuringIKENegotiation>EAP-MSCHAPv2</AuthMethodDuringIKENegotiation>
<IKEIdentity>akey</IKEIdentity>
</StandardAuthenticationOnly>
</PrimaryProtocol>
</HostEntry>
I've found OpenConnect do not support IPSEC. Do you think it's possible with VPNC? I don't see EAP authentication in the description page
https://www.unix-ag.uni-kl.de/~massar/vpnc/
Is there another solution?
Many thanks