|
Look like port 2049 is not enough, you may need to do the following as well:
1. vi /etc/sysconfig/nfs
2. uncomment lines containing RQUOTAD_PORT, LOCKD_TCPPORT, LOCKD_UDPPORT, MOUNTD_PORT, STATD_PORT and STATD_OUTGOING_PORT, and change the port numbers(you could keep the default value but change them to 4000-4005 help you to manage them in iptables).
3. /etc/init.d/nfs reload
4. open relevant ports in iptables, then /etc/init.d/iptables save, then /etc/init.d/iptables reload
Last edited by cbhhuang; 02-09-2012 at 04:19 AM.
|