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"
32 :interface => "bond0.103",
34 :source_route_table => 150,
36 :address => "82.199.86.112",
38 :gateway => "82.199.86.97"
45 :comment => "Increase size of connection queue",
47 "net.core.somaxconn" => 10000
50 :network_conntrack_time_wait => {
51 :comment => "Only track completed connections for 30 seconds",
53 "net.netfilter.nf_conntrack_tcp_timeout_time_wait" => "30"
56 :network_conntrack_max => {
57 :comment => "Increase max number of connections tracked",
59 "net.netfilter.nf_conntrack_max" => "524288"
62 :no_tcp_slow_start => {
63 :comment => "Disable TCP slow start",
65 "net.ipv4.tcp_slow_start_after_idle" => "0"
69 :comment => "Use TCP BBR Congestion Control",
71 "net.core.default_qdisc" => "fq",
72 "net.ipv4.tcp_congestion_control" => "bbr"
80 :keys_zone => "proxy_cache_zone:256M",