Actions
action #35745
closed[sle][functional][y][bsc#1083487] - Use static port configuration for NIS/NFS instead of disabling firewalld in MM nfs client/server test suites
Start date:
2018-05-02
Due date:
% Done:
0%
Estimated time:
Description
Description¶
According to bsc#1083487 yast2 configuration part for nis-server shows "Some firewalld services are not available" firewalld does not support dynamically allocated ports by rpcbind, which affects NIS & NFS configuration.
We already disable firewalld, to solve this, but there is more secure solution we could apply by configuring static ports for NIS/NFS server/client
Acceptance criteria¶
- Firewalld is not turned of for MM NIS/NFS test suites
- Service uses configuration with static ports
Suggestions¶
- read about rpc.idmapd (8) - NFSv4 ID <-> Name Mapper, rpc.mountd (8) - NFS mount daemon, rpc.nfsd (8) - NFS server process, rpc.statd (8) - NSM service daemon, ypserv (8) - NIS Server
- update /etc/sysconfig/nfs & /etc/sysconfig/ypserv accordingly
Inspiration
https://www.systutorials.com/39625/fixing-ports-used-by-nfs-server/
Actions