net.ipv4.ip_forward -> net.ipv4.conf.all.forwarding

This commit is contained in:
Franzi 2024-03-03 15:44:31 +01:00
parent 0fa9ef91ae
commit e3d7cae251
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 3 additions and 9 deletions

View file

@ -24,7 +24,7 @@ defaults = {
}, },
'sysctl': { 'sysctl': {
'options': { 'options': {
'net.ipv4.ip_forward': '1', 'net.ipv4.conf.all.forwarding': '1',
'net.ipv6.conf.all.forwarding': '1', 'net.ipv6.conf.all.forwarding': '1',
}, },
}, },

View file

@ -192,12 +192,6 @@ nodes['home.nas'] = {
#'/dev/disk/by-id/ata-TS64GSSD370_B807810527', #'/dev/disk/by-id/ata-TS64GSSD370_B807810527',
}, },
}, },
'sysctl': {
'options': {
# XXX find out if this is really needed
'net.ipv4.ip_forward': '1',
},
},
'systemd-networkd': { 'systemd-networkd': {
'bridges': { 'bridges': {
'br0': { 'br0': {

View file

@ -220,7 +220,7 @@ nodes['htz-cloud.miniserver'] = {
'sysctl': { 'sysctl': {
'options': { 'options': {
# XXX find out if this is really needed # XXX find out if this is really needed
'net.ipv4.ip_forward': '1', 'net.ipv4.conf.all.forwarding': '1',
'net.ipv6.conf.all.forwarding': '1', 'net.ipv6.conf.all.forwarding': '1',
}, },
}, },

View file

@ -156,7 +156,7 @@ nodes['kunsi-p14s'] = {
}, },
'sysctl': { 'sysctl': {
'options': { 'options': {
'net.ipv4.ip_forward': '1', 'net.ipv4.conf.all.forwarding': '1',
}, },
}, },
'systemd-networkd': { 'systemd-networkd': {