Date: Wed, 02 Dec 2009 22:38:31 +0100 From: "Ksh J. Fry" <phil@philpep.org> To: freebsd-questions@freebsd.org Subject: nfsd can't listen on udp Message-ID: <4B16DE57.9010607@philpep.org>
next in thread | raw e-mail | index | archive | help
Hi, I'm running nfsd on FreeBSD (7.2 and 8.0) but it seem don't listen on udp. $ tail /etc/rc.conf rpcbind_enable="YES" rpc_lockd_enable="YES" rpc_statd_enable="YES" nfs_server_enable="YES" nfs_server_flags="-t -u -n 4" mountd_flags="-p 962 -r" $ netstat -a -f inet | grep nfsd tcp4 0 0 *.nfsd *.* LISTEN udp4 0 0 *.nfsd *.* $ sockstat -4 | grep nfsd root nfsd 44932 3 tcp4 *:2049 *:* (no udp) When I try to mount with mount_nfs -U and write something the client hang. Thanks by advance.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B16DE57.9010607>