-
Notifications
You must be signed in to change notification settings - Fork 912
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
when test snull driver, ping remote1 sometimes return 100% packet loss #68
Comments
It turns out that it may not be driver issue. I used NetworkManager[574]: [1632110381.7007] device (sn0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') NetworkManager[574]: [1632110381.7197] device (sn0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') NetworkManager seems drop Thus sn0's |
To verify the above issue, I made sn0, sn1 unmanaged by networkmanager: append to /etc/NetworkManager/NetworkManager.conf with [keyfile] and use |
Can someone help check below changes:
after:
seems works with Netmanager enabled. before you start |
Thanks @lzq420241 sorry for the delay. Do you want to submit a pull request for this change? |
This issue occurs in ubuntu 18.04 and 20.04
The text was updated successfully, but these errors were encountered: