zehome / MLVPN

Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
http://www.mlvpn.fr/
BSD 2-Clause "Simplified" License
521 stars 129 forks source link

PKI: one server keys + multiple clients keys #122

Closed LovingFox closed 5 years ago

LovingFox commented 5 years ago

Does this project support PKI for secure communications? Like OpenVPN: server instance with server key and multiple client instances each with own key.

zehome commented 5 years ago

@LovingFox mlvpn only supports symmetric cryptography. The design is NOT like OpenVPN at all: one client requires one server.

LovingFox commented 5 years ago

@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?

zehome commented 5 years ago

exactly right :)