Hi
I try to activate the Web UI in IPv4 AND IPv6.
I found this page https://pve.proxmox.com/pve-docs/pveproxy.8.html to enable IPv6.
So I created a /etc/default/pveproxy file and put in it :
LISTEN_IP="2a01:e0a:a:b::c"
I restart the service with :
systemctl restart pveproxy.service spiceproxy.service
But in this case, the IPv4 is not working anymore (of course).
My question is : how should I put "::" to activate both, and request the daemon to listen on all the IP available ?
I also try "::" and "::ffff:0.0.0.0", but they activate only IPv4.
Thanks
I try to activate the Web UI in IPv4 AND IPv6.
I found this page https://pve.proxmox.com/pve-docs/pveproxy.8.html to enable IPv6.
So I created a /etc/default/pveproxy file and put in it :
LISTEN_IP="2a01:e0a:a:b::c"
I restart the service with :
systemctl restart pveproxy.service spiceproxy.service
But in this case, the IPv4 is not working anymore (of course).
My question is : how should I put "::" to activate both, and request the daemon to listen on all the IP available ?
I also try "::" and "::ffff:0.0.0.0", but they activate only IPv4.
Thanks