-
Notifications
You must be signed in to change notification settings - Fork 96
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
prioritize internet traffic from local connections over traffic from the mesh #244
Comments
Nice idea! I do not know what would be the best by-default setting for this, but I think it would be good if it could be easily configurable. |
@amuuza I tagged this with epic 'cause I think it's quite epic to do this ;) |
Perhaps it is easier to allow an admin to set a "minimum" guaranteed bandwidth for the directly attached hosts? And perhaps make sure that this is not too high? :-) I guess there are already many already available tools to do this, no? For a dynamic prioritization I am sure there are also tools, but it is more complicated and not always easy to "guarantee". So, the configurable minimum guaranteed rate is a good idea, I think. (sorry and please ignore if this has been already discussed) |
This proposal hasn't been implemented yet because while it can seems a simple thing at first glance it is not in our network model we have to answer some questions in an elegant way What we consider directly attached host in a libre-mesh network, and how we detect them, or should the one that share the connection input a list of MAC/IP addresses of prioritized devices? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Even if stale bot closed this, I still think users would love to have such feature. Still I recognize that, as @G10h4ck wrote, this is verry complex to implement. |
A related discussion will go on on libremesh/pirania#3, libremesh/pirania#37, and #261 |
For sharing the internet connection without worries of an eventual decrease of the original bandwidth for personal use, QoS/TC (quality of service, traffic control) can be used.
This setup should prioritize data coming from hosts directly connected to the gateway, while giving lower priority to internet traffic originated from other hosts of the mesh.
The text was updated successfully, but these errors were encountered: