From 56fd93f37e3e176c91933627d3b1741153c0fc3f Mon Sep 17 00:00:00 2001 From: Leo Krueger Date: Thu, 7 May 2015 17:18:13 +0200 Subject: [PATCH] gw08: update some values --- gw08.pp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gw08.pp b/gw08.pp index 3d07153..ef7e2e4 100644 --- a/gw08.pp +++ b/gw08.pp @@ -6,14 +6,14 @@ class { 'ffnord::params': conntrack_max => 131072, conntrack_tcp_timeout => 3600, - conntrack_udp_timeout => 65, + conntrack_udp_timeout => 600, - wmem_default => 1572864, - wmem_max => 1572864, - rmem_default => 1572864, - rmem_max => 1572864, + wmem_default => 83886080 + wmem_max => 83886080 + rmem_default => 83886080, + rmem_max => 83886080, - max_backlog => 5000, + max_backlog => 1000, } ffnord::mesh { 'mesh_ffhh': @@ -42,7 +42,6 @@ ffnord::dhcpd::static { 'ffhh': static_git => 'https://github.com/freifunkhamburg/dhcp-static.git'; } - class { 'ffnord::uplink::ip': nat_network => '185.66.193.62/32',