-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
NGINX Ports are not opened for ipv6 #1821
Comments
Right, we have an RFC open: home-assistant/supervisor#2133 If that is not implemented, IPv6 will not work correctly with Home Assistant. |
Ah! Thank you very much for the hint. I was beginning to despair. But I don't understand why it did work a few weeks ago, what did change? Do you per chance know if it is possible to install docker-ipv6nat as a workaround? |
See at my RFC |
I read it but I don't understand why it did work until two weeks ago. And I see no workaround which I could do until in is officially fixed, or maybe I missed something. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The problem
The Ports I set in the NGINX-Addon are only opened for ipv4 but not for ipv4, but I am using the ipv6 address to reach HA from the internet.
Environment
Problem-relevant configuration
NGINX conf
configuration.yaml
Traceback/Error logs
No errors or warnings reported from HA or NGINX.
Additional information
After restoring a shapshot I was unable to reach HA from the internet. After fumbling around I noticed that the ports 80 and 443 are only opend after hassio start for the ipv4 address on the host and not for the ipv6 address.
Here is the result from
sudo nmap -nP 192.168.0.15
Here is the result from
nmap -6 -nP 2a02:908:896:3fc0:xxxx:xxxx:xxxx:xxxx
Is there a way to allow ipv6 again. I noticed that that with version 2.6 ipv6 listener has been removed. Or is there a possibility to downgrade, I am curious if it would work with 2.5 for example.
Edit: Somehow it is not working if I reverse the changes in
nginx_proxy/data/nginx.conf
as described here nginx_proxy: Remove IPv6 Listen statements from nginx.conf. Maybe I am missing something?The text was updated successfully, but these errors were encountered: