-
-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install script doesn't provide a working enviroment - All clients fails intantly. #1907
Comments
I also tried to connect using android, It also fails with "invalid server address" but it the same https:// address that im using to login and setup peers - keys. TCP ports 80, 443, 33073 and 10000; and UDP ports: 3478, 49152-65535 are open. This is a curl on the server address:
dead end. |
Hello, @zzecool, the log with |
I just used the script on a fresh ubuntu vps nothing fancy. This is the only thing that is running on the vps : |
If this is a new install something may have failed. Can you get the logs with:
Then you can retry the installation again( the script will guide you) and see if that works, after that please share the logs of the failed install with us. |
Are you sure about the command ? This just exports : |
You need to run this from the same directory where you ran the script the first time. You should see a docker-compose.yml file there |
Well @mlsmaycon thank you very much. We got something now. It is full of Caddy errors about the api.domain.com *where domain my actuall domain So the problem is that the subdomain.domain used in the install script is not enough and you either have to manual DNS every subdomain ( User need to be informed about the subdomains that will be used ) or add a wildcard DNS for *.subdomain.domain |
Yeah, that's the expectation. The domain you set with NETBIRD_DOMAIN needs to point to the server. After the install is complete your peers would use this domain to connect with In case of docker you can set it with the environment variable With that said the bug with container is valid and will be fixed in the next release |
Nothing worked 1: I installed it from scratch 5 times, *.mydomain.com is forwared to the server. Every time removed everything containers volumes etc and files. This is the caddy config that gets created : Does it looks ok ? this is from inside Caddy Please tell me what links should caddy reply to ? So i can test from outside. Or you can spinup a vps and check it please. |
Hello @zzecool the only domain to be used with this setup is the one you provide to the script. When it fails it is usually a certificate problem or a new bug. Can you confirm if you can access the netbird dashboard? Also, can you share the logs for when you try to access via client? |
Yes i have access to the netbird dashboard The logs are shared on the first post. Its always the same. I tried on other distro It just fails with every client trying to join. For real it will be much faster if you just run the script and verify the behaviour on a random vps. That can't be only me. |
............. Impossible but possible. Problem is cloudflare, if you disable the proxy on the DNS it works, i dont know why.
|
The management and signal servers will be using grpc, so you would need to configure cloudflare to handle grpc and http2, but the coturn server will be using UDP with dynamic UDP ports for allocation which also gets affected by cloudflare's proxy |
Thank you very much, UDP is not supported in cloudflare. So there is no way i can think of. Lets hope this will help other mofos like me in the future. |
Describe the problem
A clear and concise description of what the problem is.
To Reproduce
Steps to reproduce the behavior:
Trying to deply docker client,
Container fails instantly and shuts down.
Logs are the following :
Expected behavior
To connect wit the server
Are you using NetBird Cloud?
No
NetBird version
I run the latest version using the install script i cant find any place where i can spot the version number.
NetBird status -d output:
If applicable, add the `netbird status -d' command output.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: