Zerotier-one Droidian Bookworm

the normal or common installation method for Debian/Ubuntu does not work on Droidian (RedmiNote7). The steps I followed to make it work were as follows:

  • install as normal with the script:
  • install bridge-utils, uml-utilities and dialog

sudo apt update && sudo apt install -y bridge-utils uml-utilities dialog

  • change device permissions

sudo chmod 0666 /dev/net/tun

  • uninstall zerotier-one

sudo apt remove zerotier-one

-modify repository
(change: deb Index of /debian/buster/ buster main > deb Index of /debian/bookworm/ bookworm main)

sudo nano /etc/apt/sources.list.d/zerotier.list

-reinstall zerotier-one

sudo apt install zerotier-one

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.