Project

General

Profile

action #35745

Updated by riafarov over 5 years ago

## Description 

 According to [bsc#1083487 yast2 configuration part for nis-server shows "Some firewalld services are not available"](https://bugzilla.suse.com/show_bug.cgi?id=1083487) firewalld does not support dynamically allocated ports by rpcbind, which affects NIS & NFS configuration. 
 We already disable firewalld, There are two possibilities how to solve this, but there is more secure solution overcome this impediment.  

 1. Simply turn off firewalld service whenever we could apply by configuring are running NIS or NFS tests 
 2. Configure static ports for NIS/NFS server/client 

 ## Acceptance criteria 
 1. Firewalld is not turned of for MM NIS/NFS test suites 
 2. Service uses configuration with static ports servers 

 ## 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/ 

Back