Giter Club home page Giter Club logo

Comments (11)

j0nnymoe avatar j0nnymoe commented on May 29, 2024

I suspect it's something to do with virtualbox running in bridgemode, run it in NAT so it get's a dedicated IP from your DHCP and open the port to that IP instead.

from docker-transmission.

thewinger avatar thewinger commented on May 29, 2024

I think is the other way around.
Bridge has a dedicated IP.

NAT - Your host will act as a router (firewall) and your guests will be on a private subnet. Use this if you are not running servers on the guests.

Bridged - Your guests will get a ip address on the same subnet as your host. Use this if you are running servers on the guest and wish to connect from other computers on the LAN.

from docker-transmission.

j0nnymoe avatar j0nnymoe commented on May 29, 2024

Ah yea, you're correct. You have opened the port to the correct IP I assume?

from docker-transmission.

thewinger avatar thewinger commented on May 29, 2024

Doing sudo netstat -ntlp | grep LISTEN inside the docker host (virtualbox guest)

tcp6       0      0 :::55651                :::*                    LISTEN      17110/docker-proxy

from docker-transmission.

j0nnymoe avatar j0nnymoe commented on May 29, 2024

Interesting that docker only seems to be binding to ipv6. How did you install docker itself?

from docker-transmission.

thewinger avatar thewinger commented on May 29, 2024

When installing Ubuntu 18.04 in the VM there was an option to install docker at the beginning.

from docker-transmission.

j0nnymoe avatar j0nnymoe commented on May 29, 2024

Ah I see, might I suggest you remove the version you have installed and install docker from the official docker repo http://get.docker.com - We've found in the past that our containers can have issues on anything other than that.

from docker-transmission.

thewinger avatar thewinger commented on May 29, 2024

Done!
Still port closed :(

Edit: Did again the netstat action and the ports look the same, tcp6.

from docker-transmission.

mil1i avatar mil1i commented on May 29, 2024

I also see this. Now, I don't have any issues with Transmission working.
But is always shows the port as Closed

  • Router: Port is open and forwarded to correct server IP
  • Host Server: Port is open and listening on the host server
docker-pr    4u  IPv6      0t0  TCP *:51413 (LISTEN)
docker-pr    4u  IPv6      0t0  UDP *:51413
---
tcp6       0      0 :::51413                :::*                    LISTEN      -
  • Container: Port is open and listening inside the container, port passed through on container start
tcp        0      0 127.0.0.11:43586        0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:9091            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:51413           0.0.0.0:*               LISTEN      -
tcp        0      0 :::51413                :::*                    LISTEN      -
CentOS Linux release 7.6.1810 (Core) 3.10.0-957.5.1.el7.x86_64
Docker version 18.09.1, build 4c52b90
docker-compose version 1.23.2, build 1110ad01

from docker-transmission.

thelamer avatar thelamer commented on May 29, 2024

I do not believe anything we change to the codebase would resolve this and it does not effect functionality.
I am going to close this issue, if further support is needed for your local setups please hop on our discord and take advantage of the community we have:

https://discord.gg/YWrKVTn

from docker-transmission.

PrimozR avatar PrimozR commented on May 29, 2024

FYI, had the same issue ad regardless of what I wrote in the settings or in the settings.json file, the listen port was 51413, as defined during installation (followed docker instructions to install docker packages and the smarthomebeginner guide to install the transmission package). Opening that port makes it actually report as open.

from docker-transmission.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.