You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
The OVA Image doesn't seem to be IPv6 ready.
Nginx isn't listening on IPv6. I added listen [::]:80;
to the config but still. When I access the WebGUI it somehow tries to access the IPv4 address which in my case isn't routable.
Only when I set something like this I'm able to connect to the GUI: http_bind_address = [2a00:fea:3a:3b::5]:9000
The OVA Image doesn't seem to be IPv6 ready.
Nginx isn't listening on IPv6. I added
listen [::]:80;to the config but still. When I access the WebGUI it somehow tries to access the IPv4 address which in my case isn't routable.
Only when I set something like this I'm able to connect to the GUI:
http_bind_address = [2a00:fea:3a:3b::5]:9000