zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
14.3k stars 1.67k forks source link

Slow speed using ZeroTier #2375

Open ilya-yarets opened 5 days ago

ilya-yarets commented 5 days ago

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:

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!