Created
February 26, 2013 10:39
-
-
Save compor/4453fa4d1a898dfd750c to your computer and use it in GitHub Desktop.
null/blackhole route
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
| # network route that goes nowhere - blackhole filtering | |
| # 1] available to almost every host implementing the ip module | |
| # 2] almost 0 performance impact | |
| # 3] can sustain higher throughput than conventional firewalls | |
| route add -host 192.168.1.1 reject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment