

Use ip address command to display addresses, bind new address or delete old ones. You can see the man page for ip link with: $ man ip-link ip address Link/ether 02:35:97:08:6b:2a brd ff:ff:ff:ff:ff:ffģ: enp0s8: mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 Use ip link show command to display all network interfaces on the system : $ ip link showġ: lo: mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1

Ip link is for configuring, adding, and deleting network interfaces. Ip takes a second argument that specifies the object on which you wish to execute a command and an action like add, delete, or show. This replaces the traditional ifconfig and route commands. The iproute2 package includes the IP command which is used for network and routing configuration. Here we discuss some commonly used commands to manage Linux networks. Monitoring for security and performance also forms an essential part of an admin’s activities. Monitoring helps in detecting problems and fixing them before things get out of hand. You as an administrator are required to diagnose and resolve issues. When it comes to managing Linux networks, there are many commands and utilities available.Īt times networked systems fail. Configuring, monitoring, and securing networks form an essential part of a Sysadmin’s job.
