Created
March 29, 2010 04:01
-
-
Save rctay/347369 to your computer and use it in GitHub Desktop.
[linux] deleting a route
This file contains 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
# to remove the route | |
# Kernel IP routing table | |
# Destination Gateway Genmask Flags Metric Ref Use Iface | |
# 0.0.0.0 10.0.2.2 0.0.0.0 UG 100 0 0 eth1 | |
sudo route del -net 0.0.0.0 gw 10.0.2.2 dev eth1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment