Closed MitchellJo closed 2 years ago
yes i found it in https://docs.netmaker.org/getting-started.html#create-a-network
yes i found it in https://docs.netmaker.org/getting-started.html#create-a-network
😂 Well, it's my fault that I didn't read the document carefully.
My Netmaker Server used Docker Compose Install. And I turned off the netmaker's
CLIENT_MODE
, because I don't want the Server run its own client.Everything work well but the "UDP Hole Punching".
Then, I check the client's wg setting, and it seems the
Listen Port
can not updated to netmaker, but theEndpoint
can.And then, I check the installation, the difference of my
compose.yml
and the official's isCLIENT_MODE
.So, I turn on the netmaker's
CLIENT_MODE
, restart the docker, and, it work!It seems if the netmaker server do not run its own client, the CoreDNS or the "UDP Hole Punching" can not work well.