Viktor Liu
Viktor Liu
Can you try if setting the env `NB_USE_LEGACY_ROUTING=true` or, one step further, `NB_DISABLE_CUSTOM_ROUTING=true` helps? The first one will fallback to using plain routes to implement the exit node feature, the...
Can you clarify which screenshot corresponds to which test attempt? You should add the variables one at a time, not together. The first screenshot hints at missing permissions, can you...
This is most likely superseded by changes in https://github.com/netbirdio/netbird/pull/1943, but needs tests
Have you looked into the `--dns-resolver-address` CLI flag or `NB_DNS_RESOLVER_ADDRESS` env var: https://docs.netbird.io/how-to/cli#up
``` [stun:stun.netbird.io:5555] is Unavailable, reason: dial: failed to listen: dial udp: lookup stun.netbird.io on 100.100.100.100:53: no such host [turns:turn.netbird.io:443?transport=tcp] is Unavailable, reason: dial: dial tcp: lookup turn.netbird.io on 100.100.100.100:53: no...
can you share the parameters of your API call?
Can you try changing the port with the `netbird up` command? https://docs.netbird.io/how-to/cli#up
Since you get a response, it's unlikely that's an issue with the route itself. Could you connect to the container and dump some traffic? ```sh docker exec -it xxx sh...
Please share your windows + patch version. It's very unusual that `route` is missing or not the in the `PATH` env var. Can you check if it exists in your...
Have you taken a look at this section https://docs.netbird.io/selfhosted/selfhosted-guide#configuration-for-your-reverse-proxy in the self-hosted guide?