Re: nfs client does not find nfs server
- From: markhobley@xxxxxxxxxxxxxxxxxxxxxxxx (Mark Hobley)
- Date: Fri, 16 Mar 2007 10:03:37 GMT
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/
.
- Follow-Ups:
- Re: nfs client does not find nfs server
- From: bastian
- Re: nfs client does not find nfs server
- References:
- nfs client does not find nfs server
- From: bastian
- Re: nfs client does not find nfs server
- From: Ian Northeast
- Re: nfs client does not find nfs server
- From: bastian
- Re: nfs client does not find nfs server
- From: Ian Northeast
- Re: nfs client does not find nfs server
- From: bastian
- nfs client does not find nfs server
- Prev by Date: Re: Connecting to the Internet via a USB broadband modem
- Next by Date: samba PDC and user authorization problems
- Previous by thread: Re: nfs client does not find nfs server
- Next by thread: Re: nfs client does not find nfs server
- Index(es):
Relevant Pages
|