Null Route |
|
A null route is a route that goes to nowhere. The reason for creating a null route is to prevent your system from sending any data to a remote system.
Creating a null routeNull routes are usually created using the `route` command. This works under both Windows and Unix, although the syntax differs. The example shows the creation of a null route for an entire Class C network:
We can see the route which this command created using the `netstat -nr` command:
The result of this command is that no matter what packets we receive from this network, we will never send any packets to this network in reply. Null routes are useful against spammers and other nasty folks on the Internet. |
Discuss Null Route in the forums.
You need to login or register to post comments.



