Do You Know the New Linux Networking Commands?
aug 24,
2017
Back in April, I explained the new network interface names. Instead of eth0 it’s something like enp0s4 or p7p1. Let’s see how to check the settings. Run these commands on your system and play along! Physical Devices First, what are the network class devices? This system has two Ethernet interfaces: $ ls -l /sys/class/net total […]
RHEL 7 New Features: Linux Network Commands With Iproute2
jun 4,
2015
Goodbye ifconfig and netstat, Hello ip In my last post on RHEL 7 new features we looked at the network interfaces in RHEL 7. The next question we will look at is how do you examine and reconfigure the IP address, netmask, routing table, and other networking settings on Linux? The answer may surprise you. […]