sudomesh / sudowrt-firmware

Scripts to build the sudo mesh OpenWRT firmware.
Other
73 stars 19 forks source link

Automatically discover and select a VPuN (relay) server #43

Closed Juul closed 6 years ago

Juul commented 9 years ago

We need to be able to run multiple VPuN servers and have the clients discover them and try connecting to them one by one until one succeeds.

Juul commented 9 years ago

Mitar pointed out that we don't want multiple exit servers though, since lots of stuff won't like it when the user switches IPs. If we get an AS number there are ways to deal with this.

paidforby commented 6 years ago

this is fixed by patch for https://github.com/sudomesh/bugs/issues/17 closing duplicate

bennlich commented 6 years ago

@paidforby Is a VPuN relay server the same thing as an exit node?

paidforby commented 6 years ago

Yes, as far as I know. VPuN is a "Virtual Public Network" so essentially another term for the "Mesh Area Network" or the "network" created by tunneldigger and routed over by babel.

bennlich commented 6 years ago

👍