97ef6d01a5c63719f444af3e9ab0ef1e3650ba91
[devwiki.git] / testing / nfsv4.mdwn
1 # Using NFSv4 with Moonshot
2
3 The steps below have been tested on Debian Squeeze using MIT 1.10 (from testing), as described in the [[Debian guide|configuringdebian]].
4
5 ## Install NFSv4 using standard Kerberos authentication
6     # mount -t nfs4 -o sec=krb5 moonshot.ics.muni.cz:/ /mnt
7
8 ## Remove the dependency on libgssglue
9     $ apt-get source librpcsecgss
10     $ cd librpcsecgss-0.19
11     $ patch -p0 < librpcsecgss.patch
12     $ debuild -us -uc
13     # dpkg -i ../librpcsecgss*deb
14
15 ## Install kernel that supports strong encryption (i.e. >= 2.6.35)
16     # apt-get install -t testing linux-image-amd64
17     # reboot
18
19