X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5b3255591fe355642dcb2278831a394b2755019b..456dad622b22a008710ae410ec0a27550292dc57:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index adce84808..ee5777735 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -40,7 +40,7 @@ default_attributes( :network_local_port_range => { :comment => "Increase available local port range", :parameters => { - "net.ipv4.ip_local_port_range" => "4096 64000" + "net.ipv4.ip_local_port_range" => "1024 65000" } }, :kernel_tfo_listen_enable => {