Apparently, Linux tool "route" performs very similar role with the "ip route" command. They both can show and manipulate a routing table of Linux. So, what is difference?
Simple answer is; "ip" command replaces the old "route" command. "ip" is a command line tool in "iproute2" suite which substitutes "net-tools" package. "iproute2" suit integrates more functionality and a single interface through "ip" command.
Thus, if you can do something with route command, you can do exactly same thing with ip command.
More details of one-to-one match between old and new command can be found on this article: https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/
Subscribe to:
Post Comments (Atom)
Android Battery Drain issue - How to dig and find the root cause?
Mobile phones is getting more and more powerful silicons and processors, which causes more and more issues on battery management. It is unav...
-
Dell Optiplex mainboard layout from the service manual: (Image source: https://topics-cdn.dell.com/pdf/optiplex-9020-desktop_owners-manu...
-
When OpenStack creates a snapshot, the image is stored as qcow2 format with Glance, in the directory of /var/lib/glance/images/. However, ...
-
Reference: http://blog.earth-works.com/2013/02/22/how-to-set-up-openswan-l2tp-vpn-server-on-centos-6/ OpenVPN is easy to set up, but needs...
No comments:
Post a Comment