[Gllug] Problems with Arno firewall script and iptables
Tim Schofield
tim at scoffer.net
Fri Jul 25 15:00:53 UTC 2008
On Fri, 2008-07-25 at 15:20 +0100, william pink wrote:
> iptables -A INPUT -p tcp –dport 443 -m state –state NEW -j ACCEPT
Probably a rule above it blocking. Try using -I switch which will
insert the rule at the top of the INPUT chain
iptables -I INPUT -p tcp –dport 443 -m state –state NEW -j ACCEPT
Regards
Tim
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list