Skip to content

Instantly share code, notes, and snippets.

@plieningerweb
Last active April 4, 2022 07:06
Show Gist options
  • Save plieningerweb/3dc29ed212e2a50841d6fbd614e6f01f to your computer and use it in GitHub Desktop.
Save plieningerweb/3dc29ed212e2a50841d6fbd614e6f01f to your computer and use it in GitHub Desktop.
Install zerotier on GL.iNet GL-MT300N-V2 Mini Travel Router

Install zerotier on router

inspired by https://support.zerotier.com/knowledgebase.php?entry=show&search-for=&article=MzM0YjEyOGIwOGFlYzQwZDgxOTFmNzI2ZDM5M2JmZTE_

  • bought GL.iNet GL-MT300N-V2 Mini Travel Router
  • plug in usb
  • access using wifi (enable first on switch)
  • connect Internet to WAN Port (IMPORTANT; OTHERWISE NO INSTALL POSSIBLE!)
  • go to app repo, then all packages, click "z", select install next to zerotier
  • click on advanced settings on top right
  • ssh root@192.168.8.1
  • root@GL-MT300N-V2:~# vi /etc/config/zerotier
  • root@GL-MT300N-V2:~# reboot
  • ssh in again
  • ifconfig
  • note zt0 hw addr (mac address)
  • find mac address in zerotier online config, enable interface
  • ... todo

more links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment