-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does Meshboi support advertizing/routing Mesh Node "subnets" over the Mesh? #3
Comments
bump? |
Hey @bmullan , to make sure I understand, are you saying something like this?
And you want nodes on LAN A to be able to talk to LAN B? I think this would be doable with the right routing setup on both of the meshboi instances. I do have to ask though, what are you trying to achieve here? I'll stress that meshboi is really just for learning purposes, I wouldn't recommend running anything production/serious on it. :) |
Containers usually run in their own 10.x.x.x network.
I use LXD "system" containers running Ubuntu or Centos.
So I use Wireguard kernel on the Host server w LXD Containers behind a
Nat'd bridge named LXDBR0 (10.x.x.x)
I configure wireguard w "Allowed IPs"
including the LXDBR0 Bridge IP.
That by "default" includes all LXD Containers -or- VMs in the Mesh VPN
…On Wed, Dec 20, 2023, 11:13 PM Sam Lewis ***@***.***> wrote:
Hey @bmullan <https://github.com/bmullan> , to make sure I understand,
are you saying something like this?
+-------+ +-----------+ +-------+ +-----------+ +--------+
| LAN A | <---> | Meshboi A | <---> | Mesh | <---> | Meshboi B | <---> | LAN B |
+-------+ +-----------+ +-------+ +-----------+ +--------+
And you want nodes on LAN A to be able to talk to LAN B? I think this
would be doable with the right routing setup on both of the meshboi
instances.
I do have to ask though, what are you trying to achieve here? I'll stress
that meshboi is really just for learning purposes, I wouldn't recommend
running anything production/serious on it. :)
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM23J6JPTU5YTEVUYJI7GTYKOZN3AVCNFSM54PS4MD2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBWGU2DKMBYGA3A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Some Mesh VPN tools I've used (VPNCloud & Nebula) support the capability to build the "mesh"
across multiple Server Nodes (local, cloud or hybrid).
They also support "routing" a Mesh Node's subnets across the Mesh.
Does Meshboi support that capability?
This is particularly useful for Server Nodes that "host" Containers (Docker & LXD in my Use-Case). Containers
on any "Host/Server" run on non-routeable 10.x.x.x subnets.
So having any particular Server/Host configured as part of a Mesh VPN keeps the overall Mesh Config simple by
not also having to configure each and every Container.
thanks
Brian
The text was updated successfully, but these errors were encountered: