Replace my old VPN-setup #66
-
|
Hello, Stumbled across this project by happenstance while I was in the middle of figuring out my "VPN situation". For several years I've used a commercial enterprise VPN-solution (GlobalProtect towards my Palo Alto firewalls at home), but as that has gotten more unstable as of lately, and also not being very flexible for some of my needs,
For a while it looked like NetBird was a good candidate, but unfortunately it doesn't have IPv6-support, which I need. The topology for my setup would be something like below. Arrows shows connection direction (i.e. anything with an arrow pointed to it, will accept incoming connections on the graph LR
vps[VPS];
phone[Phone w/ Wireguard];
4g[4G router w/ Wireguard];
p1[Prefix A];
h1a[Home #1 A];
laptop[macOS laptop];
h1b[Home #1 B];
h1c[Home #1 4G];
p2[Prefix A+B+C];
vps ~~~ phone;
phone --> |60ms| vps;
vps ~~~ 4g;
4g --> |60ms| vps;
4g --- p1;
vps ~~~ h1a
vps ~~~ laptop
vps ~~~ h1b
vps ~~~ h1c
h1a <--> |40ms| vps;
laptop --> |10ms| h1a;
laptop --> |40ms| vps;
laptop --> |10ms| h1b
h1b <--> |40ms| vps;
h1c ---> |60ms| vps;
h1a & h1b & h1c --- p2
classDef whiteFill fill:white;
class p1,p2 whiteFill;
I do have a couple of questions;
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey Joachim, Sorry for the delay in answering this question... Seems like GH doesn't notify me for Q&A. As to your questions:
|
Beta Was this translation helpful? Give feedback.
Hey Joachim,
Sorry for the delay in answering this question... Seems like GH doesn't notify me for Q&A.
As to your questions: