taich Member Aug 15, 2020 116 18 23 64 Sep 12, 2020 #1 Hi, is it possible to access the proxmox web-based user interface via IPv6? How can I do so? e.g. https://[xxxx:1000:2000::33]8006
Hi, is it possible to access the proxmox web-based user interface via IPv6? How can I do so? e.g. https://[xxxx:1000:2000::33]8006
R r.jochum Renowned Member Mar 26, 2018 290 48 68 38 Austria rene.jochum.dev Sep 13, 2020 #2 Seems not, pveproxy runs IPv4 only atm.
taich Member Aug 15, 2020 116 18 23 64 Sep 13, 2020 #3 Ok, what if I add another interface with VPN ipv4. How can I change the configuration so that UI reacts on that IP too? Is this possible? Thanks for your help.
Ok, what if I add another interface with VPN ipv4. How can I change the configuration so that UI reacts on that IP too? Is this possible? Thanks for your help.
R r.jochum Renowned Member Mar 26, 2018 290 48 68 38 Austria rene.jochum.dev Sep 13, 2020 #4 I wrote before but somehow my posts went to /dev/null ... you can proxy the ui with nginx / apache2 to get IPv6 access. see the forum for it. If you have the VPN on the Host it should be simple, point your browser to that ip.
I wrote before but somehow my posts went to /dev/null ... you can proxy the ui with nginx / apache2 to get IPv6 access. see the forum for it. If you have the VPN on the Host it should be simple, point your browser to that ip.
taich Member Aug 15, 2020 116 18 23 64 Sep 13, 2020 #5 A you mean I can install Apache2 on the Proxmox host and forward there to the local address. Right?
R r.jochum Renowned Member Mar 26, 2018 290 48 68 38 Austria rene.jochum.dev Sep 13, 2020 #6 Yes, I tested that with nginx a while ago and other's with apache.