30.08.2013, 01:16
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
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
