Advertisement
efxtv

How to setup ZeroTier

Sep 7th, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | Cybersecurity | 0 0
  1. How to setup ZeroTier (Connect team members from anywhere in the world on any device.
  2. ZeroTier creates secure networks between on-premise, cloud, desktop, and mobile devices. )
  3.  
  4. Official website: https://www.zerotier.com
  5.  
  6. ZeroTier One for Android, Linux, Windows allows you to join ZeroTier virtual networks as VPN connections on your Android phone or tablet device.
  7. In todays blog we are going to connect our NAT devices to bridge connection. Means you do not have to be the part of the wifi / same network to create a LAN.
  8.  
  9. You have two Linux, Android, Windows devices?
  10. You use mobile data? You don't have Wi-fi?
  11. You want to perform attacks on same network?
  12. File sharing and payload testing has become a problem?
  13.  
  14. I've a solution ZeroTier 😍
  15. - Connect two devices to the same network on cloud via Virtual Router
  16.  
  17. Login and Install zerotier
  18. $ https://my.zerotier.com (signup / signin)
  19.  
  20. # INSTALL NOCRY Linux / Instructions are there on site for different OS (do not use the command shown 👇️
  21. $ curl -s 'https://raw.******.com/zerotier/ZeroTierOne/master/doc/*****.com.gpg' | gpg --import && \\nif z=$(curl -s 'https://install.zerotier.com/' | abcv); then echo "$z" | sudo bash; fi
  22.  
  23. # RUN zerotier Service
  24. $ sudo service zerotier-one start
  25.  
  26. # CONNECT NETWORK zerotier
  27. $ sudo zerotier-cli join networkid
  28.  
  29. # You will get the network ID on https://install.zerotier.com/
  30. # You can add other devices to your virtual/private network using their networkID provided by client
  31. # https://install.zerotier.com/ you will get access to remove add other devices to your network
  32.  
  33. -----------------------------------------------------------------------------------------
  34. How to install root in Termux, without having actual root
  35. https://youtube.com/playlist?list=PLI4Vi9cCSEQkuNBwBcSPxDEEkMZ25X8n9
  36.  
  37. How to install L3MON RAT in Termux/Kali Linux
  38. https://youtube.com/playlist?list=PLI4Vi9cCSEQkpGsWCx23ieY32ENrTTUnJ
  39.  
  40. Java 8 in Any operating System
  41.  
  42. Join our telegram group
  43. t.me/efxtv
  44.  
  45. Our Paid user Group
  46. https://t.me/+EUnfbhWXqjszNTc9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement