Skip to content
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

Slow speed using ZeroTier #2375

Open
ilya-yarets opened this issue Sep 25, 2024 · 0 comments
Open

Slow speed using ZeroTier #2375

ilya-yarets opened this issue Sep 25, 2024 · 0 comments

Comments

@ilya-yarets
Copy link

Hey guys!

I’m having an issue with ZeroTier. My server, configured with the settings below, is experiencing very slow speeds when I’m uploading or downloading files. The server is located in Belarus, and I’m connecting from a client. When I use Cloudflare for similar tasks, I can reach speeds of up to 20 Mbps for both upload and download, but with ZeroTier, it’s significantly slower.

Here's what’s going on:

  • Expected behavior: I expected to achieve similar speeds (around 20 Mbps) as I do with Cloudflare.
  • What’s happening: ZeroTier’s speed is much slower than expected, making file transfers almost unusable.
  • Steps to reproduce: I connect to the server via ZeroTier from the client and attempt to upload or download files. Every time, the speed is very slow.
  • Relevant console output: No specific errors in the console; the connection seems stable but very slow.
  • Operating system and ZeroTier version:
    • Client OS: MacOS 14.3
    • Server OS: Running via Docker on Synology NAS (Docker image: zerotier/zerotier-synology:latest)
    • ZeroTier version: 1.14.0
    • ZeroTier client version: 1.12.2

Here is the server setup (Docker Compose):

version: "3.8"
services:
  zerotier:
    container_name: zerotier
    image: zerotier/zerotier-synology:latest
    cap_add:
      - NET_ADMIN
      - SYS_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    network_mode: "host"
    restart: unless-stopped

Any ideas on what could be causing this issue or how I can fix it? I’m happy to provide any more details if needed. Any help would be greatly appreciated!

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant