We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is LibreQos support multiple incoming and outgoing NIC?
Network Diagram
I have read this document https://libreqos.readthedocs.io/en/latest/docs/Quickstart/configuration.html My understanding I have to config lqosd.conf like this
[bridge] use_xdp_bridge = true interface_mapping = [ { name = "eth0", redirect_to = "eth2", scan_vlans = false }, { name = "eth2", redirect_to = "eth0", scan_vlans = false }, { name = "eth1", redirect_to = "eth3", scan_vlans = false }, { name = "eth3", redirect_to = "eth1", scan_vlans = false } ]
Will QOS still work when traffic balancing over on edge-1 and edge-2?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is LibreQos support multiple incoming and outgoing NIC?
Network Diagram
I have read this document https://libreqos.readthedocs.io/en/latest/docs/Quickstart/configuration.html
My understanding I have to config lqosd.conf like this
Will QOS still work when traffic balancing over on edge-1 and edge-2?
Thanks
The text was updated successfully, but these errors were encountered: