class firewall::virtual::gobby($destination, $zone = 'fw') { shorewall::rule { 'gobby-0': action => 'DNAT', source => 'net', destination => "$zone:$destination:6523", proto => 'tcp', destinationport => '6523', ratelimit => '-', order => 2400, } }