Giter Site home page Giter Site logo

[FEAT] IPv6 Support about docker-tvheadend HOT 4 CLOSED

simpz avatar simpz commented on August 17, 2024
[FEAT] IPv6 Support

from docker-tvheadend.

Comments (4)

github-actions avatar github-actions commented on August 17, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

from docker-tvheadend.

j0nnymoe avatar j0nnymoe commented on August 17, 2024

IPv6 support isn't related to the container but rather to the setup of your docker install. Nothing should need to be added to the container for it to work (unless tvheadend doesn't support it).

from docker-tvheadend.

simpz avatar simpz commented on August 17, 2024

The container (as I said) has an IPv6 address my setup is correct as I can ping it's IPv6 address from another container.

Inside the container the tvheadend application is only listening on IPv4. I can run "nc -l6 -p 9123" inside the container and connect via IPv6 and see it's listening on IPv6. See below

root@0e626be35385:/# netstat -apn
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:9982            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:9981            0.0.0.0:*               LISTEN      -
tcp        0      0 10.89.1.4:9982          192.168.1.100:48210   ESTABLISHED -
tcp        0      0 10.89.1.4:9981          192.168.1.128:53736   ESTABLISHED -
tcp        0      0 :::9123                 :::*                    LISTEN      

from docker-tvheadend.

simpz avatar simpz commented on August 17, 2024

Actually I've managed to make this work. I just had to pass a command line arg to the docker run to force tvheadend to listen on IPv6 in the container.
-e RUN_OPTS='--ipv6'

Will close and leave here in the hope this is useful to someone else.

Thanks for the attention.

from docker-tvheadend.

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.