[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [NFS] cannot mount via nfs



I finally got back to this project ... don't know why named was on port 2049 but I killed it and restarted nfs and it works like a champ!

Thanks for helping me sort this out,
Harland


Debian User wrote:
it looks like nfs is not listed:


server:/etc# cat services | grep nameserver
nameserver      42/tcp          name            # IEN 116
domain          53/tcp          nameserver      # name-domain server
domain          53/udp          nameserver
server:/etc# cat services | grep nfs
server:/etc# cat services | grep 2049
server:/etc# cat services | grep nis
server:/etc# cat services | grep NIS
z3950           210/tcp         wais            # NISO Z39.50 database


does this go back to rpcinfo -p not showing nfs?



At Thursday, 1 May 2003, Trond Myklebust <trond.myklebust@fys.uio.
no> wrote:

  
" " == Debian User <debian-user@zerocrossings.com> writes:
              
    > server:/etc# netstat -ap | grep 2049 udp 0 0 *:2049 *:*
    > 266/named

    > interesting. is nfsd supposed to be listening to port 2049?

Yes. Please check that /etc/services is correct. You should have
something like the following entry for named

nameserver      42/tcp          name            # IEN 116
nameserver      42/udp          name            # IEN 116

and nfs is supposed to listen on port 2049:

nfs             2049/tcp        nfsd
nfs             2049/udp        nfsd

If you have NIS (a.k.a. yp) or NIS+ enabled at your site, then please
check that the 'services' entries are correct there too.

Cheers,
 Trond

    










  


Reply to: