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

Re: cannot mount nfs partition,...



mUs said:

> It appears to me that my problem is on the client side but it won't be the
> first time if i am wrong.

is there any firewall between you and the openbsd box? sounds like
a firewall is preventing the connection

a debian 3.0 NFS client(client ONLY) should show this when
you run rpcinfo -p:

   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100021    1   udp   1024  nlockmgr
    100021    3   udp   1024  nlockmgr
    100021    4   udp   1024  nlockmgr
    100024    1   udp   1025  status
    100024    1   tcp   1025  status

you should also try rpcinfo -p <server> from the client, against
a redhat 7.3 NFS server I get:
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  32768  status
    100024    1   tcp  32769  status
    391002    2   tcp  32770  sgi_fam
    100011    1   udp   1005  rquotad
    100011    2   udp   1005  rquotad
    100011    1   tcp   1008  rquotad
    100011    2   tcp   1008  rquotad
    100005    1   udp  32769  mountd
    100005    1   tcp  32771  mountd
    100005    2   udp  32769  mountd
    100005    2   tcp  32771  mountd
    100005    3   udp  32769  mountd
    100005    3   tcp  32771  mountd
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp  32771  nlockmgr
    100021    3   udp  32771  nlockmgr
    100021    4   udp  32771  nlockmgr


against a Debian 3.0 NFS server I get:

   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp   1025  status
    100024    1   tcp   1028  status
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp   1027  nlockmgr
    100021    3   udp   1027  nlockmgr
    100021    4   udp   1027  nlockmgr
    100005    1   udp   1028  mountd
    100005    1   tcp   1029  mountd
    100005    2   udp   1028  mountd
    100005    2   tcp   1029  mountd
    100005    3   udp   1028  mountd
    100005    3   tcp   1029  mountd

good luck

nate






Reply to: