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)
./supernode -l 5000 -f -vvv
sudo ./edge -a ${SUBNET}.1 -c g1 -k test -l ${SERVER_IP}:5000 -f -vvvhost2 (edge2)
sudo ./edge -a ${SUBNET}.11 -c g1 -k test -l ${SUPERVER_IP}:5000 -f -vvv
## test vpn
ping ${SUBNET}.1
ssh ${SUBNET}.1all the test are failed.
Source: ntop/n2n