[GH-ISSUE #1107] Cannot start netbird on Windows 10 #1756

Open
opened 2026-08-05 00:43:50 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @rgl on GitHub (Aug 25, 2023).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/1107

Describe the problem

For some reason that I would like help with, netbird in not starting on one of my machines.

To Reproduce

Steps to reproduce the behavior:

  1. Just try to start netbird.

Expected behavior

Maybe it should have logged more detail about wguser: errno=-98?

NetBird status -d output:

# netbird status -d
Peers detail:
Daemon version:
CLI version: 0.22.7
Management: Disconnected
Signal: Disconnected
FQDN:
NetBird IP: N/A
Interface type: N/A
Peers count: 0/0 Connected
# netbird service stop
Netbird service has been stopped

# netbird up -F --log-level debug
2023-08-25T08:25:41+01:00 DEBG client/internal/login.go:93: connecting to the Management service https://api.wiretrustee.com:443
2023-08-25T08:25:41+01:00 DEBG client/internal/login.go:63: connected to the Management service https://api.wiretrustee.com:443
2023-08-25T08:25:41+01:00 DEBG client/internal/login.go:93: connecting to the Management service https://api.wiretrustee.com:443
2023-08-25T08:25:41+01:00 DEBG client/internal/login.go:63: connected to the Management service https://api.wiretrustee.com:443
2023-08-25T08:25:41+01:00 DEBG client/internal/connect.go:99: conecting to the Management service api.wiretrustee.com:443
2023-08-25T08:25:42+01:00 DEBG client/internal/connect.go:107: connected to the Management service api.wiretrustee.com:443
2023-08-25T08:25:42+01:00 DEBG signal/client/grpc.go:91: connected to Signal Service: signal2.wiretrustee.com:443
2023-08-25T08:25:42+01:00 ERRO client/internal/routemanager/manager.go:41: server router is not supported: firewall not supported on this OS
2023/08/25 08:25:42 Using existing driver 0.14
2023/08/25 08:25:42 Creating adapter
2023-08-25T08:25:42+01:00 DEBG iface/tun_windows.go:108: UAPI listener started
2023-08-25T08:25:42+01:00 DEBG iface/tun_windows.go:164: adding address 100.71.22.239 to interface: wt0
2023-08-25T08:25:42+01:00 DEBG iface/iface.go:54: configuring Wireguard interface wt0
2023-08-25T08:25:42+01:00 DEBG iface/wg_configurer_nonandroid.go:26: adding Wireguard private key
2023-08-25T08:25:42+01:00 DEBG iface/tun_windows.go:103: exit tunDevice.IpcHandle
2023-08-25T08:25:42+01:00 ERRO client/internal/engine.go:236: failed configuring Wireguard interface [wt0]: received error "read: wguser: errno=-98" while configuring interface wt0 with port 51820
2023-08-25T08:25:42+01:00 DEBG client/internal/engine.go:1016: removing Netbird interface wt0
2023-08-25T08:25:42+01:00 DEBG iface/tun_windows.go:103: exit tunDevice.IpcHandle
2023-08-25T08:25:42+01:00 ERRO client/internal/connect.go:175: error while starting Netbird Connection Engine: received error "read: wguser: errno=-98" while configuring interface wt0 with port 51820
2023-08-25T08:25:44+01:00 DEBG client/internal/connect.go:99: conecting to the Management service api.wiretrustee.com:443
2023-08-25T08:25:44+01:00 DEBG client/internal/connect.go:107: connected to the Management service api.wiretrustee.com:443
2023-08-25T08:25:44+01:00 DEBG signal/client/grpc.go:91: connected to Signal Service: signal2.wiretrustee.com:443
2023-08-25T08:25:44+01:00 ERRO client/internal/routemanager/manager.go:41: server router is not supported: firewall not supported on this OS
2023/08/25 08:25:44 Using existing driver 0.14
2023/08/25 08:25:44 Creating adapter
Originally created by @rgl on GitHub (Aug 25, 2023). Original GitHub issue: https://github.com/netbirdio/netbird/issues/1107 **Describe the problem** For some reason that I would like help with, netbird in not starting on one of my machines. **To Reproduce** Steps to reproduce the behavior: 1. Just try to start netbird. **Expected behavior** Maybe it should have logged more detail about wguser: errno=-98? **NetBird status -d output:** ```console # netbird status -d Peers detail: Daemon version: CLI version: 0.22.7 Management: Disconnected Signal: Disconnected FQDN: NetBird IP: N/A Interface type: N/A Peers count: 0/0 Connected ``` ```console # netbird service stop Netbird service has been stopped # netbird up -F --log-level debug 2023-08-25T08:25:41+01:00 DEBG client/internal/login.go:93: connecting to the Management service https://api.wiretrustee.com:443 2023-08-25T08:25:41+01:00 DEBG client/internal/login.go:63: connected to the Management service https://api.wiretrustee.com:443 2023-08-25T08:25:41+01:00 DEBG client/internal/login.go:93: connecting to the Management service https://api.wiretrustee.com:443 2023-08-25T08:25:41+01:00 DEBG client/internal/login.go:63: connected to the Management service https://api.wiretrustee.com:443 2023-08-25T08:25:41+01:00 DEBG client/internal/connect.go:99: conecting to the Management service api.wiretrustee.com:443 2023-08-25T08:25:42+01:00 DEBG client/internal/connect.go:107: connected to the Management service api.wiretrustee.com:443 2023-08-25T08:25:42+01:00 DEBG signal/client/grpc.go:91: connected to Signal Service: signal2.wiretrustee.com:443 2023-08-25T08:25:42+01:00 ERRO client/internal/routemanager/manager.go:41: server router is not supported: firewall not supported on this OS 2023/08/25 08:25:42 Using existing driver 0.14 2023/08/25 08:25:42 Creating adapter 2023-08-25T08:25:42+01:00 DEBG iface/tun_windows.go:108: UAPI listener started 2023-08-25T08:25:42+01:00 DEBG iface/tun_windows.go:164: adding address 100.71.22.239 to interface: wt0 2023-08-25T08:25:42+01:00 DEBG iface/iface.go:54: configuring Wireguard interface wt0 2023-08-25T08:25:42+01:00 DEBG iface/wg_configurer_nonandroid.go:26: adding Wireguard private key 2023-08-25T08:25:42+01:00 DEBG iface/tun_windows.go:103: exit tunDevice.IpcHandle 2023-08-25T08:25:42+01:00 ERRO client/internal/engine.go:236: failed configuring Wireguard interface [wt0]: received error "read: wguser: errno=-98" while configuring interface wt0 with port 51820 2023-08-25T08:25:42+01:00 DEBG client/internal/engine.go:1016: removing Netbird interface wt0 2023-08-25T08:25:42+01:00 DEBG iface/tun_windows.go:103: exit tunDevice.IpcHandle 2023-08-25T08:25:42+01:00 ERRO client/internal/connect.go:175: error while starting Netbird Connection Engine: received error "read: wguser: errno=-98" while configuring interface wt0 with port 51820 2023-08-25T08:25:44+01:00 DEBG client/internal/connect.go:99: conecting to the Management service api.wiretrustee.com:443 2023-08-25T08:25:44+01:00 DEBG client/internal/connect.go:107: connected to the Management service api.wiretrustee.com:443 2023-08-25T08:25:44+01:00 DEBG signal/client/grpc.go:91: connected to Signal Service: signal2.wiretrustee.com:443 2023-08-25T08:25:44+01:00 ERRO client/internal/routemanager/manager.go:41: server router is not supported: firewall not supported on this OS 2023/08/25 08:25:44 Using existing driver 0.14 2023/08/25 08:25:44 Creating adapter ```
saavagebueno added the waiting-feedback label 2026-08-05 00:43:50 -04:00
Sign in to join this conversation.
No Label waiting-feedback
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#1756