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
     }
 }