You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Describe the high-level goal you want to achieve **
When Peer A is running with TAP and Peer B attempts to connect to Peer A, Peer B will get ERROR - Parse error: Invalid IP protocol version instead of either helping point me to the problem, or, just trying something else to make it work.
** Here's a few possible solutions **
1: Provide a clearer or more helpful message like: ERROR - Parse error: Invalid IP protocol version. Check that the specified type (TUN/TAP) is correct.
2: Add an prompt to test a connection with the config tool to verify that things are correct
3: Add a retry TAP/TUN upon initial connection failure, and display WARN in the logs to indicate that something isn't quite right.
The text was updated successfully, but these errors were encountered:
** Describe the high-level goal you want to achieve **
When Peer A is running with TAP and Peer B attempts to connect to Peer A, Peer B will get
ERROR - Parse error: Invalid IP protocol version
instead of either helping point me to the problem, or, just trying something else to make it work.** Here's a few possible solutions **
1: Provide a clearer or more helpful message like:
ERROR - Parse error: Invalid IP protocol version. Check that the specified type (TUN/TAP) is correct.
2: Add an prompt to test a connection with the config tool to verify that things are correct
3: Add a retry TAP/TUN upon initial connection failure, and display WARN in the logs to indicate that something isn't quite right.
The text was updated successfully, but these errors were encountered: