Enviado em 28/10/2017 - 08:54h
O seguinte, assim de instalei o debian não consegui conectar a internet.
# ping 8.8.8.8
connect: A rede está fora de alcance
# ping www.google.com
ping: www.google.com: Falha temporário na resolução de nome
#ifup enp0s3
cannot find device enp0s3
Failed to get interface index: No such device
ifup failed to bring up enp0s3
#dhclient enp0s3
Cannot find device "enp0s3"
# cat vi /etc/network/interfaces
source /etc/network/interfaces.d/*
#The loopbacknetwork interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp0s3
iface enp0s3 inet dhcp
# cat /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4