Zerotier
Install
curl -s https://install.zerotier.com | bash
Join Network
zerotier-cli join "network_id"
Network Controller
Versi Docker
Versi Linux server
Download bash_cli_zt.git menggunalan git clone :
git clone https://github.com/thedunston/bash_cli_zt.git cd bash_cli_zt.git
Install curl, jq, ipcalc :
apt install curl apt install jq apt install ipcalc
Aktifkan zerotier-one jika belum diaktifkan :
systemctl enable zerotier-one systemctl start zerotier-one
Pastikan Zerotier sudah aktif/running :
systemctl status zerotier-one
Jalankan file ztnetworks.bash di dalam folder bash_cli_zt.git menggunakan command bash :
bash ztnetworks.bash
akan tempil menu sebagai berikut :
################################ ZeroTier Manager Controller ################################ 1. Create a new ZT Network on this controller 2. Delete a ZT Network on this controller 3. Peer Management 4. Edit Flow Rules for Network 5. List all networks 6. Manage Routes 7. Update Network Description 8. Update Network IP Assignment [A]dvanced Options (edit /var/lib/zerotier/local.conf [E]xit Please select a numeric value:
Referensi
- https://www.zerotier.com/
- https://github.com/key-networks/ztncui-aio (versi docker)
- https://github.com/thedunston/bash_cli_zt (versi linux server)