Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:vpn:zerotier [2024/10/18 14:42] – [Basic Configuration] andrewzdocs:guide-user:services:vpn:zerotier [2024/10/18 14:51] – [Basic Configuration] andrewz
Line 39: Line 39:
 <code> <code>
 root@OpenWrt# zerotier-cli info root@OpenWrt# zerotier-cli info
 +200 info xxxxxxxxxx 1.14.0 ONLINE
 </code> </code>
   * Some services (eg dropbear, luci) may need to be reconfigured to allow access from the new Zerotier virtual interface. The easy way is to un-restrict them from specific networks/interfaces.   * Some services (eg dropbear, luci) may need to be reconfigured to allow access from the new Zerotier virtual interface. The easy way is to un-restrict them from specific networks/interfaces.
Line 50: Line 51:
 </code> </code>
  
-:!: You must reboot OpenWrt router at this point otherwise `ztXXXXXXXXnetwork device won't be created.+:!: You must reboot OpenWrt router at this point otherwise ''ztXXXXXXXX'' network device won't be created.
  
 After reboot get the device name using your 16-digit Network ID: After reboot get the device name using your 16-digit Network ID:
 <code> <code>
-root@OpenWrt# zerotier-cli get xxxxxxxxxxxxxxxx portDeviceName+root@OpenWrt# zerotier-cli get {network_id} portDeviceName
 ztXXXXXXXX ztXXXXXXXX
 </code> </code>
 +
 +Alternatively run ''zerotier-cli listnetworks'', that will give you more details.
  
 <code bash> <code bash>
  • Last modified: 2024/10/18 14:58
  • by andrewz