TheSpaghettiDetective / obico-server

Obico is a community-built, open-source smart 3D printing platform used by makers, enthusiasts, and tinkerers around the world.
https://obico.io
GNU Affero General Public License v3.0
1.46k stars 295 forks source link

[BUG] Port mapping range needed for tunneling doesn't work on Ubuntu #665

Closed kennethjiang closed 2 years ago

kennethjiang commented 2 years ago

Tunneling relies on mapping a range of ports to the "web" container to work. But it doesn't work as expected on Ubuntu.

Steps to reproduce the behavior:

  1. Start an Obico server on Ubuntu 20.04
  2. "sudo docker compose ps" shows only one of the ports in the 15853-15873 range is mapped to the "web" container.
  3. "netstat -l" command will confirm the same

https://discord.com/channels/614543405724205137/648759742881071124/997818802773426267

kennethjiang commented 2 years ago

Closed by b846d9a42698e5f1bee8eb2dc92d84804365d3d8