Hello, On 09/14/2015 09:11 AM, Soumya Koduri wrote: > Hi, > > In the latest Linux distributions (Fedora), ports 2049 (nfs) and 20048 (mountd) are configured to be opened by default by firewalld service. > > Files: '/usr/lib/firewalld/services/nfs.xml' & '/usr/lib/firewalld/services/mountd.xml'. Hmm... I didn't know about this... We should probably set the -p 20048 by default via /etc/sysconfig/nfs file or maybe the systemd script? > > We would like to know what ports could be used by default for service > daemons providing other NFS side-band protocols (NLM/NSM/RQUOTA), so > that we can define *.xml files for those services as well to be included in > firewalld if required. The actual port number really does not matter, as long as its not a privileged port (< 1024). What matters is the port you assign to the servers are actually used... Which means the default configuration files (like /etc/sysconfig/nfs) are updated with the given port numbers. steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html