Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to setup ZeroTier (Connect team members from anywhere in the world on any device.
- ZeroTier creates secure networks between on-premise, cloud, desktop, and mobile devices. )
- Official website: https://www.zerotier.com
- ZeroTier One for Android, Linux, Windows allows you to join ZeroTier virtual networks as VPN connections on your Android phone or tablet device.
- 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.
- You have two Linux, Android, Windows devices?
- You use mobile data? You don't have Wi-fi?
- You want to perform attacks on same network?
- File sharing and payload testing has become a problem?
- I've a solution ZeroTier 😍
- - Connect two devices to the same network on cloud via Virtual Router
- Login and Install zerotier
- $ https://my.zerotier.com (signup / signin)
- # INSTALL NOCRY Linux / Instructions are there on site for different OS (do not use the command shown 👇️
- $ 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
- # RUN zerotier Service
- $ sudo service zerotier-one start
- # CONNECT NETWORK zerotier
- $ sudo zerotier-cli join networkid
- # You will get the network ID on https://install.zerotier.com/
- # You can add other devices to your virtual/private network using their networkID provided by client
- # https://install.zerotier.com/ you will get access to remove add other devices to your network
- -----------------------------------------------------------------------------------------
- How to install root in Termux, without having actual root
- https://youtube.com/playlist?list=PLI4Vi9cCSEQkuNBwBcSPxDEEkMZ25X8n9
- How to install L3MON RAT in Termux/Kali Linux
- https://youtube.com/playlist?list=PLI4Vi9cCSEQkpGsWCx23ieY32ENrTTUnJ
- Java 8 in Any operating System
- Join our telegram group
- t.me/efxtv
- Our Paid user Group
- https://t.me/+EUnfbhWXqjszNTc9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement