Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:workbook:computing:unix:sysadmin:nfs [20/01/2014 15:00]
pacher
vlsi:workbook:computing:unix:sysadmin:nfs [06/06/2014 12:39] (versione attuale)
pacher
Linea 2: Linea 2:
 ====== NFS setup and references ====== ====== NFS setup and references ======
  
-__[[vlsi:​workbook:​computing:​unix:​sysadmin|Back]]__ ​+__[[vlsi:​workbook:​computing:​unix:​sysadmin|Back]]__ ​]
  
  
Linea 64: Linea 64:
 Connection timeout error means that **the firewall is blocking NFS on the server machine**. Connection timeout error means that **the firewall is blocking NFS on the server machine**.
  
 +
 +
 +Edit ''/​etc/​sysconfig/​iptables'' ​
 +
 +<​code>​
 +-A INPUT -m state --state NEW -m tcp -p tcp --dport 2049 -j ACCEPT  ​
 +-A INPUT -m state --state NEW -m tcp -p tcp --dport 111 -j ACCEPT ​
 +-A INPUT -m state --state NEW -m tcp -p tcp --dport 32803 -j ACCEPT ​
 +-A INPUT -m state --state NEW -m tcp -p tcp --dport 892 -j ACCEPT  ​
 +-A INPUT -m state --state NEW -m tcp -p tcp --dport 875 -j ACCEPT ​
 +-A INPUT -m state --state NEW -m tcp -p tcp --dport 662 -j ACCEPT ​
 +</​code>​
 +
 +then restart iptables service,
 +
 +<​code>​
 +# service iptables restart
 +</​code>​
  
 ====== ====== ====== ======