Turn on ipv4 forwarding
This commit is contained in:
parent
bdf956fc06
commit
c469f5b91b
1 changed files with 5 additions and 0 deletions
|
@ -185,6 +185,11 @@ class rhizo_base {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sysctl { 'net.ipv4.ip_forward':
|
||||||
|
value => '1'
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#Rhizomatica scripts
|
#Rhizomatica scripts
|
||||||
file { '/home/rhizomatica/bin':
|
file { '/home/rhizomatica/bin':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue