kunsi-p14s: nftables rules order is important

This commit is contained in:
Franzi 2023-12-09 13:42:31 +01:00
parent 4e0f286381
commit 0084257872
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -67,15 +67,15 @@ nodes['kunsi-p14s'] = {
},
'nftables': {
'forward': {
'50-routing': {
'50-routing': [
'ct state { related, established } accept',
'oifname wlp2s0 accept',
},
],
},
'postrouting': {
'50-routing': {
'50-routing': [
'oifname wlp2s0 masquerade',
},
],
},
},
'openssh': {