This is another case whether the traditional tool (netstat) is not fully functional on modern systems.that is how you listen for both v4 and v6 at the same time
you create a v6 wildcard bind, and the kernel will give you v4 connections as well
ss -tupnl shows [::]:port for a socket that has IPV6_V6ONLY set, and *:port for an IPv6 socket that also accepts IPv4. (Also netstat truncates IPv6 addresses to 15 characters!)
Statistics: Posted by jojopi — Thu Jun 27, 2024 8:34 am