Questions tagged [zerotier]

20 questions
5
votes
2 answers

Zerotier cli command giving error "missing port and zerotier-one.port not found" in ubuntu

I downloaded zero tier from their website using the following command: curl -s https://install.zerotier.com | sudo bash Whenever I try to use the zerotier cli it's giving the following error: "zerotier-cli: missing port and zerotier-one.port not…
Tahlil
  • 1,031
  • 1
  • 14
  • 26
3
votes
0 answers

ZeroTier and Heroku Dynos

I would like to connect Heroku dynos to external compute and storage resources (i.e. on-prem, multi-cloud, etc.) Heroku Private and Shield have VPC peering with AWS, but introduces additional overhead. Does ZeroTier work with Heroku dynos? If so,…
bitnovus
  • 31
  • 3
2
votes
1 answer

how to use zerotier in socket programming?

I am trying to create a file sharing application in which socket programming is done through c language and GUI is done using java. I am connecting c and java using JNI(java native interface). Now to install this appication in different systems and…
Amia
  • 21
  • 1
2
votes
1 answer

ZeroTier One Mac change IP

I need your help. I have had to install the ZeroTier One client to be all together in one serv. But also the idea is to change our IP from ZeroTier to work more comfortably from home. From Windows it is quite easy because you go to system resources…
2
votes
0 answers

Is it possible to install zerotier-one inside a Docker container and deploy it to heroku?

I have an app that I have successfully deployed to Heroku. however, the app requires a connection to the user (me) and I'm behind a firewall. so I thought I will install Zerotier VPN alongside my app and use that to do the communication. the problem…
user22341
  • 83
  • 1
  • 7
2
votes
1 answer

Zerotier - PORT_ERROR on MacOS

I am connected to the network, but I can't get an IP address because of the PORT_ERROR: $ zerotier-cli join f00ba7abcdf00ba7 200 join OK $ sudo zerotier-cli status 200 info abcd123123 1.2.12 ONLINE $ zerotier-cli listnetworks 200 listnetworks…
Max Malysh
  • 29,384
  • 19
  • 111
  • 115
1
vote
0 answers

How to add ALLOW_UNSUPPORTED_SYSTEM=yes in freebsd?

I don't know how to use freeBSD, I was trying to build zero tier for my pfSense, here's the build link, https://github.com/ChanceM/pfSense-pkg-zerotier The problem is I don't know how to add ALLOW_UNSUPPORTED_SYSTEM=YES to /etc/make.conf How can I…
Timato1
  • 49
  • 7
1
vote
0 answers

Using multicast with Zerotier

I'm trying to join a multicast group (I think this is why multicast isn't working, but I'm new to it). So I'm trying: sudo ip maddr add 239.255.1.1 dev ztxxxxxxx But that doesn't seem to work, in that ip maddr doesn't show it against the ZT…
user4893295
  • 533
  • 6
  • 25
1
vote
0 answers

Access ZeroTier Network from Internet - Connection refused

We have a ZeroTier VPN network for accessing an API installed in local machine. When I try to connect using cURL everythings works in localhost, but connection was refused from live server. $curl = curl_init(); curl_setopt_array($curl, array( …
Silver Lora
  • 107
  • 1
  • 9
0
votes
0 answers

Please help me understand linux networking issue

I have written myself an installation script for zerotier for my server (Raspberry Pi 4 running RPi OS 64-bit). According to the zerotier instructions I based my script on, an apt remove and a switch to systemd is…
AleXSR700
  • 11
  • 2
0
votes
0 answers

How do I setup X11 forwarding in SSH with wsl2 (as server) and zerotier?

I need help setting up exactly what I put in the title. Obviously I've looked this up, and followed the various guides that I've come across. Specifically this one. It hasn't worked for me. I've tried using xorg (I'm a new linux user, so I have no…
0
votes
1 answer

Ubuntu (Oracle VM) - Mounted Samba shares hang indefinitely

I have a VM instance on Oracle Cloud (Ubuntu 22.04) set up with ZeroTier to act as a web server for some services that should work with my local Synology NAS. For some of those services I also need to mount three SMB shares from my NAS with the…
0
votes
1 answer

SSH tunneling with ZeroTier network

So i have ESXi in a server with ip 192.168.1.169 Inside ESXi i have a VM that has NextCloud and ZeroTier enabled I used ZeroTier so i could use NextCloud outside of my network. Now i need to access to ESXi Web GUI outside of my network and since i…
Bruno Teixeira
  • 128
  • 1
  • 12
0
votes
0 answers

SSH session unresponsive - how do I active it or reboot by some other means

Situation ... SSH into a remote Raspberry Pi running Buster via MobaTerm on Win10 PC over Zerotier It is in a remote location I cannot access because of the Coronavirus constraints. All was working just fine, responsive all going OK attempting to…
0
votes
1 answer

Limits when running zerotier

We want to use zero tier to connect from one cloud machine to multiple remote machines. We do not want remote machines to access each other. What would be a good approach? Use a single network and set rules based on tags to restrict access Run…
rmvpaps
  • 147
  • 1
  • 9
1
2