Dear community,
I was recently dealing with
I had do define an
But the server has both, an IPv4 and IPv6 address. It seems it's not possible to use this comma-separated notation for
And when using something like this...
... then the last entry "wins" and the other is silently skipped.
So my question is: is it possible at all to define both IP addresses?
Or should I open this as an issue in the Proxmox Bug Tracker?
Regards,
Marianne
I was recently dealing with
/etc/default/pveproxy
.I had do define an
ALLOW_FROM="IPv4/Netmask,IPv6/Netmask"
, and this setting works fine.But the server has both, an IPv4 and IPv6 address. It seems it's not possible to use this comma-separated notation for
LISTEN_IP
, too.And when using something like this...
Code:
LISTEN_IP="IPv4/Netmask"
LISTEN_IP="IPv6/Netmask"
So my question is: is it possible at all to define both IP addresses?
Or should I open this as an issue in the Proxmox Bug Tracker?
Regards,
Marianne