Closed LovingFox closed 5 years ago
@LovingFox mlvpn only supports symmetric cryptography. The design is NOT like OpenVPN at all: one client requires one server.
@zehome thanks, I understood
That's mean if I want make star topology (server is a center and many spokes) I need to run multiple instance of mlvpn daemon on a server side, one per spoke. Every mlvpn daemon will use one personal UDP port. That is right?
exactly right :)
Does this project support PKI for secure communications? Like OpenVPN: server instance with server key and multiple client instances each with own key.