Re: [gentoo-user] OT - Finding the port NFS runs on

2008-03-14 Thread Dave Jones
Etaoin Shrdlu wrote on 14/03/08 09:38: On Friday 14 March 2008, Michael Sullivan wrote: How can I find out what port NFS is running on so I can let it through my subrouter? rpcinfo -p should tell you. Note that you might need to open other ports in addition to those used by nfs itself. In pa

Re: [gentoo-user] OT - Finding the port NFS runs on

2008-03-14 Thread Etaoin Shrdlu
On Friday 14 March 2008, Michael Sullivan wrote: > How can I find out what port NFS is running on so I can let it through > my subrouter? rpcinfo -p should tell you. Note that you might need to open other ports in addition to those used by nfs itself. In particular, the statd, lockd and mountd

Re: [gentoo-user] OT - Finding the port NFS runs on

2008-03-14 Thread Alan McKinnon
On Friday 14 March 2008, Michael Sullivan wrote: > How can I find out what port NFS is running on so I can let it > through my subrouter? It tends to vary somewhat. portmapper is quite loose and fancy free with port numbers, you will often find 2049 in use and others around 900 or so. nmap is yo

Re: [gentoo-user] OT - Finding the port NFS runs on

2008-03-13 Thread Chris Brennan
install nmap and port map yourself ... or netstat -a | grep nfs(d) Michael Sullivan wrote: How can I find out what port NFS is running on so I can let it through my subrouter? -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] OT - Finding the port NFS runs on

2008-03-13 Thread Michael Sullivan
How can I find out what port NFS is running on so I can let it through my subrouter? -- gentoo-user@lists.gentoo.org mailing list