i am using centos 7. I am typing the command
ip addr show eth0
but its reply Device "eth0" does not exist.
i am using centos 7. I am typing the command
ip addr show eth0
but its reply Device "eth0" does not exist.
In CentOS, network interfaces are named differently. So they aren't called eth0 or eth1, but rather have names like eno1 or enp2s0. (Source.)
Run ip addr to see how these interfaces are named on your system.
These names are defined in /etc/sysconfig/network-scripts/ifcfg-<iface>. You can change their names if you really wanted to, but I don't recommend it.
RHEL / CentOS 7.x uses consistent network device naming. And it might also be called predictable network interface names.
in any case the best way I have found to get eth naming back is to
You do not need to mess with anything under /etc/sysconfig/.