Cannot connect to the Internet?

Download (curl) error for’http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_12.3/repodata/repomd.xml’:
Error code: Connection failed Error message: Could not resolve host: ftp.gwdg.de; Name or service not known

Can anyone tell me what is going on here and how to resolve it please?

An inability to resolve is a DNS problem. How is your networking
configured? Has this ever worked? Change something recently? Do other
systems on the same network work, and if so how are they different
networking-wise?

Code:

ip addr
ip route
grep -v ‘^#’ /etc/resolv.conf


Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

You do not have a propper DNS server configured. the result is that ftp.gwdg.de can not be resolved to an IP address.

You can test if you can reach the system:

ping -c1 134.76.12.3

When that is OK it is only the DNS.

BTW when you realy couldn’t reach the Internet, you wouln’t be able to browse there using FF (or another browser) and you wouldn’t be able to post on the Forums.

Check your DNS server configuration (and post it when you need advice):

grep -v '^#' /etc/resolv.conf