Hello,
when i trie to connect to a network using sudo zerotier-cli join it says
200 join OK
but then when i do sudo zerotier-cli listnetworks i just get
200 listnetworks but its not listed there. I started the zerotier service previously with sudo zerotier-one -d. What am i doing wrong?
Run sudo journalctl -u zerotier-one --since "10 minutes ago
and see if it says “ERROR: unable to configure virtual network port: could not open TUN/TAP device: No such file or directory”.
If it does, ZeroTier can’t find the device to make a virtual network interface. Run ls -l /dev/net/tun
and if it says “No such file or directory”, it doesn’t exist and you need to create the file.
On proxmox, adding
lxc.cgroup.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file 0 0
to “/etc/pve/lxc/.conf” then rebooting the container will fix it.
Hope this helps.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.