Hello List, i am looking for a very simple "php firewall builder". I only want to manage simple FORWARD chains like: -A FORWARD -s 192.168.0.1 -d 123.123.123.123 -m tcp -p tcp --dport 21 -j ACCEPT -A FORWARD -s 192.168.0.0/24 -d 123.123.123.123 -m tcp -p tcp --dport 25 -j ACCEPT Does someone know a nice project which handles this? Thanks, Mario -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html