banner
音小董

哩哔哩哔

这世上的热闹出自孤单

Setting up a virtual LAN n2n

Preparation:#

You need a server with a public IP address and open TCP protocol port 8080.

Start building:#

Compile n2n on both your local Linux computer and the public server, following these steps:

  1. Install git
apt install git
  1. Clone the n2n project
git clone https://github.com/ntop/n2n
  1. Enter the specified folder
cd n2n
  1. Install autoconf
apt install autoconf
  1. Compile the project
./autogen.sh
./configure
make
make install
  1. Start the server
./supernode -p 10086 -f
  1. Start the client
./edge -c nekool -a 192.168.100.1 -f -l public_server_ip:8080
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.