mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-01 16:04:34 -04:00
enforce defualt net.ipv4.ip_forward
This commit is contained in:
parent
79156262c9
commit
57b5b2145c
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ net.ipv6.conf.default.accept_source_route=0
|
|||
net.ipv4.conf.default.rp_filter=1
|
||||
net.ipv4.conf.all.rp_filter=1
|
||||
|
||||
## Disables IP forwarding (we are not a router!)
|
||||
net.ipv4.ip_forward=0
|
||||
|
||||
#### meta end
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue