Difference between revisions of "NFS"
From Free Knowledge Base- The DUCK Project: information for everyone
Atekysepiko (Talk | contribs) |
m (Reverted edits by Atekysepiko (Talk); changed back to last version by Admin) |
||
Line 1: | Line 1: | ||
− | + | On the server: 3 configuration files. | |
/etc/exports, /etc/hosts.allow, and /etc/hosts.deny | /etc/exports, /etc/hosts.allow, and /etc/hosts.deny | ||
Line 24: | Line 24: | ||
[[Category:Computer_Technology]] | [[Category:Computer_Technology]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 11:47, 24 November 2010
On the server: 3 configuration files.
/etc/exports, /etc/hosts.allow, and /etc/hosts.deny
sample exports file entries:
/home/share 192.168.1.0/255.255.255.0(rw,no_root_squash) /home/username 192.168.1.0/255.255.255.0(rw,root_squash) /tmp 192.168.1.0/255.255.255.0(rw,no_root_squash)
For hosts.allow and hosts.deny you can leave them empty if you wish to disregard security. Configuration of those two files is not covered here. See 'man hosts.allow'
Five daemons: rpc.nfsd, rpc.lockd, rpc.statd, rpc.mountd, rpc.rquotad
redhat manual start type:
service portmap start service nfs start service nfslock start
netfs?
On the client: