[nycbug-talk] What client connected to nfsd?
    Francisco Reyes 
    lists at stringsutils.com
       
    Sat Apr 15 11:33:39 EDT 2006
    
    
  
Bjorn Nelson writes:
> lsof -i
> will show you daemons to ip:socket
Doesn't seem to help much with nfs.
lsof -i | egrep -i "nfsd|2049|<IP>"
nfsd  415  root  3u  IPv4 0xc7eb81cc 0t0  TCP *:nfsd (LISTEN)
2049 is the port nfsd uses.
I have several machines connected to that nfs server doing work and the line 
above was the only thing returned.
> You can filter tcpdump by ip (on nfs server):
> tcpdump src clientip
:-)
If I knew the machine I wouldn't have a problem.
That is what I am trying to determine.
What machine/IP is connected to a particular nfsd process.
    
    
More information about the talk
mailing list