大家好,又见面了,我是你们的朋友全栈君。
在Linux系统中,我们也会常遇到NFS的设置。针对这方面,我们这次主要讲解一下Linux NFS的端口配置。看看如何设置可以调节好防火墙和端口的设置。#Linux NFS服务 固定端口及防火墙配置#1。在LINUX上正常安装NFS服务2。修改/etc/service,添加以下内容(端口号必须在1024以下,且未被占用)#Localservices mountd1011/tcp#rpc。
mountd mountd1011/udp#rpc。mountd rquotad1012/tcp#rpc。rquotad rquotad1012/udp#rpc。rquotad3。重起Linux NFS服务servicenfsrestart chkconfignfson4。
此时rpc相关端口已经被固定,可以为Linux NFS添加防火墙规则#portmap /sbin/iptables-AINPUT-s192。168。1。0/24-ptcp–dport111-jACCEPT /sbin/iptables-AINPUT-s192。
168。1。0/24-pudp–dport111-jACCEPT #nfsd /sbin/iptables-AINPUT-s192。168。1。0/24-ptcp–dport2049-jACCEPT /sbin/iptables-AINPUT-s192。
168。1。0/24-pudp–dport2049-jACCEPT #mountd /sbin/iptables-AINPUT-s192。168。1。0/24-ptcp–dport1011-jACCEPT /sbin/iptables-AINPUT-s192。
168。1。0/24-pudp–dport1011-jACCEPT #rquotad /sbin/iptables-AINPUT-s192。168。1。0/24-ptcp–dport1012-jACCEPT /sbin/iptables-AINPUT-s192。
168。1。0/24-pudp–dport1012-jACCEPT #rpc。statd /sbin/iptables-AINPUT-s192。168。1。0/24-ptcp–dport32768-jACCEPT /sbin/iptables-AINPUT-s192。
168。1。0/24-pudp–dport32768-jACCEPT。
全部
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/153568.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...