You've been doing a lot of experimentation:
<Network>
<Adapter slot="0" enabled="true" MACAddress="0800271795D3" promiscuousModePolicy="AllowAll" type="82540EM">
<DisabledModes>
<BridgedInterface name="eno1"/>
<NATNetwork name="NatNetwork"/>
</DisabledModes>
<InternalNetwork name="intnet"/>
</Adapter>
<Adapter slot="1" MACAddress="080027082144" promiscuousModePolicy="AllowNetwork" type="virtio">
<DisabledModes>
<InternalNetwork name="intnet"/>
<NATNetwork name="NatNetwork"/>
</DisabledModes>
<BridgedInterface name="eno1"/>
</Adapter>
<Adapter slot="2" MACAddress="080027294D6D" promiscuousModePolicy="AllowAll" type="Am79C970A">
<DisabledModes>
<InternalNetwork name="intnet"/>
<NATNetwork name="NatNetwork"/>
</DisabledModes>
<BridgedInterface name="vmnet8"/>
</Adapter>
<Adapter slot="3" MACAddress="08002740A278" promiscuousModePolicy="AllowAll">
<DisabledModes>
<InternalNetwork name="intnet"/>
<NATNetwork name="NatNetwork"/>
</DisabledModes>
<BridgedInterface name="vmnet1"/>
</Adapter>
</Network>
Based on you original IP addresses, compared to the 'ip address' command output, Bridging to vmnet 1 & 8, whatever they are, were working, or someone set static IPs so it looks like they were working.
However, it appears that eno1 is the correct physical Ethernet adapter, it is also the only UP adapter that can be used.
Guest adapter slot 1, the second tab, is Bridged to eno1, but uses the virtio adapter, and Windows 10 does not come with drivers for the virtio adapter. It is always best to stick with the hardware types the New Guest Wizard picked, and not to thrash when a problem develops.
The first Network tab is the only one that is enabled, use the first tab and leave the rest alone and disabled.
Set the network card type to the Windows 10 default 'Intel PRO 1000 MT Desktop' , set to Bridged and point at eno1, and start the guest. Set the guest OS to automatic IP address from DHCP. If you are in an office with an IT dept, check that your IT policies allow multiple IP addresses on the one switch port your PC is using. Try the guest, see what you get.