team-container icon indicating copy to clipboard operation
team-container copied to clipboard

UFW on Host needs to allow 6443/tcp

Open pointout opened this issue 5 years ago • 0 comments

I installed on Hetzner CX21 with Ubuntu 18.04. I am only using the jitsi container. When I activated UFW on the host with sudo ufw allow ssh sudo ufw allow http sudo ufw allow https sudo ufw allow 30000/udp the jitsi url had an 404 error. I also had to allow port 6443 sudo ufw allow 6443/tcp Maybe there is a routing rule for ufw, that port 6443 will not be exposed to the outside?

pointout avatar Apr 14 '20 09:04 pointout