Changes

From SME Server
Jump to navigationJump to search
38 bytes added ,  11:17, 3 January 2015
Line 204: Line 204:  
==find connected clients==
 
==find connected clients==
 
  netstat -an | grep nfs.server.ip:port
 
  netstat -an | grep nfs.server.ip:port
* for example
+
* for example if you nfs server IP is 192.168.12.125
 
  # netstat -an | grep 192.168.12.125:2049
 
  # netstat -an | grep 192.168.12.125:2049
  tcp        0      0 192.168.12.125:2049        192.168.12.25:850          ESTABLISHED  
+
  tcp        0      0 192.168.12.125:2049        192.168.12.25:850          ESTABLISHED
    
==client side==
 
==client side==

Navigation menu