update at 2024-05-13 21:05:33
parent
87f7cdcb0d
commit
540ef14aa0
|
@ -147,15 +147,3 @@ table inet firewall {
|
|||
comment "Count any unmatched traffic"
|
||||
}
|
||||
}
|
||||
|
||||
table inet ppp
|
||||
delete table inet ppp
|
||||
|
||||
table inet ppp {
|
||||
chain postrouting {
|
||||
type nat hook postrouting priority 100; policy accept;
|
||||
oifname != "ppp0" return
|
||||
meta l4proto { tcp, udp } ip saddr 10.10.0.0/16 counter masquerade
|
||||
meta l4proto { tcp, udp } ip6 saddr fddd:dddd:dddd:dddd::/64 counter masquerade
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue