After
apt-get update
apt-get dist-upgrade
Did the following to get things rolling again, just posting this in case someone else runs into the same.
If I should have done something differently, please let me know!
Solution: In file: /etc/network/interfaces, changed two lines where enps0 was referenced, and restarted networking
auto lo
iface lo inet loopback
# iface enp2s0 inet manual
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.6/24
gateway 192.168.1.3
# bridge-ports enp2s0
bridge-ports eth0
bridge-stp off
bridge-fd 0
apt-get update
apt-get dist-upgrade
Did the following to get things rolling again, just posting this in case someone else runs into the same.
If I should have done something differently, please let me know!
Solution: In file: /etc/network/interfaces, changed two lines where enps0 was referenced, and restarted networking
auto lo
iface lo inet loopback
# iface enp2s0 inet manual
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.6/24
gateway 192.168.1.3
# bridge-ports enp2s0
bridge-ports eth0
bridge-stp off
bridge-fd 0