Netbird client: "failed while getting Management Service public key" with netbird.io #2195

Closed
opened 2025-11-20 07:05:37 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @dot-file on GitHub (Aug 16, 2025).

Describe the problem

I try to connect my vps to my netbird network but it fails with this:

ERRO shared/management/client/grpc.go:277: failed while getting Management Service public key: rpc error: code = PermissionDenied desc = unexpected HTTP status code received from server: 403 (Forbidden); transport: received unexpected content-type "text/html; charset=UTF-8"

I don't self-host, I use netbird's service and other peers connect just fine. It's also worth mentioning my vps is located in the UK. I also tried installing the client both natively and with docker.

To Reproduce

Steps to reproduce the behavior:

  1. Register an account at netbird.io
  2. On client: netbird up -k <key> or even just netbird status

Expected behavior

Connect peer to the network

Are you using NetBird Cloud?

Yes, NetBird Cloud

NetBird version

0.54.2

Is any other VPN software installed?

No

Debug output

All the commands fail with the same error

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Have you tried these troubleshooting steps?

  • Reviewed client troubleshooting (if applicable)
  • Checked for newer NetBird versions
  • Searched for similar issues on GitHub (including closed ones)
  • Restarted the NetBird client
  • Disabled other VPN software
  • Checked firewall settings
Originally created by @dot-file on GitHub (Aug 16, 2025). **Describe the problem** I try to connect my vps to my netbird network but it fails with this: `ERRO shared/management/client/grpc.go:277: failed while getting Management Service public key: rpc error: code = PermissionDenied desc = unexpected HTTP status code received from server: 403 (Forbidden); transport: received unexpected content-type "text/html; charset=UTF-8"` I don't self-host, I use netbird's service and other peers connect just fine. It's also worth mentioning my vps is located in the UK. I also tried installing the client both natively and with docker. **To Reproduce** Steps to reproduce the behavior: 1. Register an account at netbird.io 2. On client: `netbird up -k <key>` or even just `netbird status` **Expected behavior** Connect peer to the network **Are you using NetBird Cloud?** Yes, NetBird Cloud **NetBird version** 0.54.2 **Is any other VPN software installed?** No **Debug output** All the commands fail with the same error **Screenshots** If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. **Have you tried these troubleshooting steps?** - [x] Reviewed [client troubleshooting](https://docs.netbird.io/how-to/troubleshooting-client) (if applicable) - [x] Checked for newer NetBird versions - [x] Searched for similar issues on GitHub (including closed ones) - [x] Restarted the NetBird client - [x] Disabled other VPN software - [x] Checked firewall settings
saavagebueno added the triage-needed label 2025-11-20 07:05:37 -05:00
Author
Owner

@icylian commented on GitHub (Sep 15, 2025):

Update: Problem solve when disable ipv6 in sysctl.conf.

Same problem here but only happen on one of my vps, try downgrade to 0.56.1 clean install system debian12/13 and ubuntu 24.04 additionally still get the same error. Debugging grpc log below.

2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] original dial target is: "api.netbird.io:443"
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel created
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]parsed dial target is: resolver.Target{URL:url.URL{Scheme:"passthrough", Opaque:"", User:(*url.Userinfo)(nil), Host:"", Path:"/api.netbird.io:443", RawPath:"", OmitHost:false, ForceQuery:false, RawQuery:"", Fragment:"", RawFragment:""}}
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel authority set to "api.netbird.io:443"
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Resolver state updated: {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "Addresses": [
2025-09-15T15:31:34Z INFO ./caller_not_available:0:     {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Addr": "api.netbird.io:443",
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "ServerName": "",
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Attributes": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "BalancerAttributes": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Metadata": null
2025-09-15T15:31:34Z INFO ./caller_not_available:0:     }
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   ],
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "Endpoints": [
2025-09-15T15:31:34Z INFO ./caller_not_available:0:     {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Addresses": [
2025-09-15T15:31:34Z INFO ./caller_not_available:0:         {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "Addr": "api.netbird.io:443",
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "ServerName": "",
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "Attributes": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "BalancerAttributes": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "Metadata": null
2025-09-15T15:31:34Z INFO ./caller_not_available:0:         }
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       ],
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Attributes": null
2025-09-15T15:31:34Z INFO ./caller_not_available:0:     }
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   ],
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "ServiceConfig": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "Attributes": null
2025-09-15T15:31:34Z INFO ./caller_not_available:0: } (resolver returned new addresses)
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel switches to new LB policy "pick_first"
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [pick-first-leaf-lb] [pick-first-leaf-lb 0xc0000a8630] Received new config {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "shuffleAddressList": false
2025-09-15T15:31:34Z INFO ./caller_not_available:0: }, resolver state {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "Addresses": [
2025-09-15T15:31:34Z INFO ./caller_not_available:0:     {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Addr": "api.netbird.io:443",
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "ServerName": "",
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Attributes": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "BalancerAttributes": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Metadata": null
2025-09-15T15:31:34Z INFO ./caller_not_available:0:     }
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   ],
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "Endpoints": [
2025-09-15T15:31:34Z INFO ./caller_not_available:0:     {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Addresses": [
2025-09-15T15:31:34Z INFO ./caller_not_available:0:         {
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "Addr": "api.netbird.io:443",
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "ServerName": "",
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "Attributes": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "BalancerAttributes": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:           "Metadata": null
2025-09-15T15:31:34Z INFO ./caller_not_available:0:         }
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       ],
2025-09-15T15:31:34Z INFO ./caller_not_available:0:       "Attributes": null
2025-09-15T15:31:34Z INFO ./caller_not_available:0:     }
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   ],
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "ServiceConfig": null,
2025-09-15T15:31:34Z INFO ./caller_not_available:0:   "Attributes": null
2025-09-15T15:31:34Z INFO ./caller_not_available:0: }
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel Connectivity change to CONNECTING
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel created
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel exiting idle mode
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel Connectivity change to CONNECTING
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel picks a new address "api.netbird.io:443" to connect
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel Connectivity change to READY
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [pick-first-leaf-lb] [pick-first-leaf-lb 0xc0000a8630] SubConn 0xc000a02780 reported connectivity state READY and the health listener is disabled. Transitioning SubConn to READY.
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel Connectivity change to READY
2025-09-15T15:31:34Z ERRO shared/management/client/grpc.go:277: failed while getting Management Service public key: rpc error: code = PermissionDenied desc = unexpected HTTP status code received from server: 403 (Forbidden); transport: received unexpected content-type "text/html; charset=UTF-8"
2025-09-15T15:31:34Z ERRO client/internal/login.go:111: failed while getting Management Service public key: failed while getting Management Service public key
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel Connectivity change to SHUTDOWN
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Closing the name resolver
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]ccBalancerWrapper: closing
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel Connectivity change to SHUTDOWN
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel deleted
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [transport] [client-transport 0xc000aa66c8] Closing: rpc error: code = Canceled desc = grpc: the client connection is closing
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [transport] [client-transport 0xc000aa66c8] loopyWriter exiting with error: rpc error: code = Canceled desc = grpc: the client connection is closing
2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel deleted
Error: foreground login failed: backoff cycle failed: failed while getting Management Service public key
@icylian commented on GitHub (Sep 15, 2025): Update: Problem solve when disable ipv6 in sysctl.conf. Same problem here but only happen on one of my vps, try downgrade to 0.56.1 clean install system debian12/13 and ubuntu 24.04 additionally still get the same error. Debugging grpc log below. ``` 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] original dial target is: "api.netbird.io:443" 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel created 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]parsed dial target is: resolver.Target{URL:url.URL{Scheme:"passthrough", Opaque:"", User:(*url.Userinfo)(nil), Host:"", Path:"/api.netbird.io:443", RawPath:"", OmitHost:false, ForceQuery:false, RawQuery:"", Fragment:"", RawFragment:""}} 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel authority set to "api.netbird.io:443" 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Resolver state updated: { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Addresses": [ 2025-09-15T15:31:34Z INFO ./caller_not_available:0: { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Addr": "api.netbird.io:443", 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "ServerName": "", 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Attributes": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "BalancerAttributes": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Metadata": null 2025-09-15T15:31:34Z INFO ./caller_not_available:0: } 2025-09-15T15:31:34Z INFO ./caller_not_available:0: ], 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Endpoints": [ 2025-09-15T15:31:34Z INFO ./caller_not_available:0: { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Addresses": [ 2025-09-15T15:31:34Z INFO ./caller_not_available:0: { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Addr": "api.netbird.io:443", 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "ServerName": "", 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Attributes": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "BalancerAttributes": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Metadata": null 2025-09-15T15:31:34Z INFO ./caller_not_available:0: } 2025-09-15T15:31:34Z INFO ./caller_not_available:0: ], 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Attributes": null 2025-09-15T15:31:34Z INFO ./caller_not_available:0: } 2025-09-15T15:31:34Z INFO ./caller_not_available:0: ], 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "ServiceConfig": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Attributes": null 2025-09-15T15:31:34Z INFO ./caller_not_available:0: } (resolver returned new addresses) 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel switches to new LB policy "pick_first" 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [pick-first-leaf-lb] [pick-first-leaf-lb 0xc0000a8630] Received new config { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "shuffleAddressList": false 2025-09-15T15:31:34Z INFO ./caller_not_available:0: }, resolver state { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Addresses": [ 2025-09-15T15:31:34Z INFO ./caller_not_available:0: { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Addr": "api.netbird.io:443", 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "ServerName": "", 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Attributes": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "BalancerAttributes": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Metadata": null 2025-09-15T15:31:34Z INFO ./caller_not_available:0: } 2025-09-15T15:31:34Z INFO ./caller_not_available:0: ], 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Endpoints": [ 2025-09-15T15:31:34Z INFO ./caller_not_available:0: { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Addresses": [ 2025-09-15T15:31:34Z INFO ./caller_not_available:0: { 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Addr": "api.netbird.io:443", 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "ServerName": "", 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Attributes": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "BalancerAttributes": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Metadata": null 2025-09-15T15:31:34Z INFO ./caller_not_available:0: } 2025-09-15T15:31:34Z INFO ./caller_not_available:0: ], 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Attributes": null 2025-09-15T15:31:34Z INFO ./caller_not_available:0: } 2025-09-15T15:31:34Z INFO ./caller_not_available:0: ], 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "ServiceConfig": null, 2025-09-15T15:31:34Z INFO ./caller_not_available:0: "Attributes": null 2025-09-15T15:31:34Z INFO ./caller_not_available:0: } 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel Connectivity change to CONNECTING 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel created 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel exiting idle mode 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel Connectivity change to CONNECTING 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel picks a new address "api.netbird.io:443" to connect 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel Connectivity change to READY 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [pick-first-leaf-lb] [pick-first-leaf-lb 0xc0000a8630] SubConn 0xc000a02780 reported connectivity state READY and the health listener is disabled. Transitioning SubConn to READY. 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel Connectivity change to READY 2025-09-15T15:31:34Z ERRO shared/management/client/grpc.go:277: failed while getting Management Service public key: rpc error: code = PermissionDenied desc = unexpected HTTP status code received from server: 403 (Forbidden); transport: received unexpected content-type "text/html; charset=UTF-8" 2025-09-15T15:31:34Z ERRO client/internal/login.go:111: failed while getting Management Service public key: failed while getting Management Service public key 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel Connectivity change to SHUTDOWN 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Closing the name resolver 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]ccBalancerWrapper: closing 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel Connectivity change to SHUTDOWN 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19 SubChannel #20]Subchannel deleted 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [transport] [client-transport 0xc000aa66c8] Closing: rpc error: code = Canceled desc = grpc: the client connection is closing 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [transport] [client-transport 0xc000aa66c8] loopyWriter exiting with error: rpc error: code = Canceled desc = grpc: the client connection is closing 2025-09-15T15:31:34Z INFO ./caller_not_available:0: 2025/09/15 15:31:34 INFO: [core] [Channel #19]Channel deleted Error: foreground login failed: backoff cycle failed: failed while getting Management Service public key ```
Author
Owner

@Spiritreader commented on GitHub (Sep 15, 2025):

I am experiencing the same, the last working client version is 0.56.0 for me.
Anything above that version produces this error.
I'm on selfhosted.

Going into the container and attempting to ping the services succeeds.
It is noteworthy that the server that runs the management and signal server does not have IPv6.
The relay one however does.

Interestingly though, the newer dockerized netbird versions seem to run the daemon. I can go into the container, do netbird down && netbird up which works, after that I am connected

It appears as if the netbird engine attempts to start without the network being ready, and because there's no health check I can't automatically restart the service

Error log:

2025-09-15T21:37:18.373483531Z 2025-09-15T21:37:18+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:96: registered new service process 'netbird service run', currently running: '7'
2025-09-15T21:37:18.374989836Z 2025-09-15T21:37:18+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:41: waiting for log line 'started daemon server' for 5 seconds...
2025-09-15T21:37:18.390900525Z 2025-09-15T21:37:18Z INFO client/cmd/service_controller.go:27: starting NetBird service
2025-09-15T21:37:18.391752583Z 2025-09-15T21:37:18Z INFO client/internal/profilemanager/service.go:227: active profile set to default for 
2025-09-15T21:37:18.391872301Z 2025-09-15T21:37:18Z DEBG client/internal/statemanager/manager.go:298: state file does not exist
2025-09-15T21:37:18.392314434Z 2025-09-15T21:37:18Z INFO client/internal/profilemanager/service.go:227: active profile set to default for 
2025-09-15T21:37:18.392576785Z 2025-09-15T21:37:18Z INFO client/internal/profilemanager/config.go:506: using default MTU 1280
2025-09-15T21:37:18.392796158Z 2025-09-15T21:37:18Z INFO client/cmd/service_controller.go:74: started daemon server: /var/run/netbird.sock
2025-09-15T21:37:18.393039753Z 2025-09-15T21:37:18Z INFO client/internal/connect.go:124: starting NetBird client version 0.57.1 on linux/amd64
2025-09-15T21:37:18.393149029Z 2025-09-15T21:37:18Z DEBG util/net/dialer_dial.go:52: Dialing udp 127.0.0.1:9
2025-09-15T21:37:18.393472487Z 2025-09-15T21:37:18Z INFO util/net/env_linux.go:70: system supports advanced routing
2025-09-15T21:37:18.394346091Z 2025-09-15T21:37:18Z DEBG client/internal/connect.go:180: connecting to the Management service vpn.example.com:443
2025-09-15T21:37:18.404006989Z 2025-09-15T21:37:18Z DEBG util/net/dialer_dial.go:52: Dialing tcp vpn.example.com:443
2025-09-15T21:37:18.472686043Z 2025-09-15T21:37:18Z DEBG client/internal/connect.go:188: connected to the Management service vpn.example.com:443
2025-09-15T21:37:18.838764921Z 2025-09-15T21:37:18Z DEBG util/net/dialer_dial.go:52: Dialing tcp vpn.example.com:443
2025-09-15T21:37:19.380786165Z 2025-09-15T21:37:19+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:41: waiting for log line 'peer has been successfully registered' for 1 seconds...
2025-09-15T21:37:20.382622047Z 2025-09-15T21:37:20+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:87: logging in...
2025-09-15T21:37:20.393880932Z 2025-09-15T21:37:20Z DEBG client/internal/statemanager/manager.go:298: state file does not exist
2025-09-15T21:37:20.393980370Z 2025-09-15T21:37:20Z INFO client/server/server.go:444: active profile: default for 
2025-09-15T21:37:20.394099495Z 2025-09-15T21:37:20Z DEBG client/internal/login.go:99: connecting to the Management service https://vpn.example.com:443
2025-09-15T21:37:20.394328803Z 2025-09-15T21:37:20Z DEBG util/net/dialer_dial.go:52: Dialing tcp vpn.example.com:443
2025-09-15T21:37:23.916724125Z 2025-09-15T21:37:23Z DEBG client/internal/login.go:65: connected to the Management service https://vpn.example.com:443
2025-09-15T21:37:23.919567596Z 2025-09-15T21:37:23Z DEBG shared/signal/client/grpc.go:74: connected to Signal Service: vpn.example.com:443
2025-09-15T21:37:23.919824430Z 2025-09-15T21:37:23Z INFO client/internal/connect.go:265: connecting to the Relay service(s): rels://relay.example.com
2025-09-15T21:37:23.919910334Z 2025-09-15T21:37:23Z DEBG shared/relay/client/manager.go:103: starting relay client manager with [rels://relay.example.com] relay servers
2025-09-15T21:37:23.919959177Z 2025-09-15T21:37:23Z DEBG shared/relay/client/picker.go:44: pick server from list: [rels://relay.example.com]
2025-09-15T21:37:23.920018771Z 2025-09-15T21:37:23Z INFO shared/relay/client/picker.go:71: try to connecting to relay server: rels://relay.example.com
2025-09-15T21:37:23.920110355Z 2025-09-15T21:37:23Z ERRO client/internal/connect.go:267: failed to connect to any relay server: context canceled
2025-09-15T21:37:23.920211672Z 2025-09-15T21:37:23Z INFO [relay: rels://relay.example.com] shared/relay/client/client.go:171: create new relay connection: local peerID: +1xqatNAIwe+s1AWQ4a929J1pxo8y/2fd34Mxqh25zg=, local peer hashedID: sha-dYhux2zVX10QisHrJZ4ZYXSs4be7T8UXEOpHh8nLOIs=
2025-09-15T21:37:23.920233433Z 2025-09-15T21:37:23Z INFO [relay: rels://relay.example.com] shared/relay/client/client.go:177: connecting to relay server
2025-09-15T21:37:23.920317951Z 2025-09-15T21:37:23Z INFO client/internal/engine.go:261: I am: PUBKEY
2025-09-15T21:37:23.920348557Z 2025-09-15T21:37:23Z INFO [relay: rels://relay.example.com] shared/relay/client/dialer/race_dialer.go:66: dialing Relay server via quic
2025-09-15T21:37:23.920366947Z 2025-09-15T21:37:23Z DEBG client/internal/engine.go:1791: Sync response persistence is set to true
2025-09-15T21:37:23.920425152Z 2025-09-15T21:37:23Z INFO [relay: rels://relay.example.com] shared/relay/client/dialer/race_dialer.go:66: dialing Relay server via WS
2025-09-15T21:37:23.920652856Z 2025-09-15T21:37:23Z DEBG util/net/dialer_dial.go:52: Dialing tcp relay.example.com:443
2025-09-15T21:37:23.933268854Z 2025-09-15T21:37:23Z DEBG client/iface/wgproxy/ebpf/proxy.go:49: instantiate ebpf proxy
2025-09-15T21:37:23.933308774Z 2025-09-15T21:37:23Z DEBG client/internal/ebpf/ebpf/wg_proxy_linux.go:11: load ebpf WG proxy
2025-09-15T21:37:23.952228024Z 2025-09-15T21:37:23Z INFO client/iface/wgproxy/ebpf/proxy.go:94: local wg proxy listening on: 3128
2025-09-15T21:37:23.952257793Z 2025-09-15T21:37:23Z INFO client/iface/wgproxy/factory_kernel.go:31: WireGuard Proxy Factory will produce eBPF proxy
2025-09-15T21:37:23.952442330Z 2025-09-15T21:37:23Z DEBG client/internal/dns/service_listener.go:112: registering dns handler for pattern: .
2025-09-15T21:37:23.952569443Z 2025-09-15T21:37:23Z WARN client/internal/engine.go:680: failed to populate DNS cache with management URL: add domain: resolve domain vpn.example.com: lookup vpn.example.com: operation was canceled
2025-09-15T21:37:23.952641990Z 2025-09-15T21:37:23Z WARN client/internal/dns/mgmt/mgmt.go:323: failed to add/update domain=vpn.example.com: resolve domain vpn.example.com: lookup vpn.example.com: operation was canceled
2025-09-15T21:37:23.952671403Z 2025-09-15T21:37:23Z WARN client/internal/dns/mgmt/mgmt.go:323: failed to add/update domain=relay.example.com: resolve domain relay.example.com: lookup relay.example.com: operation was canceled
2025-09-15T21:37:23.952679403Z 2025-09-15T21:37:23Z WARN client/internal/dns/mgmt/mgmt.go:323: failed to add/update domain=turn.vpn.example.com: resolve domain turn.vpn.example.com: lookup turn.vpn.example.com: operation was canceled
2025-09-15T21:37:23.952697430Z 2025-09-15T21:37:23Z WARN client/internal/dns/mgmt/mgmt.go:323: failed to add/update domain=turn.vpn.example.com: resolve domain turn.vpn.example.com: lookup turn.vpn.example.com: operation was canceled
2025-09-15T21:37:23.952795822Z 2025-09-15T21:37:23Z DEBG client/internal/statemanager/manager.go:298: state file does not exist
2025-09-15T21:37:24.101976335Z 2025-09-15T21:37:24Z DEBG client/internal/statemanager/manager.go:298: state file does not exist
2025-09-15T21:37:24.102030130Z 2025-09-15T21:37:24Z INFO client/server/server.go:664: active profile: default for 
2025-09-15T21:37:28.973949074Z 2025-09-15T21:37:28Z INFO [relay: rels://relay.example.com] shared/relay/client/dialer/race_dialer.go:91: successfully dialed via: WS
2025-09-15T21:37:28.974100192Z 2025-09-15T21:37:28Z INFO [relay: rels://relay.example.com] shared/relay/client/dialer/race_dialer.go:77: connection attempt aborted via: quic
2025-09-15T21:37:28.974150722Z 2025-09-15T21:37:28Z ERRO [relay: rels://relay.example.com] shared/relay/client/client.go:342: failed to read auth response: read operation timed out
2025-09-15T21:37:38.972828995Z 2025-09-15T21:37:38Z DEBG client/internal/routemanager/sysctl/sysctl_linux.go:92: Set sysctl net.ipv4.conf.all.src_valid_mark from 0 to 1
2025-09-15T21:37:38.975387858Z 2025-09-15T21:37:38Z INFO client/internal/routemanager/manager.go:226: Routing setup complete
2025-09-15T21:37:38.975483751Z 2025-09-15T21:37:38Z DEBG client/iface/device/wg_link_linux.go:65: adding device: wt0
2025-09-15T21:37:38.976303295Z 2025-09-15T21:37:38Z DEBG client/iface/device/wg_link_linux.go:115: adding address 100.64.225.216/16 to interface: wt0
2025-09-15T21:37:38.976802798Z 2025-09-15T21:37:38Z DEBG client/iface/device/device_kernel_unix.go:67: setting MTU: 1280 interface: wt0
2025-09-15T21:37:38.976998785Z 2025-09-15T21:37:38Z DEBG client/iface/configurer/kernel_unix.go:31: adding Wireguard private key
2025-09-15T21:37:38.998608223Z 2025-09-15T21:37:38Z INFO client/firewall/create_linux.go:73: creating an nftables firewall manager
2025-09-15T21:37:39.003061543Z 2025-09-15T21:37:39Z DEBG client/firewall/nftables/router_linux.go:874: added iptables rule: [-i wt0 -j ACCEPT]
2025-09-15T21:37:39.003955250Z 2025-09-15T21:37:39Z DEBG client/firewall/nftables/router_linux.go:874: added iptables rule: [-o wt0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT]
2025-09-15T21:37:39.003979941Z 2025-09-15T21:37:39Z DEBG client/firewall/nftables/router_linux.go:852: Used iptables to add accept forward rules
2025-09-15T21:37:39.004690819Z 2025-09-15T21:37:39Z DEBG client/iface/device/device_kernel_unix.go:91: bringing up interface: wt0
2025-09-15T21:37:39.005136415Z 2025-09-15T21:37:39Z DEBG client/internal/statemanager/manager.go:286: persisted states: [nftables_state], took 193.673µs
2025-09-15T21:37:39.014820320Z 2025-09-15T21:37:39Z DEBG client/iface/device/device_kernel_unix.go:121: device is ready to use: wt0
2025-09-15T21:37:39.014873088Z 2025-09-15T21:37:39Z INFO client/internal/dns/host_unix.go:54: System DNS manager discovered: file
2025-09-15T21:37:39.014922529Z 2025-09-15T21:37:39Z INFO client/internal/conn_mgr.go:62: lazy connection manager is disabled
2025-09-15T21:37:39.014968358Z 2025-09-15T21:37:39Z INFO client/internal/engine.go:962: connecting to Management Service updates stream
2025-09-15T21:37:39.014988922Z 2025-09-15T21:37:39Z INFO client/internal/engine.go:1732: Network monitor is disabled, not starting
2025-09-15T21:37:39.015011646Z 2025-09-15T21:37:39Z INFO client/internal/connect.go:283: Netbird engine started, the IP is: 100.64.225.216/16
2025-09-15T21:37:39.015030874Z 2025-09-15T21:37:39Z INFO client/internal/connect.go:294: ensuring wt0 is removed, Netbird engine context cancelled
2025-09-15T21:37:39.015060600Z 2025-09-15T21:37:39Z DEBG shared/signal/client/grpc.go:138: signal connection state READY
2025-09-15T21:37:39.015096903Z 2025-09-15T21:37:39Z DEBG client/system/info.go:176: gathering system information with checks: 0
2025-09-15T21:37:39.015131189Z 2025-09-15T21:37:39Z DEBG client/system/info.go:186: gathering process check information completed
2025-09-15T21:37:39.015146773Z 2025-09-15T21:37:39Z WARN shared/signal/client/grpc.go:153: disconnected from the Signal Exchange due to an error: rpc error: code = Canceled desc = context canceled
2025-09-15T21:37:39.015165851Z 2025-09-15T21:37:39Z ERRO shared/signal/client/grpc.go:185: exiting the Signal service connection retry loop due to the unrecoverable error: context canceled
2025-09-15T21:37:39.015189187Z Connected
2025-09-15T21:37:39.015223172Z 2025-09-15T21:37:39Z INFO client/internal/engine.go:282: Network monitor: stopped
2025-09-15T21:37:39.015318899Z 2025-09-15T21:37:39Z ERRO client/internal/dns/server.go:346: failed to restore host DNS settings: restoring /etc/resolv.conf from /etc/resolv.conf.original.netbird: checking stats for /etc/resolv.conf.original.netbird file when copying it. Error: stat /etc/resolv.conf.original.netbird: no such file or directory
2025-09-15T21:37:39.017640818Z 2025-09-15T21:37:39Z DEBG client/internal/routemanager/sysctl/sysctl_linux.go:92: Set sysctl net.ipv4.conf.all.src_valid_mark from 1 to 0
2025-09-15T21:37:39.018527398Z 2025-09-15T21:37:39Z INFO client/internal/routemanager/manager.go:291: Routing cleanup complete
2025-09-15T21:37:39.018536108Z 2025-09-15T21:37:39Z DEBG client/internal/engine.go:644: removing all peer connections
2025-09-15T21:37:39.026001743Z 2025-09-15T21:37:39Z DEBG client/system/info.go:191: all system information gathered successfully
2025-09-15T21:37:39.026026908Z 2025-09-15T21:37:39Z DEBG shared/management/client/grpc.go:115: management connection state READY
2025-09-15T21:37:39.026078237Z 2025-09-15T21:37:39Z ERRO shared/management/client/grpc.go:277: failed while getting Management Service public key: rpc error: code = Canceled desc = context canceled
2025-09-15T21:37:39.026081301Z 2025-09-15T21:37:39Z DEBG shared/management/client/grpc.go:127: failed getting Management Service public key: failed while getting Management Service public key
2025-09-15T21:37:39.026098643Z 2025-09-15T21:37:39Z WARN shared/management/client/grpc.go:136: exiting the Management service connection retry loop due to the unrecoverable error: context canceled
2025-09-15T21:37:39.518711182Z 2025-09-15T21:37:39Z DEBG client/internal/engine.go:1466: removing Netbird interface wt0
2025-09-15T21:37:39.518731575Z 2025-09-15T21:37:39Z DEBG client/iface/wgproxy/ebpf/proxy.go:116: free up ebpf wg proxy
2025-09-15T21:37:39.518792531Z 2025-09-15T21:37:39Z DEBG client/internal/ebpf/ebpf/wg_proxy_linux.go:39: free ebpf WG proxy
2025-09-15T21:37:39.518798858Z 2025-09-15T21:37:39Z DEBG client/internal/ebpf/ebpf/manager_linux.go:107: detach ebpf program 
2025-09-15T21:37:39.599428345Z 2025-09-15T21:37:39Z ERRO client/iface/udpmux/universal.go:98: error while reading packet: shared socked stopped
2025-09-15T21:37:39.599442921Z 2025-09-15T21:37:39Z DEBG client/iface/udpmux/universal.go:93: stopped reading from the UDPConn due to finished context
2025-09-15T21:37:39.600855315Z 2025-09-15T21:37:39Z INFO client/iface/iface.go:287: interface wt0 has been removed
2025-09-15T21:37:39.649296132Z 2025-09-15T21:37:39Z INFO client/internal/engine.go:332: stopped Netbird Engine
2025-09-15T21:37:39.649467463Z 2025-09-15T21:37:39Z DEBG client/internal/statemanager/manager.go:286: persisted states: [nftables_state], took 138.481µs
2025-09-15T21:37:39.649490993Z 2025-09-15T21:37:39Z INFO client/internal/connect.go:305: stopped NetBird client
@Spiritreader commented on GitHub (Sep 15, 2025): I am experiencing the same, the last working client version is 0.56.0 for me. Anything above that version produces this error. I'm on selfhosted. Going into the container and attempting to ping the services succeeds. It is noteworthy that the server that runs the management and signal server does not have IPv6. The relay one however does. Interestingly though, the newer dockerized netbird versions seem to run the daemon. I *can* go into the container, do `netbird down && netbird up` which works, after that I am connected It appears as if the netbird engine attempts to start without the network being ready, and because there's no health check I can't automatically restart the service Error log: ``` 2025-09-15T21:37:18.373483531Z 2025-09-15T21:37:18+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:96: registered new service process 'netbird service run', currently running: '7' 2025-09-15T21:37:18.374989836Z 2025-09-15T21:37:18+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:41: waiting for log line 'started daemon server' for 5 seconds... 2025-09-15T21:37:18.390900525Z 2025-09-15T21:37:18Z INFO client/cmd/service_controller.go:27: starting NetBird service 2025-09-15T21:37:18.391752583Z 2025-09-15T21:37:18Z INFO client/internal/profilemanager/service.go:227: active profile set to default for 2025-09-15T21:37:18.391872301Z 2025-09-15T21:37:18Z DEBG client/internal/statemanager/manager.go:298: state file does not exist 2025-09-15T21:37:18.392314434Z 2025-09-15T21:37:18Z INFO client/internal/profilemanager/service.go:227: active profile set to default for 2025-09-15T21:37:18.392576785Z 2025-09-15T21:37:18Z INFO client/internal/profilemanager/config.go:506: using default MTU 1280 2025-09-15T21:37:18.392796158Z 2025-09-15T21:37:18Z INFO client/cmd/service_controller.go:74: started daemon server: /var/run/netbird.sock 2025-09-15T21:37:18.393039753Z 2025-09-15T21:37:18Z INFO client/internal/connect.go:124: starting NetBird client version 0.57.1 on linux/amd64 2025-09-15T21:37:18.393149029Z 2025-09-15T21:37:18Z DEBG util/net/dialer_dial.go:52: Dialing udp 127.0.0.1:9 2025-09-15T21:37:18.393472487Z 2025-09-15T21:37:18Z INFO util/net/env_linux.go:70: system supports advanced routing 2025-09-15T21:37:18.394346091Z 2025-09-15T21:37:18Z DEBG client/internal/connect.go:180: connecting to the Management service vpn.example.com:443 2025-09-15T21:37:18.404006989Z 2025-09-15T21:37:18Z DEBG util/net/dialer_dial.go:52: Dialing tcp vpn.example.com:443 2025-09-15T21:37:18.472686043Z 2025-09-15T21:37:18Z DEBG client/internal/connect.go:188: connected to the Management service vpn.example.com:443 2025-09-15T21:37:18.838764921Z 2025-09-15T21:37:18Z DEBG util/net/dialer_dial.go:52: Dialing tcp vpn.example.com:443 2025-09-15T21:37:19.380786165Z 2025-09-15T21:37:19+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:41: waiting for log line 'peer has been successfully registered' for 1 seconds... 2025-09-15T21:37:20.382622047Z 2025-09-15T21:37:20+00:00 INFO /usr/local/bin/netbird-entrypoint.sh:87: logging in... 2025-09-15T21:37:20.393880932Z 2025-09-15T21:37:20Z DEBG client/internal/statemanager/manager.go:298: state file does not exist 2025-09-15T21:37:20.393980370Z 2025-09-15T21:37:20Z INFO client/server/server.go:444: active profile: default for 2025-09-15T21:37:20.394099495Z 2025-09-15T21:37:20Z DEBG client/internal/login.go:99: connecting to the Management service https://vpn.example.com:443 2025-09-15T21:37:20.394328803Z 2025-09-15T21:37:20Z DEBG util/net/dialer_dial.go:52: Dialing tcp vpn.example.com:443 2025-09-15T21:37:23.916724125Z 2025-09-15T21:37:23Z DEBG client/internal/login.go:65: connected to the Management service https://vpn.example.com:443 2025-09-15T21:37:23.919567596Z 2025-09-15T21:37:23Z DEBG shared/signal/client/grpc.go:74: connected to Signal Service: vpn.example.com:443 2025-09-15T21:37:23.919824430Z 2025-09-15T21:37:23Z INFO client/internal/connect.go:265: connecting to the Relay service(s): rels://relay.example.com 2025-09-15T21:37:23.919910334Z 2025-09-15T21:37:23Z DEBG shared/relay/client/manager.go:103: starting relay client manager with [rels://relay.example.com] relay servers 2025-09-15T21:37:23.919959177Z 2025-09-15T21:37:23Z DEBG shared/relay/client/picker.go:44: pick server from list: [rels://relay.example.com] 2025-09-15T21:37:23.920018771Z 2025-09-15T21:37:23Z INFO shared/relay/client/picker.go:71: try to connecting to relay server: rels://relay.example.com 2025-09-15T21:37:23.920110355Z 2025-09-15T21:37:23Z ERRO client/internal/connect.go:267: failed to connect to any relay server: context canceled 2025-09-15T21:37:23.920211672Z 2025-09-15T21:37:23Z INFO [relay: rels://relay.example.com] shared/relay/client/client.go:171: create new relay connection: local peerID: +1xqatNAIwe+s1AWQ4a929J1pxo8y/2fd34Mxqh25zg=, local peer hashedID: sha-dYhux2zVX10QisHrJZ4ZYXSs4be7T8UXEOpHh8nLOIs= 2025-09-15T21:37:23.920233433Z 2025-09-15T21:37:23Z INFO [relay: rels://relay.example.com] shared/relay/client/client.go:177: connecting to relay server 2025-09-15T21:37:23.920317951Z 2025-09-15T21:37:23Z INFO client/internal/engine.go:261: I am: PUBKEY 2025-09-15T21:37:23.920348557Z 2025-09-15T21:37:23Z INFO [relay: rels://relay.example.com] shared/relay/client/dialer/race_dialer.go:66: dialing Relay server via quic 2025-09-15T21:37:23.920366947Z 2025-09-15T21:37:23Z DEBG client/internal/engine.go:1791: Sync response persistence is set to true 2025-09-15T21:37:23.920425152Z 2025-09-15T21:37:23Z INFO [relay: rels://relay.example.com] shared/relay/client/dialer/race_dialer.go:66: dialing Relay server via WS 2025-09-15T21:37:23.920652856Z 2025-09-15T21:37:23Z DEBG util/net/dialer_dial.go:52: Dialing tcp relay.example.com:443 2025-09-15T21:37:23.933268854Z 2025-09-15T21:37:23Z DEBG client/iface/wgproxy/ebpf/proxy.go:49: instantiate ebpf proxy 2025-09-15T21:37:23.933308774Z 2025-09-15T21:37:23Z DEBG client/internal/ebpf/ebpf/wg_proxy_linux.go:11: load ebpf WG proxy 2025-09-15T21:37:23.952228024Z 2025-09-15T21:37:23Z INFO client/iface/wgproxy/ebpf/proxy.go:94: local wg proxy listening on: 3128 2025-09-15T21:37:23.952257793Z 2025-09-15T21:37:23Z INFO client/iface/wgproxy/factory_kernel.go:31: WireGuard Proxy Factory will produce eBPF proxy 2025-09-15T21:37:23.952442330Z 2025-09-15T21:37:23Z DEBG client/internal/dns/service_listener.go:112: registering dns handler for pattern: . 2025-09-15T21:37:23.952569443Z 2025-09-15T21:37:23Z WARN client/internal/engine.go:680: failed to populate DNS cache with management URL: add domain: resolve domain vpn.example.com: lookup vpn.example.com: operation was canceled 2025-09-15T21:37:23.952641990Z 2025-09-15T21:37:23Z WARN client/internal/dns/mgmt/mgmt.go:323: failed to add/update domain=vpn.example.com: resolve domain vpn.example.com: lookup vpn.example.com: operation was canceled 2025-09-15T21:37:23.952671403Z 2025-09-15T21:37:23Z WARN client/internal/dns/mgmt/mgmt.go:323: failed to add/update domain=relay.example.com: resolve domain relay.example.com: lookup relay.example.com: operation was canceled 2025-09-15T21:37:23.952679403Z 2025-09-15T21:37:23Z WARN client/internal/dns/mgmt/mgmt.go:323: failed to add/update domain=turn.vpn.example.com: resolve domain turn.vpn.example.com: lookup turn.vpn.example.com: operation was canceled 2025-09-15T21:37:23.952697430Z 2025-09-15T21:37:23Z WARN client/internal/dns/mgmt/mgmt.go:323: failed to add/update domain=turn.vpn.example.com: resolve domain turn.vpn.example.com: lookup turn.vpn.example.com: operation was canceled 2025-09-15T21:37:23.952795822Z 2025-09-15T21:37:23Z DEBG client/internal/statemanager/manager.go:298: state file does not exist 2025-09-15T21:37:24.101976335Z 2025-09-15T21:37:24Z DEBG client/internal/statemanager/manager.go:298: state file does not exist 2025-09-15T21:37:24.102030130Z 2025-09-15T21:37:24Z INFO client/server/server.go:664: active profile: default for 2025-09-15T21:37:28.973949074Z 2025-09-15T21:37:28Z INFO [relay: rels://relay.example.com] shared/relay/client/dialer/race_dialer.go:91: successfully dialed via: WS 2025-09-15T21:37:28.974100192Z 2025-09-15T21:37:28Z INFO [relay: rels://relay.example.com] shared/relay/client/dialer/race_dialer.go:77: connection attempt aborted via: quic 2025-09-15T21:37:28.974150722Z 2025-09-15T21:37:28Z ERRO [relay: rels://relay.example.com] shared/relay/client/client.go:342: failed to read auth response: read operation timed out 2025-09-15T21:37:38.972828995Z 2025-09-15T21:37:38Z DEBG client/internal/routemanager/sysctl/sysctl_linux.go:92: Set sysctl net.ipv4.conf.all.src_valid_mark from 0 to 1 2025-09-15T21:37:38.975387858Z 2025-09-15T21:37:38Z INFO client/internal/routemanager/manager.go:226: Routing setup complete 2025-09-15T21:37:38.975483751Z 2025-09-15T21:37:38Z DEBG client/iface/device/wg_link_linux.go:65: adding device: wt0 2025-09-15T21:37:38.976303295Z 2025-09-15T21:37:38Z DEBG client/iface/device/wg_link_linux.go:115: adding address 100.64.225.216/16 to interface: wt0 2025-09-15T21:37:38.976802798Z 2025-09-15T21:37:38Z DEBG client/iface/device/device_kernel_unix.go:67: setting MTU: 1280 interface: wt0 2025-09-15T21:37:38.976998785Z 2025-09-15T21:37:38Z DEBG client/iface/configurer/kernel_unix.go:31: adding Wireguard private key 2025-09-15T21:37:38.998608223Z 2025-09-15T21:37:38Z INFO client/firewall/create_linux.go:73: creating an nftables firewall manager 2025-09-15T21:37:39.003061543Z 2025-09-15T21:37:39Z DEBG client/firewall/nftables/router_linux.go:874: added iptables rule: [-i wt0 -j ACCEPT] 2025-09-15T21:37:39.003955250Z 2025-09-15T21:37:39Z DEBG client/firewall/nftables/router_linux.go:874: added iptables rule: [-o wt0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT] 2025-09-15T21:37:39.003979941Z 2025-09-15T21:37:39Z DEBG client/firewall/nftables/router_linux.go:852: Used iptables to add accept forward rules 2025-09-15T21:37:39.004690819Z 2025-09-15T21:37:39Z DEBG client/iface/device/device_kernel_unix.go:91: bringing up interface: wt0 2025-09-15T21:37:39.005136415Z 2025-09-15T21:37:39Z DEBG client/internal/statemanager/manager.go:286: persisted states: [nftables_state], took 193.673µs 2025-09-15T21:37:39.014820320Z 2025-09-15T21:37:39Z DEBG client/iface/device/device_kernel_unix.go:121: device is ready to use: wt0 2025-09-15T21:37:39.014873088Z 2025-09-15T21:37:39Z INFO client/internal/dns/host_unix.go:54: System DNS manager discovered: file 2025-09-15T21:37:39.014922529Z 2025-09-15T21:37:39Z INFO client/internal/conn_mgr.go:62: lazy connection manager is disabled 2025-09-15T21:37:39.014968358Z 2025-09-15T21:37:39Z INFO client/internal/engine.go:962: connecting to Management Service updates stream 2025-09-15T21:37:39.014988922Z 2025-09-15T21:37:39Z INFO client/internal/engine.go:1732: Network monitor is disabled, not starting 2025-09-15T21:37:39.015011646Z 2025-09-15T21:37:39Z INFO client/internal/connect.go:283: Netbird engine started, the IP is: 100.64.225.216/16 2025-09-15T21:37:39.015030874Z 2025-09-15T21:37:39Z INFO client/internal/connect.go:294: ensuring wt0 is removed, Netbird engine context cancelled 2025-09-15T21:37:39.015060600Z 2025-09-15T21:37:39Z DEBG shared/signal/client/grpc.go:138: signal connection state READY 2025-09-15T21:37:39.015096903Z 2025-09-15T21:37:39Z DEBG client/system/info.go:176: gathering system information with checks: 0 2025-09-15T21:37:39.015131189Z 2025-09-15T21:37:39Z DEBG client/system/info.go:186: gathering process check information completed 2025-09-15T21:37:39.015146773Z 2025-09-15T21:37:39Z WARN shared/signal/client/grpc.go:153: disconnected from the Signal Exchange due to an error: rpc error: code = Canceled desc = context canceled 2025-09-15T21:37:39.015165851Z 2025-09-15T21:37:39Z ERRO shared/signal/client/grpc.go:185: exiting the Signal service connection retry loop due to the unrecoverable error: context canceled 2025-09-15T21:37:39.015189187Z Connected 2025-09-15T21:37:39.015223172Z 2025-09-15T21:37:39Z INFO client/internal/engine.go:282: Network monitor: stopped 2025-09-15T21:37:39.015318899Z 2025-09-15T21:37:39Z ERRO client/internal/dns/server.go:346: failed to restore host DNS settings: restoring /etc/resolv.conf from /etc/resolv.conf.original.netbird: checking stats for /etc/resolv.conf.original.netbird file when copying it. Error: stat /etc/resolv.conf.original.netbird: no such file or directory 2025-09-15T21:37:39.017640818Z 2025-09-15T21:37:39Z DEBG client/internal/routemanager/sysctl/sysctl_linux.go:92: Set sysctl net.ipv4.conf.all.src_valid_mark from 1 to 0 2025-09-15T21:37:39.018527398Z 2025-09-15T21:37:39Z INFO client/internal/routemanager/manager.go:291: Routing cleanup complete 2025-09-15T21:37:39.018536108Z 2025-09-15T21:37:39Z DEBG client/internal/engine.go:644: removing all peer connections 2025-09-15T21:37:39.026001743Z 2025-09-15T21:37:39Z DEBG client/system/info.go:191: all system information gathered successfully 2025-09-15T21:37:39.026026908Z 2025-09-15T21:37:39Z DEBG shared/management/client/grpc.go:115: management connection state READY 2025-09-15T21:37:39.026078237Z 2025-09-15T21:37:39Z ERRO shared/management/client/grpc.go:277: failed while getting Management Service public key: rpc error: code = Canceled desc = context canceled 2025-09-15T21:37:39.026081301Z 2025-09-15T21:37:39Z DEBG shared/management/client/grpc.go:127: failed getting Management Service public key: failed while getting Management Service public key 2025-09-15T21:37:39.026098643Z 2025-09-15T21:37:39Z WARN shared/management/client/grpc.go:136: exiting the Management service connection retry loop due to the unrecoverable error: context canceled 2025-09-15T21:37:39.518711182Z 2025-09-15T21:37:39Z DEBG client/internal/engine.go:1466: removing Netbird interface wt0 2025-09-15T21:37:39.518731575Z 2025-09-15T21:37:39Z DEBG client/iface/wgproxy/ebpf/proxy.go:116: free up ebpf wg proxy 2025-09-15T21:37:39.518792531Z 2025-09-15T21:37:39Z DEBG client/internal/ebpf/ebpf/wg_proxy_linux.go:39: free ebpf WG proxy 2025-09-15T21:37:39.518798858Z 2025-09-15T21:37:39Z DEBG client/internal/ebpf/ebpf/manager_linux.go:107: detach ebpf program 2025-09-15T21:37:39.599428345Z 2025-09-15T21:37:39Z ERRO client/iface/udpmux/universal.go:98: error while reading packet: shared socked stopped 2025-09-15T21:37:39.599442921Z 2025-09-15T21:37:39Z DEBG client/iface/udpmux/universal.go:93: stopped reading from the UDPConn due to finished context 2025-09-15T21:37:39.600855315Z 2025-09-15T21:37:39Z INFO client/iface/iface.go:287: interface wt0 has been removed 2025-09-15T21:37:39.649296132Z 2025-09-15T21:37:39Z INFO client/internal/engine.go:332: stopped Netbird Engine 2025-09-15T21:37:39.649467463Z 2025-09-15T21:37:39Z DEBG client/internal/statemanager/manager.go:286: persisted states: [nftables_state], took 138.481µs 2025-09-15T21:37:39.649490993Z 2025-09-15T21:37:39Z INFO client/internal/connect.go:305: stopped NetBird client ```
Author
Owner

@lixmal commented on GitHub (Sep 16, 2025):

@dot-file @icylian It appears Google blacklisted your IP(s), hence the 403 forbidden response. Please reach out to Google the clear this up.

@Spiritreader yours is something else, please open a new github issue

@lixmal commented on GitHub (Sep 16, 2025): @dot-file @icylian It appears Google blacklisted your IP(s), hence the 403 forbidden response. Please reach out to Google the clear this up. @Spiritreader yours is something else, please open a new github issue
Author
Owner

@dot-file commented on GitHub (Sep 16, 2025):

@lixmal thank you! Now I see why that happens: I use that server as a vpn a lot and that was probably the reason for the ban.

@dot-file commented on GitHub (Sep 16, 2025): @lixmal thank you! Now I see why that happens: I use that server as a vpn a lot and that was probably the reason for the ban.
Author
Owner

@MrAndrewMal commented on GitHub (Nov 7, 2025):

I have same problem

@MrAndrewMal commented on GitHub (Nov 7, 2025): I have same problem
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2195