Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ldapadduser testuser users 

 

Install and configure

...

install the main packet

 

Code Block
aptitude install nfs-kernel-server

and configure the shares by adding following to /etc/exports

 

Code Block
/home 192.168.10.0/24(rw,async,no_subtree_check)

 

NFS4

On the client:

Chroot in the client's system

...

Code Block
title/etc/fstab
nfsserver192.168.bluelight10.av49:/homeexport	/home	nfs	defaults	0	0
 nfs4 _netdev,auto 0 0root@sam:/home/bl# emacs /etc/fstab