jerrita 4 tháng trước cách đây
mục cha
commit
e1006455b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
     }
 }