Turn on ipv4 forwarding

This commit is contained in:
Wile E. Coyote 2018-02-12 20:15:36 +00:00
parent bdf956fc06
commit c469f5b91b

View file

@ -185,6 +185,11 @@ class rhizo_base {
}
}
sysctl { 'net.ipv4.ip_forward':
value => '1'
}
#Rhizomatica scripts
file { '/home/rhizomatica/bin':
ensure => directory,