Results 1 to 5 of 5
how can i find nfs server ip???...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-01-2012 #1Just Joined!
- Join Date
- Oct 2012
- Posts
- 26
NFS Sever ip??
how can i find nfs server ip???
- 12-04-2012 #2Linux Newbie
- Join Date
- Aug 2006
- Posts
- 116
- 12-04-2012 #3Just Joined!
- Join Date
- Oct 2012
- Posts
- 26
- 12-04-2012 #4Linux Newbie
- Join Date
- Aug 2006
- Posts
- 116
Hello again.
You could launch nmap to scan your local network, to check an available connection on one machine. Because NFS relies on portmap, all you have to do is to find an open portmap connection, on UDP111
Example :Code:nmap -v -P0 -sU -p 111 192.168.1.0/24
- 12-04-2012 #5Linux Enthusiast
- Join Date
- Apr 2012
- Location
- Virginia, USA
- Posts
- 573
If your nfs server is already mounted, then you can type 'mount' to see a list of current mounts.
This should give you something like servername:/export /mountpoint
Then, just ping 'servername' and it should resolve for you.


Reply With Quote

