Created
October 24, 2014 10:29
-
-
Save marc-hanheide/1e3ab2c1e0abbc0e7c1c to your computer and use it in GitHub Desktop.
disable reverse-path filtering for all interfaces
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sysctl -a | grep \\.rp_filter | cut -f1 -d" " | xargs -i{} -- sudo sysctl -w {}=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment