I have only a very limited understanding of edgevpn/libp2p itself;
I'm trying to setup a edgevpn network using only self owned peers.
The idea is that I have a few servers with static IP's and a few machines behind NAT,
I want to be able to fully avoid mDNS and DHT, by hard-coding discovery addresses for my public IP servers and using them as relays.
So disabling --mdns false --dht false I've tried using --discovery-bootstrap-peers or --autorelay-static-peer and entering addresses from my static IP nodes.
Sofar without any success. I always only see the own node in /nodes none of the other nodes.
So Firstly; Is this possible?
If yes how can this be configured with edgevpn?
Example what command to run on the Public IP nodes and on the behind NAT nodes.
Any help/comments/thoughts appreciated & Thanks for this awesome project.
I have only a very limited understanding of edgevpn/libp2p itself;
I'm trying to setup a edgevpn network using only self owned peers.
The idea is that I have a few servers with static IP's and a few machines behind NAT,
I want to be able to fully avoid mDNS and DHT, by hard-coding discovery addresses for my public IP servers and using them as relays.
So disabling
--mdns false --dht falseI've tried using--discovery-bootstrap-peersor--autorelay-static-peerand entering addresses from my static IP nodes.Sofar without any success. I always only see the own node in
/nodesnone of the other nodes.So Firstly; Is this possible?
If yes how can this be configured with edgevpn?
Example what command to run on the Public IP nodes and on the behind NAT nodes.
Any help/comments/thoughts appreciated & Thanks for this awesome project.