mysteriumnetwork / node

Mysterium Network Node - official implementation of distributed VPN network (dVPN) protocol
https://mysterium.network
GNU General Public License v3.0
1.09k stars 311 forks source link

MikroTik v7 #4595

Open buffeePH opened 2 years ago

buffeePH commented 2 years ago

MikroTik v7.1.1 WireGuard

All MikroTik Router with v7.1.1 RouterOS has WireGuard Feature Built IN on them...

Wish we could incorporate it on mysterium though it will only accept on port and firewall rules can be added to use 10000-60000 ports redirection...

A script might be possible inside MikroTik or an API that we can use...

For now, I'm on MikroTik basic's, no idea yet on how to make it work just a theory

Well, the WireGuard is there and I think we can harness its potential as a node server

thanks buffee

image

otkd commented 2 years ago

It's doable on Mikrotik's ARM based routers, but wouldn't really make sense on the older MIPSBE models.

As a side note, I did test running Mysterium on an ARM based Unifi router (UDM-Pro) which seemed to work fine, they use podman (docker) internally making things a lot easier.

davidromba commented 1 week ago

Hello, any progress / tutorial i can follow for doing it on my mikrotik arm64 router?