For configure VPN with token support in Mac I install openconnect from homebrew with the next command:
brew install openconnect
if you don't know what is homebrew, check this link for more information/instalation guide, after that we need to install tun/tap driver, we can download it here
And in my case I connect to the server with option --no-cert-check:
openconnect --no-cert-check my_server
This is all, now you have everything what you need :)
best regards
No hay comentarios:
Publicar un comentario