AS201281 Wiki

Your check engine light is on!

User Tools

Site Tools


sysadmin:storage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sysadmin:storage [2013/09/18 17:47] – created Guillaume Mazoyersysadmin:storage [2021/01/04 20:41] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ===== Defining NFS ports to be ports based firewall friendly ===== ===== Defining NFS ports to be ports based firewall friendly =====
  
-It's easy to configure the port options for the **statd** and **mountd** RPC services, thanks to the use of ///etc/default/*// by the init-scripts.+It's easy to configure the port options for the **statd** and **mountd** RPC services, thanks to the use of ''/etc/default/*'' by the init-scripts.
  
-File ///etc/default/nfs-common//+File ''/etc/default/nfs-common''
 <code>STATDOPTS="--port 32765 --outgoing-port 32766"</code> <code>STATDOPTS="--port 32765 --outgoing-port 32766"</code>
  
-File ///etc/default/nfs-kernel-server//+File ''/etc/default/nfs-kernel-server''
 <code>RPCMOUNTDOPTS="-p 32767"</code> <code>RPCMOUNTDOPTS="-p 32767"</code>
  
 The NFS daemon (**rpc.nfsd** or just **nfsd**) will listen on port 2049 by default if no port is specified. The NFS daemon (**rpc.nfsd** or just **nfsd**) will listen on port 2049 by default if no port is specified.
  
-Create a ///etc/modprobe.d/nfs-local.conf// file to provide the lockd module with options.+Create a ''/etc/modprobe.d/nfs-local.conf'' file to provide the lockd module with options.
 <code>options lockd nlm_udpport=32768 nlm_tcpport=32768 <code>options lockd nlm_udpport=32768 nlm_tcpport=32768
 options nfs callback_tcpport=32764</code> options nfs callback_tcpport=32764</code>
sysadmin/storage.1379526423.txt.gz · Last modified: 2021/01/04 20:41 (external edit)