X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b1ced9fbdbe88a53f3b96236ea82cb85f85262cc..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/ucl.rb diff --git a/roles/ucl.rb b/roles/ucl.rb index eb3dfd1cd..516c925d3 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -8,7 +8,10 @@ default_attributes( :internal => { :inet => { :prefix => "20", - :gateway => "10.0.0.3" + :gateway => "10.0.0.3", + :routes => { + "10.0.0.0/8" => { :via => "10.0.0.3" } + } } }, :external => { @@ -18,15 +21,9 @@ default_attributes( :gateway => "193.60.236.254" } } - } - }, - :sysctl => { - :blackhole => { - :comment => "Force TCP level MTU probing because of known ICMP blackhole at UCL", - :parameters => { - "net.ipv4.tcp_mtu_probing" => "2", - "net.ipv4.tcp_base_mss" => "1024" - } + }, + :wireguard => { + :keepalive => 180 } } )