My machine is running FreeBSD 10.1-RELEASE-p3 (GENERIC+IPsec)
Most of the output of
As a matter of fact, nfs is active on my machine --
But why does sosckstat not name the service? Is this something to be concerned about? Anyway, those ports are not accessible from the WAN, i.e. not opened by ipfw.
Most of the output of
sockstat -4 is well understood except the following at the very end:
Code:
USER COMMAND PID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS
...
? ? ? ? udp4 *:* *:*
? ? ? ? tcp4 *:935 *:*
? ? ? ? udp4 *:925 *:*
? ? ? ? udp4 *:2049 *:*
grep <portnum> /etc/services shows only something for port 2049:
Code:
nfsd 2049/sctp nfs # NFS server daemon
nfsd 2049/tcp nfs # NFS server daemon
nfsd 2049/udp nfs # NFS server daemon
#shilp 2049/tcp
#shilp 2049/udp
ps -axj | grep nfsd:
Code:
root 804 1 804 804 0 Is - 0:00.08 nfsd: master (nfsd)
root 805 804 804 804 0 I - 0:00.01 nfsd: server (nfsd)