gw08: update some values
This commit is contained in:
parent
b89b3fd638
commit
56fd93f37e
13
gw08.pp
13
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',
|
||||
|
|
Loading…
Reference in a new issue