E: af-packet: eth0: failed to find interface: No such device

ok the the problem is done.

just change configuration at “/etc/sysconfig/network-scripts/ifcfg-enp0s3”

change value
NAME=enp0s3
DEVICE=enp0s3
to
NAME=eth0
DEVICE=eth0

-copy that file
cp /etc/sysconfig/network-scripts/ifcfg-enp0s3 /etc/sysconfig/network-scripts/ifcfg-eth0

-and remove
rm /etc/sysconfig/network-scripts/ifcfg-enp0s3


and update GRUB configuration at
“nano /etc/default/grub”

-add parameter to variable (GRUB_CMDLINE_LINUX)
net.ifnames=0 biosdevname=0

GRUB_CMDLINE_LINUX=“crash kernel=auto net.ifnames=0 biosdevname=0 rhgb quiet”

-update GRUB configuration
sudo grub2-mkconfig -o /boot/grub2/grub.cfg

-reboot
sudo reboot


check again
ip a
nmcli-p dev