I can’t remember off the top of my head what it means when the Windows network address is designated “preferred” - Whether it might mean that the alternate network configuration is also filled in, or something else like using a DHCP lease beyond expiration. According to your routing table, it does look like a Class C private network may be configured somewhere.
First, a comment about your IP address range, I find it odd that it’s so tiny.
Did you set up your own LAN or is this assigned to you by your ISP?
If by your ISP, it looks like it has subnetted incredibly tiny address ranges to its customers, only four addresses, and when you exclude the highest and lowest addresses (which are unusable) that leaves only two addresses…
In fact, because only two addresses are permitted… And the DHCP server/gateway is using one address and your Windows machine is using the other, you actually don’t have any valid addresses you can assign your openSUSE
If this Gateway device is something you can manage and configure, then stop right here and ignore what I describe below, because your first step should be to modify your private address range at your Gateway to allow a large/reasonable number of addresses… ie change your subnet mask to something like 255.255.0.0 which would be a nice, middle of the road setting that permits later further subnetting or supernetting.
All that follows assumes that you cannot re-configure your gateway device…
So,
Probably your next step should be to call up whomever set up your Internet connection and ask them “What’s up? Why are you subnetted to only be allocated 2 addresses with one used by the gateway device so leaving you with only one address for one machine?”
Considering that you’ve been allocated a piece of a Class A private network, it’s incredibly over-restrictive (I can think of worse descriptions) to not grant you a fairly large range of addresses unless they just don’t want you to set up a single device/machine.
The alternative is to just configure your openSUSE with the same settings assigned to your Windows OS, but that will likely mean poor networking.
When configuring openSUSE with fixed settings using Wicked,
- Edit your network adapter settings, specifying fixed addresses.
- Be sure to configure your DNS, you may want to point to Google DNS instead (eg 8.8.8.8)
- Not in your network adapter settings, configure the Routing tab specifying your Default Gateway as described in your “route print” (ie 10.41.10.5)
TSU