Since 0.21 netbird is unable to connect #365

Closed
opened 2025-11-20 05:10:15 -05:00 by saavagebueno · 7 comments
Owner

Originally created by @ykorzikowski on GitHub (Jun 12, 2023).

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). **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 2025-11-20 05:10:15 -05: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?

@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

@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?

@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.

@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!

@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

@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.

@mlsmaycon commented on GitHub (Jun 15, 2023): Thanks for confirming folks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#365