-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Support]: One master-network (to reach all "sub-network-clients") ? #616
Comments
Note: This is just from the top of my head and not tested, but here's how I would configure it:
Then in your master network settings, add managed routes for each pizza network like this:
This way, your devices only need to connect to the master network to reach any pizza network through the routing node. |
Thanks for the quick answer! 😺 I have something similar in my head too, just not clear yet, how it would work in reality, because what I've tried so far, did not work. (Maybe I did a mistake?) Only this command seems troublesome for me at first site: Also I'm afraid, I'll have to install a firewall and set many strict rules to prevent one network to see the other. Don't I ? Someone suggested I should run 1 of "ZeroTier ONE", where it connects to all networks, and do all the forwarding in there. But I do not know how to prevent port conflict, if it is running on the same VPS / docker stack? Actually I also do not know, if these routings only apply "inside docker", or also outside of it, on the whole VPS... |
I've tested this method. Conclusion:Too slow! (30-600ms, instead of 2-5ms. Even TightVNC is lagging.) The reason is:
Any other ideas? |
📝 Inquiry
What is the recommended way to set up my own planet on a VPS to handle one "master-network" that can reach the other 100+ networks too?
I like the simplicity, and I’d like to manage 100+ separated networks (restaurants).
1-10 PCs in each. (ca 300 PCs+Phones+Laptaps all together.)
I am the only one allowed to manage networks. (Pizzeria owners get only client access to their own network.)
But it would be bad if I'd need to connect to all 100+ networks from my phone + laptops simultaneously.
(Or disconnect / reconnect to an other network each time someone is calling for quick help.)
So my developer PCs and phones should connect to only this one "master-network", from where I could connect to any member of any separated network.
❓ So the question is:
Is it possible somehow to create one Network that would “see everyone” (all members in all networks) ?
If yes, can I block somehow the access to this one group, so sub-members should not be able to start connections “back to my developer PCs / phone”, only I should be able to connect to them? (VNC, RDP, SQL, ...)
Thanks for any advice :-)
🔧 Deployment Type: [X] Docker
💻 Operating System: Debian
The text was updated successfully, but these errors were encountered: