Before i go any further i must admit to being an openSUSE Leap noob.
I have installed openSUSE Leap 15 without any problem at all
but for some reason i just can’t get online. Could someone tell me how l might
configure my network settings in order for me to get on line please.
Thanks.
Running the following command in a windowed command line console will display your current network settings
ip addr
And the following will display your gateways including your Default Gateway
ip route
And the following will display your currently configured DNS name servers
cat /etc/resolv.conf
There are two main ways to configure your network connection…
Wicked is your traditional ifup/ifdown primarily used when the machine isn’t portable, like office workstations, and always connects to the same network.
Network Manager is what you would use if your machine is portable, and might connect to many different networks.
The reason why Network Manager is practically always used for laptops is to support moving from one wireless network to another, or moving from one building to another. Network Manager can remember the settings of numerous network connections, whereas Wicked will forget the previous network any time the machine connects to a new network.
You can switch from Wicked to Network Manager or vice versa in YaST > System > Network Settings > Global tab.
If you have any questions how to read your current network settings or how to configure, post again with your specific question (What you may have read, what you tried, what you see that was unexpected).