Penguin

Differences between version 2 and predecessor to the previous major change of NFS.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Friday, November 5, 2004 6:13:24 am by ChrisLowth Revert
Older page: version 1 Last edited on Thursday, November 14, 2002 6:20:27 pm by PerryLorier Revert
@@ -1,3 +1,5 @@
 NFS is Sun's Network File System. NFS is *The* NetworkFileSystem for Unix. NFS works on a RemoteProcedureCall system, translating all the calls you make on the local machine to open(2), read(2), write(2), close(2) etc to calls on the remote machine. One of the nicest things about NFS is that it's stateless, each client doesn't use up extra resources on the server, and, if the server goes away (and the comes back) the clients will not be effected. At least thats the theory. 
  
 NFS doesn't have many of the more advanted NetworkFileSystem's features such as disconnected operation. 
+  
+NFS can be problematic to control using a firewall due to the fact that it does not use pre-defined ports. The tutorial entitled "[Configuring NFS for firewall control|http://www.lowth.com/LinWiz/nfs_help.html]" takes you through the steps involved in sorting this issue out.