jerrita 4 月之前
父節點
當前提交
e1006455b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     }
 }