Re: nfs client does not find nfs server



bastian <bastian4de@xxxxxxxxxxxxxx> wrote:

mount: RPC: Mistake of the remote system - no route to the computer of
destination

192.168.0.126 server.site server
192.168.0.134 linuxserver.site linuxserver

Confusing names, "linuxserver" is your NFS server, and "server" is your NFS
client. Is that right?

I would give the machines user friendly names, such as scoopy,shaggy,daphny,
etc, and maybe stick a sticker on the front showing the machine name.

And hosts.allow is:
portmap: 192.168.0.134

On the server, the address should be that of the client:

portmap: 192.168.0.126
lockd: 192.168.0.126
mountd: 192.168.0.126
rquotad: 192.168.0.126
statd: 192.168.0.126

On the server, cat /etc/exports

Post the output here

To share with any client on the local area network, this should read something
like:

/var/share/sharefolderfoo 192.168.0.0/255.255.255.0(rw)

On the client:

mount linuxserver://var/share/sharefolderfoo /var/share/sharefolderfoo

I hope this helps.

Mark.

--
Mark Hobley
393 Quinton Road West
QUINTON
Birmingham
B32 1QE

Telephone: (0121) 247 1596
International: 0044 121 247 1596

Email: markhobley at hotpop dot donottypethisbit com

http://markhobley.yi.org/

.



Relevant Pages

  • Re: [SLE] NFS Client Doesnt See Server (SOLVED)
    ... > needs to be running.Could there be a problem with portmap? ... > box, but I haven't launched nfsserver on the client boxes, as they're not ... The clients still don't see a server in Yast. ... Is anyone else having problems with the Yast NFS client module recognizing ...
    (SuSE)
  • Re: Client connect to NFS server as user?
    ... I wanted to use auto mounts before myself, but the one problem I ran ... is the server, 192.168.1.9 is a client and in the "box9" client I have ... both client and server should be running portmap service... ...
    (Fedora)
  • Re: rpc.statd fails on diskless Debian 3.0 install
    ... >>Portmap is running on both the server and on the client. ... statd is running. ... That was the output from the server only. ...
    (comp.os.linux.networking)
  • Re: rpc.statd fails on diskless Debian 3.0 install
    ... >>Portmap is running on both the server and on the client. ... statd is running. ... That was the output from the server only. ...
    (comp.os.linux.questions)
  • NFS failing unless server restarted
    ... I've got an NFS client and server both running sarge, ... server and restarting nfs-kernel-server and portmap. ...
    (Debian-User)