eth0
eth0 is the conventional name for the first Ethernet network interface on Linux and many Unix-like systems. Historically the kernel assigned eth0 to the first detected Ethernet device; with the advent of udev and predictable naming, names like enp0s3 or ens33 are common, but eth0 remains widely used as a compatibility alias or in older scripts.
The interface corresponds to a network device driver and is represented in /sys/class/net/eth0; it may be a
Configuration across distributions varies. Debian and Ubuntu historically used /etc/network/interfaces; Red Hat and derivatives used ifcfg-eth0;
In virtual environments, eth0 commonly represents the first virtual NIC connected to a virtual switch. Because