linux

位置:IT落伍者 >> linux >> 浏览文章

LinuxNFS端口命令


发布日期:2024年04月05日
 
LinuxNFS端口命令

在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在端口方面的设置

上一篇:使用NFS集成 Windows 和 Unix 系统

下一篇:实用窍门:Linux系统下更改SSH的端口号