Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LAN with IPv4 + IPv6 #34

Open
nhathaway opened this issue Sep 25, 2014 · 2 comments
Open

LAN with IPv4 + IPv6 #34

nhathaway opened this issue Sep 25, 2014 · 2 comments

Comments

@nhathaway
Copy link

There is a problem on LANs with IPv6, where DNS provides both IPv4 and IPv6 addresses. TVHeadend itself only serves on IPv4, even if the box it is on is dual stack. When getting the name (from DNS), TVHGuide picks up the IPv6 address in preference over the IPv4, and tries to connect on IPv6, which results in connection refused.

@kecksk0enig
Copy link

I've seen this too, solved it by using ip4 address on tvhguide. Did'nt know tvheadend was only serving @ ipv4.
Found
hint @ /etc/default/tvheadend
#TVH_IPV6
#if set to 1 will enable IPv6 support
TVH_IPV6=0
I did set it to 1 restarted tvheadend and it works over ipv6 AND v4

@nhathaway
Copy link
Author

Yes, or there's the "-6" command line option (I use a TBS MOI device which is somewhat non-standard).

Nevertheless, maybe the settings in the app needs a checkbox "IPv4 only", as this is the default for TVHeadend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants