Closed nikich700 closed 9 months ago
@nikich700 Hello! To answer your questions:
/etc/ppp/chap-secrets
are for IPsec/L2TP mode, while ikev2.sh
is used to manage client certificates for IKEv2 mode. Those are different modes that you can use to connect to the VPN. There's also the IPsec/XAuth ("Cisco IPsec") mode.sudo ikev2.sh
to manage client certificates for IKEv2 mode only.
I apologize in advance as this is not a bug report but rather a question.
I have installed this software successfully and ran it on my laptop and phone. But do I need to generate a new set of certificates for every new device I connect to the VPN?
Is it better to have separate user profiles for different people or they all can be using default vpnuser? How are users in chap-secrets and profiles in ikev2.sh --listclients are connected?
I am pretty sure I have read all the documentation, but I still don't get what terms users and clients have to do with each other. I suppose users should be different people and clients should be different devices these people use, but I don't see how each client is connected to each user.
Sorry, I am fairly new to all of this networking stuff.