class firewall::torrent { shorewall::rule { "torrent-tcp": action => 'ACCEPT', source => 'net', destination => '$FW', proto => 'tcp', destinationport => "6881:6999", ratelimit => '-', order => 200, } shorewall::rule { "torrent-udp": action => 'ACCEPT', source => 'net', destination => '$FW', proto => 'udp', destinationport => "6881:6999", ratelimit => '-', order => 201, } }