在Linux系統中我們也會常遇到NFS的設置針對這方面我們這次主要講解一下Linux NFS的端口配置看看如何設置可以調節好防火牆和端口的設置
#Linux NFS服務 固定端口及防火牆配置#
在LINUX上正常安裝NFS服務
修改/etc/service添加以下內容(端口號必須在以下且未被占用)
#Localservices mountd/tcp#rpcmountd mountd/udp#rpcmountd rquotad/tcp#rpcrquotad rquotad/udp#rpcrquotad
重起Linux NFS服務
servicenfsrestart chkconfignfson
此時rpc相關端口已經被固定可以為Linux NFS添加防火牆規則
#portmap /sbin/iptablesAINPUTs/ptcpdportjACCEPT /sbin/iptablesAINPUTs/pudpdportjACCEPT #nfsd /sbin/iptablesAINPUTs/ptcpdportjACCEPT /sbin/iptablesAINPUTs/pudpdportjACCEPT #mountd /sbin/iptablesAINPUTs/ptcpdportjACCEPT /sbin/iptablesAINPUTs/pudpdportjACCEPT #rquotad /sbin/iptablesAINPUTs/ptcpdportjACCEPT /sbin/iptablesAINPUTs/pudpdportjACCEPT #rpcstatd /sbin/iptablesAINPUTs/ptcpdportjACCEPT /sbin/iptablesAINPUTs/pudpdportjACCEPT
編輯推薦TCP/IP協議專題
TCP/IP(傳輸入控制地議/網際協議)是一種網絡通信協議它規范了網絡上的所有通信設備尤其是一個主機與
打不開Telnet 端口怎麼辦?Telnet 端口的設置命令Telnet端口在網絡中的配置Linux NFS設置的總結NFS在端口方面的設置
From:http://tw.wingwit.com/Article/os/fwq/201401/30161.html