Viktor Liu

Results 119 comments of Viktor Liu

> Peer 2 - app with docker container I don't see netbird rules in the nft output. So netbird runs in the container? If that's the case then The VPN...

Have you tried setting the option, e.g. with docker ``` docker run --sysctl net.ipv4.conf.all.src_valid_mark=1 [...] ``` ?

We currently don't support wireguard in the windows kernel

You can populate the values in `%PROGRAMDATA%/Netbird/config.json` as an alternative, would that help?

The STUN packets you are seeing are the relayed VPN traffic. This is expected because your peer seems to connect to all other peers via the relay. You should investigate...

Currently, you could set a PSK on each peer. The mgmt server won't know about it and peers that don't have it set won't be able to connect to the...

Relates to https://github.com/netbirdio/dashboard/issues/412

@skillcoder I think the issue is about freebsd being the router, not client routes. Client routes should work and not be much different from `darwin`

For windows, can you test v0.46.0 please? For Android, can you test v0.1.0 (beta track), please?

@dark-vex your turn server is broken: > [turn:vpn.domain.tld:3478?transport=udp] is Unavailable, reason: allocate: attribute not found Those connections would probably be relayed if a direct connection isn't possible. I suggest setting...