A pain point I still haven't resolved with WG is this. From my phone, I want to access my homelab through the WG server at home, but everything else through an external WG VPN somewhere else. My homelab ip range is 10.10.0.0/24 or whatever, but the external VPN is some other range. Wireguard doesn't seem to like this. The alternative is to route my phone to home for 100% of traffic, and my home router would egress th…
NetMaker: Connect Everything with a WireGuard VPN
111–120 of 172 posts
Re: NetMaker: Connect Everything with a WireGuard VPN
#112I've been using Netmaker for a few months now and it is incredible. Bastion VPN management for all our enviornments. The only thing we havne't gotten to work is full 0.0.0.0 forwarding. Docs say it's possible (tho not fully common use case), but we always get hangs when attempting. Usually we have to use sshuttle Other than that - incredible.
Re: NetMaker: Connect Everything with a WireGuard VPN
#113First question I have: On what devices/OSs is it supported? The only resource I find is this: https://docs.netmaker.io/architecture.html#compatible-system... No mobile, no NAS yet?
Re: NetMaker: Connect Everything with a WireGuard VPN
#114I've been using Netmaker for a few months now and it is incredible. Bastion VPN management for all our enviornments. The only thing we havne't gotten to work is full 0.0.0.0 forwarding. Docs say it's possible (tho not fully common use case), but we always get hangs when attempting. Usually we have to use sshuttle Other than that - incredible.
Re: NetMaker: Connect Everything with a WireGuard VPN
#115Why is this better than running wireguard directly on a cheap instance .
Re: NetMaker: Connect Everything with a WireGuard VPN
#116Re: NetMaker: Connect Everything with a WireGuard VPN
#117For the particular case of creating a wireguard mesh network in kubernetes, I've been quite happy with Kilo[0]. Does anyone with experience in both kilo and netmaker know how they compare? [0]: https://kilo.squat.ai/
Re: NetMaker: Connect Everything with a WireGuard VPN
#118For the particular case of creating a wireguard mesh network in kubernetes, I've been quite happy with Kilo[0]. Does anyone with experience in both kilo and netmaker know how they compare? [0]: https://kilo.squat.ai/
Re: NetMaker: Connect Everything with a WireGuard VPN
#119Earlier quoted context omitted.
i use fireguard through tailscale to access multiple machines over ssh, with their setup i was able to reduce exposure as i no longer need to open a port on the router tailscale does this with their DERP servers i doubt netmaker doesn't have an alternative to connect machines behind nat routers; that would be a serious disadvantage for soho setups
Is "fireguard" a typo or a distinct thing?
Re: NetMaker: Connect Everything with a WireGuard VPN
#120Earlier quoted context omitted.
> Docs are written for self-hosters. These are all good signs. Except at the time of writing, netmaker isn't FOSS: https://github.com/gravitl/netmaker/blob/16d5b5807/LICENSE.t...
Hi! Netmaker here. At the time of this writing this is true, but we're making some licensing changes this sprint, which I think will make people very happy. We started with SSPL just because it's much easier to go from more restrictive to less restrictive, as opposed to the alternative. However, several months ago we moved all of the client-side code to Apache-2.0, and are about to make the server-side code FOSS-comp…