gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.52k stars 552 forks source link

[Bug]: How can I use different port, not 443, 80, 3479, 8089 and 51821-51830/udp ? And use my duckdns domain? #2531

Closed RobertusIT closed 1 year ago

RobertusIT commented 1 year ago

Contact Details

No response

What happened?

I, i tried to install netmaker, but my isp allow only a range of port that i can open.

So how with script installation, can i change these ports? Is possible?

And I can use my duckdns domain?

Version

v0.20.6

What OS are you using?

Linux

Relevant log output

No response

Contributing guidelines

mattkasun commented 1 year ago

Netmaker requires tcp ports 80 and 443 and udp port 51821

FallingSnow commented 1 year ago

@RobertusIT You can try changing the port netmaker uses. Here's my docker compose: https://gist.github.com/FallingSnow/d64b1bde75327ed13732af50dab89a95

Make sure to add PUBLIC_PORT=65535 to your netmaker.env and replace 65535 with whatever port you want to use.