Do not see eth0, instead I see enp0s3

Hello Team,

I executed the command ip addr show, but instead of eth0, I see enp0s3

Is this the same thing ?

Regards
Avik

A question about Ubuntu, but the answer remains the same:

Please look at NIC-configurationfiles /etc/sysconfig/networking/devices/ifcfg-ethX and check parameter ONBOOTif it exists or not (add it if it does not exist)

grep "ONBOOT=yes" /etc/sysconfig/networking/devices/*
/etc/sysconfig/networking/devices/ifcfg-eth0:ONBOOT=yes
/etc/sysconfig/networking/devices/ifcfg-eth1:ONBOOT=yes 
...

Reboot or /etc/init.d/network restart after the change should bring your interface up.
Hope this helps!