Yum update not working, but ping does

Issues related to configuring your network
Post Reply
adimaru
Posts: 1
Joined: 2017/09/05 14:55:43

Yum update not working, but ping does

Post by adimaru » 2017/09/05 14:59:06

Hey

I did a minimal centos7 install but it seems that yum update isn't working
I tried:

Code: Select all

ping http://mirrorlist.centos.org
result:

Image

I tried pinging to google etc and that all works.
any suggestions?

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Yum update not working, but ping does

Post by avij » 2017/09/05 16:54:30

I would suggest posting the entire yum update output. "yum update isn't working" does not tell much.

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Yum update not working, but ping does

Post by hunter86_bg » 2017/09/05 19:57:29

Are you using a proxy ? If so add the following into your "/etc/yum.conf" /replace hostname/ip and port with yours/:

Code: Select all

proxy=http://some_hostname_or_ip:some_port

Post Reply