Question about LISTEN_IP

unixe

New Member
Dec 11, 2023
2
0
1
Germany
Dear community,

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"
... 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