NFS固定端口配置
时间:2010-12-02 来源:dicc
在/etc/sysconfig/nfs增加:
MOUNTD_PORT="825"
STATD_PORT="909"
LOCKD_TCPPORT="4004"
LOCKD_UDPPORT="4004"
RQUOTAD_PORT="909" 结果 lsof -nPi rpc.rquot 25353 root 3u IPv4 5225306 UDP *:909
rpc.rquot 25353 root 4u IPv4 5225311 TCP *:909 (LISTEN)
rpc.mount 25368 root 6u IPv4 5225346 UDP *:825
rpc.mount 25368 root 7u IPv4 5225349 TCP *:825 (LISTEN) 另: TCP:2049和111(portmap)是需要开通的NFS端口,mount必须要 825(rpc.mount)是umount需要访问的NFS端口 909(rpc.rquot)经测试有或无都不影响mount和umount,待探索 dicc...
STATD_PORT="909"
LOCKD_TCPPORT="4004"
LOCKD_UDPPORT="4004"
RQUOTAD_PORT="909" 结果 lsof -nPi rpc.rquot 25353 root 3u IPv4 5225306 UDP *:909
rpc.rquot 25353 root 4u IPv4 5225311 TCP *:909 (LISTEN)
rpc.mount 25368 root 6u IPv4 5225346 UDP *:825
rpc.mount 25368 root 7u IPv4 5225349 TCP *:825 (LISTEN) 另: TCP:2049和111(portmap)是需要开通的NFS端口,mount必须要 825(rpc.mount)是umount需要访问的NFS端口 909(rpc.rquot)经测试有或无都不影响mount和umount,待探索 dicc...
相关阅读 更多 +