kunsi-p14s: nftables rules order is important
This commit is contained in:
parent
4e0f286381
commit
0084257872
1 changed files with 4 additions and 4 deletions
|
@ -67,15 +67,15 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
'nftables': {
|
'nftables': {
|
||||||
'forward': {
|
'forward': {
|
||||||
'50-routing': {
|
'50-routing': [
|
||||||
'ct state { related, established } accept',
|
'ct state { related, established } accept',
|
||||||
'oifname wlp2s0 accept',
|
'oifname wlp2s0 accept',
|
||||||
},
|
],
|
||||||
},
|
},
|
||||||
'postrouting': {
|
'postrouting': {
|
||||||
'50-routing': {
|
'50-routing': [
|
||||||
'oifname wlp2s0 masquerade',
|
'oifname wlp2s0 masquerade',
|
||||||
},
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'openssh': {
|
'openssh': {
|
||||||
|
|
Loading…
Reference in a new issue