Is there a sane way to add iptables rules in the %post section I want to allow 2049, 111, 32271 from a specified IP only.I've tried issuing the iptables -A commands and doing a /etc/init.d/iptables save with no luck. I don't see any method for specifying an IP address in the firewalls line. I can definately do some script-fu to fix this but I was looking for a nicer way of doing it.
- andrew