Click to See Complete Forum and Search --> : NFS + Redhat 8.0 + Firewall settings


radcc
01-28-2003, 03:31 AM
I couldn't tell if this was asked previously in another thread. I'm trying to share directories from my server through NFS to my client system.

At this time, everything appears to work if I 'iptables -F' but if I have iptables running on the server at some point I lose the share.

At first I thought the issue was dns related but it appears to be completely related to problems with my IPTABLE setup

I have included the following entries that from what I've read are NFS/Portmap related in my IPTABLES file:

-A RH-Lokkit-0-50-INPUT -p udp -m udp --dport 2049 -j ACCEPT
-A RH-Lokkit-0-50-INPUT -p udp -m udp --dport 111 -j ACCEPT
-A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 111 --syn -j ACCEPT

are there any other settings that I should add to my IPTABLES to allow for successful sharing between my server and client?