> What did you do to configure it?
>
> Is the device in the list of YaST > Network Devices > Network Settings?
>
>
As an addendum (which might be of interest here):
The “ifcfonfig” command without any further arguments only shows interfaces
which are “UP”, so better use “/sbin/ip addr show” or if you really still
want to use the (deprecated) legacy-command “ifconfig”, then use it with the
“-a” switch.
no route at all (which is not a surprise when there is no NIC in UP status);
ping to 8.8.8.8 gives package loss (which is no suprise because of no rout to the Internet);
Thus why concentrating on the DNS servers?
The OP showed ifconfig (where indeed ifconfig -a would have been better), conclusion: no NIC in the UP status.
The OP showed iwconfig, which is rather useless, because there no wifi device and he never claimed there is one, but it has as side effect that we see enp6s0, that we missed because of the missing -a option above.
Then he shows there is no route, which is logical and thus superfluous.
Then he shpws a ping to an Internet address, which is likewise superfluous because there is no route and no NIC up.
But I rather prefer to get some computer output from an OP, even when useless, then nothing at all, what most seem to do.
My conclusion: there is enp6s0 and it is not configured. So I started to work on that. Can you explain what DNS has to do with it.
Misread the info provided ( read the one from the USB boot as the system’s ), mixed that with some issues seen on the ML with recent TW releases, drew a quick conclusion. Which was wrong.
i hadn’t done anything. a google search had me looking at a part of yast with way too many advanced settings to be comfortable. but i got back from work and started looking at YaST again
YaST > System > Network Settings > Overview > Edit the eternet controller which was unconfigured and somehow defaulted to static IP?
switched to DHCP and now everything is awesome and working
Normaly it is set to DHCP at installation, that is why I asked how you did it. But it could be that configuring at installation was skipped, e.g. because the cable was not connected at that time.
In any case YaST is the system management tool of openSUSE. My advice is to take some of your time looking around at it’s different modules, not to change things, but to get an impression on where it can help you in the future.