Networking Forums

Networking Forums > Computer Networking > Linux Networking > nfs client does not see nfs server

Reply
Thread Tools Display Modes

nfs client does not see nfs server

 
 
Niels Olson
Guest
Posts: n/a

 
      04-25-2007, 08:12 PM
Hello,

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....b08216d60e5651

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?

 
Reply With Quote
 
 
 
 
Dirk Laurenz
Guest
Posts: n/a

 
      04-25-2007, 08:56 PM
Hi Niels,

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
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenVPN working between client and server only, but not able to access any machines in server subnet GS Linux Networking 10 12-06-2006 10:48 AM
After Client "Windows Updates" server can not longer print to client machines. Galpersonal Windows Networking 1 07-28-2006 04:37 PM
MS VPN Client gets the same server and client IP from MS VPN Serve =?Utf-8?B?TWljaGFlbCBTd2VldA==?= Broadband Hardware 3 05-04-2005 01:22 PM
DFS Client - (ensuring what server the client will pick) =?Utf-8?B?UkY=?= Windows Networking 2 10-30-2004 11:51 PM
Win98 client Win2000 server - client cant change password DFrensley Windows Networking 0 06-02-2004 10:12 PM



1 2 3 4 5 6 7 8 9 10 11