jerrita 3 months ago
parent
commit
e1006455b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      networking/common.nft

+ 1 - 1
networking/common.nft

@@ -35,7 +35,7 @@ table inet global {
 
     chain postrouting {
         type nat hook postrouting priority 100; policy accept;
-        ip oifname ppp0 counter masquerade
+        ip saddr 192.168.5.0/24 oifname ppp0 counter masquerade
     }
 }