first, for any regulars who may find this post eerily familiar, yes, I
have read this very similar thread:
http://groups.google.com/group/comp.os.linux.networking/browse_thread/thread/5e1948eb8d600d02/79b08216d60e5651
But I'm still lost in the woods.
Among the howto's I've found, I'm leaning on this one the most:
http://nfs.sourceforge.net/nfs-howto/index.html
Here's my situation.
Two SuSE 10.1 boxes, server's named May; client is June. NFS appears
to be running on May and both computers see the same services:
---
June:/ # /usr/sbin/rpcinfo -p may
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100024 1 udp 1420 status
100021 1 udp 1420 nlockmgr
100021 3 udp 1420 nlockmgr
100021 4 udp 1420 nlockmgr
100024 1 tcp 14993 status
100021 1 tcp 14993 nlockmgr
100021 3 tcp 14993 nlockmgr
100021 4 tcp 14993 nlockmgr
100005 1 udp 996 mountd
100005 1 tcp 997 mountd
100005 2 udp 996 mountd
100005 2 tcp 997 mountd
100005 3 udp 996 mountd
100005 3 tcp 997 mountd
---
Here is May's /etc/exports
----
/band/ 192.168.0.0/255.255.255.0(rw)
---
Here is May's /etc/hosts
---
127.0.0.1 localhost
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback
fe00::0 ipv6-localnet
ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts
192.168.1.104 Holly
127.0.0.2 May
192.168.1.108 June
---
Here is May's /etc/hosts.deny
---
portmap:ALL
lockd:ALL
mountd:ALL
rquotad:ALL
statd:ALL
---
Here is May's /etc/hosts.allow
---
portmap: 192.168.1.108(rw)
lockd: 192.168.1.108(rw)
mountd: 192.168.1.108(rw)
rquotad: 192.168.1.1089(rw)
statd: 192.168.1.108(rw)
---
I have been following this howto:
http://nfs.sourceforge.net/nfs-howto/index.html
This is what I get when I tell June to mount the directory band,
June:/ # mount may://beverly /mnt/beverly
mount server reported tcp not available, falling back to udp
mount: RPC: Program not registered
What do you think I should do?
Niels Olson schrieb:
[...]
> Here is May's /etc/hosts.allow
> ---
> portmap: 192.168.1.108(rw)
> lockd: 192.168.1.108(rw)
> mountd: 192.168.1.108(rw)
> rquotad: 192.168.1.1089(rw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is not an ip address (.1089).
Dirk