nntpgrab_server listening on IPv4 / 0.0.0.0 only ... IPv6 possible?

Added by surfer almost 4 years ago

Hi,

nntpgrab_server is listening on 0.0.0.0 and thus IPv4. Can it listen on :: thus IPv6, so that I can access it remotely over IPv6?

pi@raspberrypi ~ $ netstat -apon | grep -i listen | grep -vi listening 
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - off (0.00/0/0)
tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN - off (0.00/0/0)
tcp 0 0 0.0.0.0:5423 0.0.0.0:* LISTEN 31765/nntpgrab_serv off (0.00/0/0)
tcp6 0 0 :::22 :::* LISTEN - off (0.00/0/0)
pi@raspberrypi ~ $