February 15, 2021 by kittycool only How to check NFS Client connection from NFS Server From the NFS Server, do put in the command below. The NFS Server is 192.168.0.1 and the NFS Server port is 2049 # netstat -an | grep 192.168.0.1:2049 tcp 0 0 192.168.0.1:2049 192.168.0.10:965 ESTABLISHED (192.168.0.10 is the client) Share this:TwitterFacebookLike this:Like Loading... Related