I ran netstat after a reboot and I want to know what this is for (see: BOLD RED):
##############################################
##############################################
root@ragtime:~# netstat -v
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 52 192.168.1.2:ssh 192.168.1.3:53693 ESTABLISHED
tcp6 0 0 192.168.1.2%37364:44812 subsonic.canaca.com:www TIME_WAIT
tcp6 1 0 192.168.1.2%37364:58193 192.168.1.1%373646:5000 CLOSE_WAIT
tcp6 0 0 ip6-localhost:58539 ip6-localhost:33801 TIME_WAIT
tcp6 0 0 192.168.1.2%37364:44811 subsonic.canaca.com:www TIME_WAIT
udp 0 0 localhost:58906 localhost:58906 ESTABLISHED
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
unix 2 [ ] DGRAM 2079 @/org/kernel/udev/ude vd
unix 6 [ ] DGRAM 3482 /dev/log
unix 2 [ ] DGRAM 5071
unix 2 [ ] STREAM CONNECTED 5047
unix 2 [ ] DGRAM 4879
unix 2 [ ] DGRAM 4143
unix 3 [ ] STREAM CONNECTED 4003
unix 3 [ ] STREAM CONNECTED 4002
unix 3 [ ] STREAM CONNECTED 3847
unix 3 [ ] STREAM CONNECTED 3846
unix 2 [ ] DGRAM 3529
unix 3 [ ] DGRAM 2084
unix 3 [ ] DGRAM 2083
netstat: no support for `AF IPX' on this system.
netstat: no support for `AF AX25' on this system.
netstat: no support for `AF X25' on this system.
netstat: no support for `AF NETROM' on this system.
##############################################
##############################################
Will anything break if I block it?