Quote:
Originally Posted by dr1ftp0w3r
For your friend to remove the nullroute he has to do this:
first: route -n (to get the table list)
then he removes whatever nullroute's there is in that table by doing this:
route del ip.range.or.ip gw 127.0.0.1 lo
Good luck
|
How is he suppose to access this without being able to use it? Once null-routed, there cannot be any connections to the server as it'll just route the incoming traffic to nowhere.