From: Grant Slater Date: Thu, 16 Jan 2014 20:38:21 +0000 (+0000) Subject: tilecache: allow ICP UDP replies X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a90736ea12c830628dcf85e5d69e79ddfe5563b0?hp=e18eab28f7518bcba2120820f466776af8fc888d;ds=sidebyside tilecache: allow ICP UDP replies --- diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 647e0dc07..209a83dc9 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -48,6 +48,15 @@ tilecaches.each do |cache| dest_ports "3130" source_ports "1024:" end + firewall_rule "accept-squid-icp-reply" do + action :accept + family "inet" + source "fw" + dest "net:#{address}" + proto "udp" + dest_ports "3130" + source_ports "1024:" + end end end