The solution described by **JuPing Chan **2021-02-18 17:51:31 UTC in https://bugzilla.opensuse.org/show_bug.cgi?id=1182107#c2 worked for me.lol!
Edited /etc/nsswitch.conf to replace these lines:
passwd: compat
group: compat
shadow: compat
hosts: [NOTFOUND=return] files mdns_minimal dns wins
with these:
passwd: files nis
group: files nis
shadow: files nis
hosts: files dns myhostname
where myhostname was taken from YAST - Network Settings - Hostname/DNS - Static Hostname
Restarted the computer, and the internet was back! Thanks a bundle! lol!