Question How can I install the Netmaker server on ...
# netmaker
f
Question How can I install the Netmaker server on Fedora ?
b
Install docker compose; dowload the docker-compose file,mosquito.conf, wait.sh, etc; update the docker-compose file to match your environment; then run docker compose up
The quick install script should work on fedora and will walk you through the above steps
f
The quick install script on github seems to have been made for ubuntu since it's using some apt packages and since fedora ain't using apt, it will break itself
b
I thought that script checked /etc/os-release and used apt or dnf as appropriate
f
I will try it again in the morning to be on the safe side but pretty sure it said some stuff about not being able to use apt
b
port 443 and 80 should be in tcp column not udp
f
Ahhh, so both tcp and udp, alr, gotcha
b
http and https are tcp not udp
so just tcp not both; although both would not hurt anything
f
No, I meant something else, like, 443 and 80 on tcp and the actual netmaker ports on udp
b
ok, yes, that is correct
3 Views