Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: paulfung on August 15, 2007, 09:27:51 PM

Title: Does SME 7.2 have Layer7 netfilter control in its iptable
Post by: paulfung on August 15, 2007, 09:27:51 PM
As a gateway server, does SME 7.2 have Layer7 netfilter control in it iptable ?

Can I use command like :

iptables -t mangle -A PREROUTING -m layer7 --l7proto edonkey -j DROP
iptables -t mangle -A POSTROUTING -m layer7 --l7proto edonkey -j DROP
iptables -t mangle -A PREROUTING -m layer7 --l7proto bittorrent -j DROP
iptables -t mangle -A POSTROUTING -m layer7 --l7proto bittorrent -j DROP

P.S. : Can I set them all in my firewall rule settings ?