> The rules look fine. If outer interface (OUTERIF) is not eth0, then
your
> script would be using the wrong IP to accept inbound connections and
cause
> the access problem you see. I suggest that you list the actual ipchains
> input rules to see which IP is being allowed.
>
Good Point sm If you look in /etc/rc.d/init.d/pmfirewall there is a section
called start firewall that ends with a line
echo " Done!"
I add these lines;
echo ""
echo "External: $OUTERIF $OUTERNET"
echo "" ;;
To see what the value of OUTERIF and OUTERNET are.
Then if you do /etc/rc.d/init.d/pmfirewall restart
it will print out these values.
HTH
--
Gerald