Re: Access control for a NFS server
Jörg Bornschein <[email protected]>
| Newsgroups | gmane.comp.security.linux |
|---|---|
| Message-ID | <[email protected]> |
Symen, Thobias, > I suppose you could probably tunnel NFS over SSH as well, I've always > wanted to try it, but I haven't had time. I used to run NFS over IPSec. Everything worked fine; event between linux, FreeBSD and W2K. IPSec provides authentication (you asked for) and encryption (you COULD turn encryption off and just leave authentication in place). When running a 2.6.x Kernel everything is in place -- you dont have to patch anything. See http://www.ipsec-howto.org/. j.