jerrita hace 4 meses
padre
commit
e1006455b1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     }
 }