Got the problem solved. Edited /etc/network/interfaces and added the lines
auto eth0
iface eth0 inet dhcp
As well as editing /etc/NetworkManager/NetworkManager.conf to
[main]
plugins=ifupdown, keyfile
[ifupdown]
managed=true
It was showing managed=false upon changing that and resetting connection is up and usable. Thanks for all the help!