<html><body>
<DIV>-------------- Original message -------------- <BR>From: "Nick Morrott" &lt;knowledgejunkie@gmail.com&gt; <BR><BR>&gt; On 13/09/2007, Harry Devine <LIFTER89@COMCAST.NET>wrote: <BR>&gt; <BR>&gt; &gt; Here is the output of my iptables -L: <BR>&gt; <BR>&gt; <SNIP><BR>&gt; <BR>&gt; &gt; -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 111 -j <BR>&gt; &gt; ACCEPT <BR>&gt; &gt; <BR>&gt; &gt; -A RH-Firewall-1-INPUT -p udp -m state --state NEW -m udp --dport 111 -j <BR>&gt; &gt; ACCEPT <BR>&gt; &gt; <BR>&gt; &gt; -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 2049 -j <BR>&gt; &gt; ACCEPT <BR>&gt; &gt; <BR>&gt; &gt; -A RH-Firewall-1-INPUT -p udp -m state --state NEW -m udp --dport 2049 -j <BR>&gt; &gt; ACCEPT <BR>&gt; &gt; <BR>&gt; &gt; -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited <BR>&gt; <BR>&gt; I think the problem is that only ports 111 and 2049 are being allowed <BR>&gt; by the current ruleset, and the other necessary port
s for NFS (which <BR>&gt; rpcinfo -p will show, and the link I posted shows how to control) are <BR>&gt; still closed. <BR>&gt; <BR>&gt; To verify this, check the output of rpcinfo and look for the port <BR>&gt; entries for status, mountd, rquotad, and lockmgr. Create firewall <BR>&gt; rules which ACCEPT these ports (udp/tcp per rpcinfo) and restart the <BR>&gt; firewall without restarting NFS. You should now be able to connect to <BR>&gt; the exported volume from your client. <BR>&gt; <BR>&gt; -- <BR>&gt; Nick Morrott <BR>&gt; <BR>&gt; MythTV Official wiki: <BR>&gt; http://mythtv.org/wiki/ <BR>&gt; MythTV users list archive: <BR>&gt; http://www.gossamer-threads.com/lists/mythtv/users <BR>&gt; <BR>&gt; "An investment in knowledge always pays the best interest." - Benjamin Franklin <BR>&gt; _______________________________________________ <BR>&gt; mythtv-users mailing list <BR>&gt; mythtv-users@mythtv.org <BR>&gt; <A href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http
://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</A> </DIV>
<DIV>&nbsp;</DIV>
<DIV>FYI:&nbsp; That suggestion worked!!!!&nbsp; I just mapped my NFS share from my Myth box.&nbsp; I added the following NFS information to my firewall (as per rpcinfo -p):</DIV>
<DIV>&nbsp;</DIV>
<DIV>status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TCP port 881/UDP port 878</DIV>
<DIV>rquotad&nbsp;&nbsp;&nbsp;TCP port 844/UDP port 841</DIV>
<DIV>mountd&nbsp;&nbsp;&nbsp; TCP port 883/UDP port 880</DIV>
<DIV>nlockmgr TCP port 50560/UDP port 32768</DIV>
<DIV>&nbsp;</DIV>
<DIV>So, now it's working.&nbsp; What bothers me is that when I setup the boxes, I checked the checkbox for NFS on the firewall setup, yet ALL of the required ports weren't added to iptables.&nbsp; One would think that if they wanted to allow NFS thru, then ALL NFS-related ports would be allowed in the firewall.&nbsp; Oh, well.&nbsp; Wishful thinking, I suppose.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thank you very much for the help, time, and suggestions!</DIV>
<DIV>Harry</DIV></body></html>