jiangslee
jiangslee
It maybe the same issue with me. MacOS crashed when I enabled the exit node route. plase check your macos crash log.Is there has a remoted service hang?
https://netbirdio.slack.com/archives/C02KHAE8VLZ/p1713350511151619
@asvataa I tested another `macbook air m1` and no crashes occurred. The official recommendation is to try reinstalling the system, but I don’t want to reinstall it. I have no...
@CafeBabe202 老哥,你试一下这个修改端口号的快速脚本。 https://github.com/netbirdio/netbird/pull/1410 https://raw.githubusercontent.com/jiangslee/netbird/main-custom-ports-ssl-certs/infrastructure_files/getting-started-with-zitadel.sh 操作步骤: 1. `mkdir certs` 2. 在certs目录放好与域名一致的证书文件,如`netbird.my-domain.com.pem`,`netbird.my-domain.com.key` ``` ~/docker-netbird# tree certs certs ├── netbird.my-domain.com.key └── netbird.my-domain.com.pem ``` 3. `export NETBIRD_DOMAIN=netbird.my-domain.com` 4. `bash getting-started-with-zitadel.sh` 5. 按提示输入好端口号(请提前进行域名解释和及安全组端口放行:你自定义的端口号,比如我上图的TCP:8088,8443; UDP ports:...
@Ten-Night 大概率是你的端口不可访问导致的问题,建议你排查一下域名解释及端口放行。 # 1、检查安全组端口放行 我这里是用`8088`替代`80`端口、`8443`替代`443`端口,UDP与原文档一致`3478`, `49152-65535`  > 如果你服务器装了宝塔,可能还要在宝塔-安全页面开放上述端口(主要是开启了Linux防火墙) # 2、一键`quickstart`脚本跑起来,按提示填写自定义端口安装`netbird` > 以下是改端口部署的最新脚本,建议使用。 ``` ~# cd /root/docker-netbird/ ~/docker-netbird# tree ./certs certs ├── netbird.my-domain.com.key └── netbird.my-domain.com.pem ~/docker-netbird# export NETBIRD_DOMAIN=netbird.yourdomain.com && bash
> > @CafeBabe202 老哥,你试一下这个修改端口号的快速脚本。 #1410 > > https://raw.githubusercontent.com/jiangslee/netbird/main-custom-ports-ssl-certs/infrastructure_files/getting-started-with-zitadel.sh > > 操作步骤: > > > > 1. `mkdir certs` > > 2. 在certs目录放好与域名一致的证书文件,如`netbird.my-domain.com.pem`,`netbird.my-domain.com.key` > > > > ``` > > ~/docker-netbird#...
有个Q群可以交流一下,群号:677407258
> Hello @nils1323, we are fixing an issue with IPv6 DNS addresses, can you confirm if your devices are using IPv6?  Hello @mlsmaycon , I have the same problem...
self host server: netbird-mgmt version 0.24.4 client: ios 0.0.1(40)/ mac 0.24.4 (on ios hostspot)
@let-lc @thefiredragon @DENightOne @nilshee Hey guys, see https://github.com/netbirdio/netbird/issues/1453#issuecomment-1887207508 add `external-ip=` to `turnserver.conf` and use `docker compose up -d --force-recreate coturn` It works for me, I think you can also try...