If it is installed use
ethtool first on each of the interfaces to see which one has an active link and then configure that interface with the
ip configuration in /etc/network/interfaces, so something like this.
Then check if it says
yes where it says "Link Detected"
Once you find the one that has link create an ip configuration for it, that would something like you had before.
Code:
auto eno1
iface eno1 inet static
address xxx.xxx.98.106/24
gateway xxx.xxx.98.1
dns-nameservers 8.8.8.8 8.8.4.4