#750·n2n

Unable to communicate between supernode and edge

Author: AlsanCreated Aug 19, 2021Updated Aug 9, 2025
Labelsquestion

I'm trying to setup a private vpn with n2n, but can't make it work. here's my test environment:

host1 (both supernode and edge1)

bash
./supernode -l 5000 -f -vvv
sudo ./edge -a ${SUBNET}.1 -c g1 -k test -l ${SERVER_IP}:5000 -f -vvv

host2 (edge2)

bash
sudo ./edge -a ${SUBNET}.11 -c g1 -k test -l ${SUPERVER_IP}:5000 -f -vvv

## test vpn
ping ${SUBNET}.1
ssh ${SUBNET}.1

all the test are failed.