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': {
|
||||
'forward': {
|
||||
'50-routing': {
|
||||
'50-routing': [
|
||||
'ct state { related, established } accept',
|
||||
'oifname wlp2s0 accept',
|
||||
},
|
||||
],
|
||||
},
|
||||
'postrouting': {
|
||||
'50-routing': {
|
||||
'50-routing': [
|
||||
'oifname wlp2s0 masquerade',
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
'openssh': {
|
||||
|
|
Loading…
Reference in a new issue