Hello I have download the minimal release of CENTOS 7 at this url link download ISO centos 7.x
All work correctly...the PING and the network is OK. I ping to external HO
Uncomment baseurl
in this file: /etc/yum.repos.d/CentOS-Base.repo
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
In this block:
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
By uncomment, I mean change this: #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
, to this: baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
(remove the #
).