Thanks for looking into this. If the devices name has changed, why does a manual ifdown eth0 && ifup eth0 help?
In any case, these are the outputs immediately after a boot:
sudo lshw -class network
Code:
*-network DISABLED
description: Ethernet interface
product: Virtio network device
vendor: Red Hat, Inc
physical id: 3
bus info: pci@0000:00:03.0
logical name: eth0
version: 00
serial: 52:54:00:64:a4:cf
width: 32 bits
clock: 33MHz
capabilities: msix bus_master cap_list rom ethernet physical
configuration: autonegotiation=off broadcast=yes driver=virtio_net driverversion=1.0.0 latency=0 link=no multicast=yes
resources: irq:10 ioport:c060(size=32) memory:febf1000-febf1fff memory:febc0000-febdffff
ls /sys/class/net
ip -o link show | awk '{print $2,$9}'
Code:
lo: UNKNOWN
eth0: DOWN
cat /proc/net/dev
Code:
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 166957 2743 0 0 0 0 0 0 166957 2743 0 0 0 0 0 0
eth0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Thanks again!