[GH-ISSUE #951] Since 0.21 netbird is unable to connect #1633

Closed
opened 2026-08-05 00:43:19 -04:00 by saavagebueno · 7 comments
Owner

Originally created by @ykorzikowski on GitHub (Jun 12, 2023).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/951

Describe the problem
After updating to 0.21.* I get this issue:

netbird Error: unable to get daemon status: rpc error: code = Unknown desc = route ip+net: no such network interface

I tried on a fresh ubuntu vm. Netbird is unable to connect. On debian vms i dont see the issue, yet.

Downggrading to 0.20 will solve issue

apt remove netbird
apt install netbird=0.20.0
Originally created by @ykorzikowski on GitHub (Jun 12, 2023). Original GitHub issue: https://github.com/netbirdio/netbird/issues/951 **Describe the problem** After updating to 0.21.* I get this issue: ``` netbird Error: unable to get daemon status: rpc error: code = Unknown desc = route ip+net: no such network interface ``` I tried on a fresh ubuntu vm. Netbird is unable to connect. On debian vms i dont see the issue, yet. Downggrading to 0.20 will solve issue ``` apt remove netbird apt install netbird=0.20.0 ```
saavagebueno added the bugclient labels 2026-08-05 00:43:20 -04:00
Author
Owner

@hadleyrich commented on GitHub (Jun 12, 2023):

I also just ran into this. I can work around it by issuing ip link add dev wt0 type wireguard and restarting the netbird service so it seems something may have changed with interface creation?

<!-- gh-comment-id:1588284535 --> @hadleyrich commented on GitHub (Jun 12, 2023): I also just ran into this. I can work around it by issuing `ip link add dev wt0 type wireguard` and restarting the netbird service so it seems something may have changed with interface creation?
Author
Owner

@samdulam commented on GitHub (Jun 13, 2023):

Thanks @hadleyrich
That worked for me for linux.
Same issue on Windows too
Error: unable to get daemon status: rpc error: code = Unknown desc = interface has not been initialized yet

<!-- gh-comment-id:1588497686 --> @samdulam commented on GitHub (Jun 13, 2023): Thanks @hadleyrich That worked for me for linux. Same issue on Windows too `Error: unable to get daemon status: rpc error: code = Unknown desc = interface has not been initialized yet`
Author
Owner

@braginini commented on GitHub (Jun 13, 2023):

Hey @ykorzikowski @hadleyrich @samdulam
Big thank you for reporting the issue!

Fixed in https://github.com/netbirdio/netbird/releases/tag/v0.21.3
Could you please try?

<!-- gh-comment-id:1588748135 --> @braginini commented on GitHub (Jun 13, 2023): Hey @ykorzikowski @hadleyrich @samdulam Big thank you for reporting the issue! Fixed in https://github.com/netbirdio/netbird/releases/tag/v0.21.3 Could you please try?
Author
Owner

@hadleyrich commented on GitHub (Jun 13, 2023):

Super speedy fix! Thanks! I've only tested on Ubuntu 20.04 and 22.04 but working for me on those platforms.

<!-- gh-comment-id:1588778635 --> @hadleyrich commented on GitHub (Jun 13, 2023): Super speedy fix! Thanks! I've only tested on Ubuntu 20.04 and 22.04 but working for me on those platforms.
Author
Owner

@ykorzikowski commented on GitHub (Jun 13, 2023):

looks good :) seems fixed. Thank you very much!

<!-- gh-comment-id:1588798601 --> @ykorzikowski commented on GitHub (Jun 13, 2023): looks good :) seems fixed. Thank you very much!
Author
Owner

@samdulam commented on GitHub (Jun 13, 2023):

Issue resolved with 0.21.3 on both windows and Ubuntu. Thanks

<!-- gh-comment-id:1588878554 --> @samdulam commented on GitHub (Jun 13, 2023): Issue resolved with 0.21.3 on both windows and Ubuntu. Thanks
Author
Owner

@mlsmaycon commented on GitHub (Jun 15, 2023):

Thanks for confirming folks.

<!-- gh-comment-id:1593367245 --> @mlsmaycon commented on GitHub (Jun 15, 2023): Thanks for confirming folks.
Sign in to join this conversation.
No Label bug client
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#1633