Skip to content
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

Question about multiple NIC and Load balancing traffic #443

Open
sgnsys3 opened this issue Dec 19, 2023 · 0 comments
Open

Question about multiple NIC and Load balancing traffic #443

sgnsys3 opened this issue Dec 19, 2023 · 0 comments

Comments

@sgnsys3
Copy link

sgnsys3 commented Dec 19, 2023

Is LibreQos support multiple incoming and outgoing NIC?

Network Diagram
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant