<div dir="ltr"><div>Cheers all,</div><div><br></div><div>TL;DR version:<br></div><div><br></div><div>  I've recently found that at least on my test box the `LISTEN *` line had only set up an IPv4 `0.0.0.0` listener but not an IPv6 `::0` listener for `upsd`. In fact, at least on a "dual-stack" system, it seems impossible to bind to both - so depending on binding order I either lose IPv6 or lose IPv4 directly (but have it practically as IPv4-over-IPv6).</div><div><br></div><div>  Given that `LISTEN *` support is in fact not documented explicitly (I think), I am inclined to define it as listening to "any" on whatever address families are available and supported by the NUT build, and somehow ensuring that to the best of our capability (technical puzzles exist - see GitHub issue).<br></div><div><br></div><div>  Detailed musing and logs are posted in <a href="https://github.com/networkupstools/nut/issues/2012">https://github.com/networkupstools/nut/issues/2012</a></div><div><br></div><div>  Pro/Con ideas are welcome :)</div><div><br></div><div>Jim<br></div></div>