Created
July 24, 2017 09:32
-
-
Save nicobrevin/5e1dbef1a559aa9f581bb05691d05386 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ diff /tmp/sysctl-* | |
24c24 | |
< net.ipv4.conf..rp_filter = 1 | |
--- | |
> net.ipv4.conf..rp_filter = 0 | |
44c44 | |
< net.ipv6.conf..accept_dad = 0 | |
--- | |
> net.ipv6.conf..accept_dad = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment