2 description "Master role applied to lockheed"
11 :address => "10.0.48.16"
16 :xmithashpolicy => "layer3+4",
17 :slaves => %w[eno49 eno50]
21 :interface => "bond0.3",
24 :source_route_table => 100,
26 :address => "184.104.179.144",
28 :gateway => "184.104.179.129"
31 :address => "2001:470:1:fa1::10",
33 :gateway => "2001:470:1:fa1::1"
37 :interface => "bond0.103",
39 :source_route_table => 150,
41 :address => "82.199.86.112",
43 :gateway => "82.199.86.97"
46 :address => "2001:4d78:500:5e3::10",
48 :gateway => "2001:4d78:500:5e3::1"
55 :comment => "Increase size of connection queue",
57 "net.core.somaxconn" => 10000
60 :network_conntrack_time_wait => {
61 :comment => "Only track completed connections for 30 seconds",
63 "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
66 :network_conntrack_max => {
67 :comment => "Increase max number of connections tracked",
69 "net.netfilter.nf_conntrack_max" => "524288"
72 :no_tcp_slow_start => {
73 :comment => "Disable TCP slow start",
75 "net.ipv4.tcp_slow_start_after_idle" => "0"
79 :comment => "Use TCP BBR Congestion Control",
81 "net.core.default_qdisc" => "fq",
82 "net.ipv4.tcp_congestion_control" => "bbr"
90 :keys_zone => "proxy_cache_zone:256M",