Re: Can't solve problem with NFS-server access

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you very much for your help! I'm sorry that I took your time. 
Everything is well done with my systems, all configs are good, all daemons are working well, 
except one!!!

I forgot to tell you, that on my NFS-server (Fedora 14) my home directory is encrypted by default. 
NFS is not able to connect directory that stay on encrypted partion under ext3. 

Sorry for my english. 
Thank you for your help!


On Tue, Nov 30, 2010 at 1:16 AM, Rick Stevens <ricks@xxxxxxxx> wrote:
On 11/29/2010 02:24 PM, Alan Holt wrote:
> I'm really really sorry, it was typing error with ip address.
> Like I wrote I have next addresses:
>
> My PC (NFS-CLIENT) is 192.168.1.100
> My laptop (NFS-SERVER) is 192.168.1.101
>
> in my /etc/exports/
> /home/booch/Temp   192.168.1.101/255.255.255.0(rw,sync,no_subtree_check)
>
> where 192.168.1.101 is my NFS-server

I think you're confused here.  The server is the machine that has the
drive you want other machines to mount over the network.  Are you
trying to share a drive from your PC to your laptop?  If so, then the
PC is the server.

The exports file should only exist on the server.  It tells the server
which clients are allowed to mount that directory.  Also, the netmask
you have (regardless of which is the server) is incorrect.  The last
octet should be .255 if you only want to allow the machine that you've
named on the line access.  If you want the entire network it's on
access, then the IP address should be 192.168.1.0 and the netmask set
to 255.255.255.0 (allowing 192.168.1.1 through 192.168.1.254 access).

If the PC is trying to share one of its local directories with the
laptop, then the PC should have an /etc/exports with the line:

/home/booch/Temp 192.168.1.101/255.255.255.255(rw,sync,no_subtree_check)

(the netmask should end with ".255" if you're trying to only share with
ONE machine) and the laptop should:

mount 192.168.1.100:/home/booch/Temp /local/mountpoint -o ro

----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, C2 Hosting          ricks@xxxxxxxx -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-              Careful!  Ugly strikes 9 out of 10 people!            -
----------------------------------------------------------------------
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



--
בברכה, 
אלכס ברבר
+9 72 54 285 952 3
www.linuxspace.org
--
Best regards.
Alex Berber
+9 72 54 285 952 3
www.linuxspace.org

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux