It has been more than a decade since the ifconfig
command has been deprecated on Linux in favor of the iproute2
project, which contains the magical tool ip
. Many online tutorial resources still refer to old command-line tools like ifconfig
, route
, and netstat
. The goal of this tutorial is to share some of the simple networking-related things you can do easily using the ip
tool instead.