[GLLUG] nfs question

Mike Rambo mrambo@lsd.k12.mi.us
Wed, 07 Aug 2002 15:28:32 -0400


I'm trying to access an nfs share from a server in one location on our
wan (10.33.1.2) from our server at the shop (10.8.24.7). I am seeing
time outs when I try to mount the share.  When I look at the log on the
server supplying the share I see what appears to be an authentication
success(?). The log says the message is repeated six times (as if the
requesting server never hears the authentication success message?).

How does this strike you guys? Might I be fighting against blocked ports
on some of our vlan's?

Here is the relevant part of the log:

Aug  7 14:40:01 fvserver rpc.mountd: authenticated mount request from
10.8.24.7:903 for /home/public (/home/public)
Aug  7 14:40:19 fvserver last message repeated 6 times

Here are some relevant file configs on the sharing server:

[root@fvserver /etc]# cat exports
/home/public 10.8.24.7(ro,no_root_squash,sync)

[root@fvserver /etc]# cat hosts.deny
portmap:ALL
lockd:ALL
mountd:ALL
rquotad:ALL
statd:ALL

[root@fvserver /etc]# cat hosts.allow
portmap: 10.8.24.7
lockd: 10.8.24.7
rquotad: 10.8.24.7
mountd: 10.8.24.7
statd: 10.8.24.7

[root@fvserver /etc]# /usr/sbin/rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp   1024  status
    100024    1   tcp   1024  status
    100011    1   udp   1000  rquotad
    100011    2   udp   1000  rquotad
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp   4306  nlockmgr
    100021    3   udp   4306  nlockmgr
    100021    4   udp   4306  nlockmgr
    100001    3   udp    771  rstatd
    100001    2   udp    771  rstatd
    100001    1   udp    771  rstatd
    100005    1   udp   4307  mountd
    100005    1   tcp   1081  mountd
    100005    2   udp   4307  mountd
    100005    2   tcp   1081  mountd
    100005    3   udp   4307  mountd
    100005    3   tcp   1081  mountd

Thanks.


-- 
Mike Rambo
mrambo@lsd.k12.mi.us