Why systemd is listening on port 631?
Hello,
This is my first time running a recent Fedora. Till recent I was more involved with Debian based Linuxes. Anyway, first thing I check after fresh install is open TCP/UDP ports. On Fedora 17 I see the following picture:
# lsof -i -n | egrep 'COMMAND|LISTEN' COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME systemd 1 root 47u IPv6 13430 0t0 TCP *:ipp (LISTEN) cupsd 1464 root 4u IPv6 13430 0t0 TCP *:ipp (LISTEN) cupsd 1464 root 12u IPv4 20275 0t0 TCP 127.0.0.1:ipp (LISTEN) sendmail 2633 root 4u IPv4 60236 0t0 TCP 127.0.0.1:smtp (LISTEN)
# netstat -ltunp|grep LISTEN tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1464/cupsd tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 2633/sendmail tcp6 0 0 :::631 :::* LISTEN 1/systemd
I want to know if systemd really needs to have open IPv6 socket e.g. can I disable it somehow somewhere?