-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
The backup interface does not work when the master interface is down #3767
Comments
Backup mode is less tested. |
The output of
After
The dev 10g-1 is wan1 and 10g-2 is wan2. |
I think I’ve found the issue. When I execute the iPerf command while the route |
There is something not normal in |
The result of
|
Change the System->OpenMPTCProuter->Advanced Settings, "Master interface selection" to "Balancing". Other modes are not tested and will not be supported in next version. |
Ok, I'll test it again later. |
I tested the "Balancing" mode, but the traffic still didn't switch to WAN2 during the iPerf test. Below is the result of
After disable WAN1:
|
Expected Behavior
I configured the two 10G ports on the QNAP 301W (running OpenMPTCProuter) as WAN interfaces and used iPerf3 as the testing tool. First, WAN1 serves as the master interface responsible for iperf uplink transmission. Then, using the ifdown command to disable WAN1. At this point, the iperf command continued to run without interruption, and WAN2, as the backup interface, take over and continued transmitting the iperf uplink data.
Current Behavior
When I shut down the master interface WAN1, the upstream TCP traffic of iperf does not get transmitted through the backup interface WAN2 (although it sometimes works successfully).
I'm curious why the switch to the backup interface sometimes succeeds and sometimes doesn't. Is there any configuration I might have overlooked or could adjust? What step can I take to resolve this issue?
Thank you for your help!
Specifications
The text was updated successfully, but these errors were encountered: