EdgeVPNio / evio

Virtualized overlay networking for the fog. The Evio network spans the continuum, from the cloud to the edge, providing a virtual private layer 2 network suitable for edge devices in IoT workloads.
MIT License
43 stars 15 forks source link

Not an ISSUE, Querries #30

Closed PPBRD closed 1 year ago

PPBRD commented 1 year ago

How many max tunnels can a single center location can support, is there any restrictions?

Thanks and regards Bharat

kcratie commented 1 year ago

Hello Bharat, The EngeVPN controller automatically manages the number of tunnels at each node to limit the load imposed on the host. However, you can explicitly override this in the configuration file [https://github.com/EdgeVPNio/evio/blob/master/controller/template-config.json#L32] by setting custom values for MaxSuccessors, MaxLongDistEdges, and MaxOnDemandEdges. See https://edgevpn.io/configfile/ for details. I would suggest first increasing MaxOnDemandEdges to determine if that suits your needs.

Feel welcome to join our EdgeVPN discussion group at https://groups.io/g/EdgeVPN.

Regards, ken