angt / glorytun

Multipath UDP tunnel
BSD 2-Clause "Simplified" License
683 stars 105 forks source link

Fluctuating degraded path in server #84

Closed SriramScorp closed 3 years ago

SriramScorp commented 3 years ago

While attempting to aggregate 3 WANs, the path status in the server side is OK only in one of the WANs at any given time and it keeps fluctuating. In the client side, path status is OK for all WANs. The aggregation is below-par and speeds are almost same as using only one WAN.

$ while sleep 5 ; do sudo /usr/bin/glorytun path | more && echo -e '\n' ; done
path UP OK *REDACTED* 5000 *REDACTED* 5000 27.62.113.201 8378 1472 38.468 5.378 fixed 100 100 6250000 0 16388 0 0 18010
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.99.174 4608 1472 52.663 13.978 fixed 100 100 6250000 0 16214 0 0 18208
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.11.75 3712 1472 56.147 15.320 fixed 100 100 6250000 0 16203 0 0 16998

path UP OK *REDACTED* 5000 *REDACTED* 5000 27.62.113.201 8378 1472 38.468 5.378 fixed 100 100 6250000 0 16388 0 0 18010
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.99.174 4608 1472 52.663 13.978 fixed 100 100 6250000 0 16214 0 0 18208
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.11.75 3712 1472 56.147 15.320 fixed 100 100 6250000 0 16203 0 0 16998

path UP OK *REDACTED* 5000 *REDACTED* 5000 27.62.113.201 8378 1472 38.468 5.378 fixed 100 100 6250000 0 16388 0 0 18010
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.99.174 4608 1472 52.663 13.978 fixed 100 100 6250000 0 16214 0 0 18208
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.11.75 3712 1472 56.147 15.320 fixed 100 100 6250000 0 16203 0 0 16998

path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.113.201 8378 1472 38.468 5.378 fixed 100 100 6250000 0 16388 0 0 18010
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.99.174 4608 1472 52.663 13.978 fixed 100 100 6250000 0 16214 0 0 18208
path UP OK *REDACTED* 5000 *REDACTED* 5000 27.62.11.75 3712 1472 55.792 12.199 fixed 100 100 6250000 0 16204 0 0 17000

path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.113.201 8378 1472 38.468 5.378 fixed 100 100 6250000 0 16388 0 0 18010
path UP OK *REDACTED* 5000 *REDACTED* 5000 27.62.99.174 4608 1472 53.118 11.395 fixed 100 100 6250000 0 16215 0 0 18210
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.11.75 3712 1472 55.792 12.199 fixed 100 100 6250000 0 16204 0 0 17000

path UP OK *REDACTED* 5000 *REDACTED* 5000 27.62.113.201 8378 1472 37.717 5.535 fixed 100 100 6250000 0 16389 0 0 18012
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.99.174 4608 1472 53.118 11.395 fixed 100 100 6250000 0 16215 0 0 18210
path UP DEGRADED *REDACTED* 5000 *REDACTED* 5000 27.62.11.75 3712 1472 55.792 12.199 fixed 100 100 6250000 0 16204 0 0 17000
angt commented 3 years ago

Sorry, there is too much information missing to understand what is going on and help you.