blob: 7194eb85dbf75950339d60f886d39376013735dc [file] [log] [blame]
Vernon Maueryfe4db9b2019-04-12 13:56:52 -07001# Turn on Source Address Verification in all interfaces to
2# prevent some spoofing attacks
3net.ipv4.conf.default.rp_filter = 2
4net.ipv4.conf.all.rp_filter = 2
5