Project

General

Profile

action #35745

Updated by okurz almost 6 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. There are two possibilities how to overcome this impediment.  

 1. Simply turn off firewalld service whenever we are running NIS or NFS tests 
 2. Configure static ports for NIS/NFS servers 

 ## Suggestions AC 

 * AC1 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 
 * AC2 update /etc/sysconfig/nfs & /etc/sysconfig/ypserv accordingly 

 Inspiration  
 https://www.systutorials.com/39625/fixing-ports-used-by-nfs-server/ 

Back