ct-Open-Source / ct-Open-Source/team-container
UFW on Host needs to allow 6443/tcp
Open
- Dominant language
- HTML
- Stars
- 116
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.