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:
- Install git
apt install git
- Clone the n2n project
git clone https://github.com/ntop/n2n
- Enter the specified folder
cd n2n
- Install autoconf
apt install autoconf
- Compile the project
./autogen.sh
./configure
make
make install
- Start the server
./supernode -p 10086 -f
- Start the client
./edge -c nekool -a 192.168.100.1 -f -l public_server_ip:8080