Cannot find a valid baseurl for repo: base


执行yum命令出现该错误

Cannot find a valid baseurl for repo: base

ping www.baidu.com 不通,但是内网是通的;

检查步骤:

  1. 确认本地ip、DNS没问题;

  2. 检查网关;
    查看route:


    发现:没有默认网关。
    解决:执行route add default gw 192.168.1.1 dev eth0

==


yum-yinstallwget

已加载插件:fastestmirror
设置安装进程
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
错误:Cannot find a valid baseurl for repo: base


==

vi /etc/resov.conf

find / -name resov.conf
vi /etc/resov.conf
ls /etc/yum.repos.d
vi CentOS-Base.repo

find / -name ifcfg-eth0

vi /etc/sysconfig/network-scripts/ifcfg-eth0

cat /proc/version

reboot

vi /etc/resolv.conf

里面加了一句:

# Generated by NetworkManager
nameserver 192.168.1.1
nameserver 114.114.114.114


ping www.baidu.com

ping mirrorlist.centos.org

相关文章

普通模式 >G 增加当前行到文档末尾处的缩紧层级 $ 移动到本行的末尾 . 相当于一个...
原文连接: https://spacevim.org/cn/layers/lang/elixir/ 模块简介 功能特性 启用模块 快捷键 语言专属...
原文连接: https://spacevim.org/cn/layers/lang/dart/ 模块简介 功能特性 依赖安装及启用模块 启用模...
 =   赋值操作符,可以用于算术和字符串赋值 +        加法计算     -        减法运算...
1.根据包名来查看指定的APP指定数据 adb shell "top | grep com.xxx.xxx" 由于这样打印出来的数...
ctrl+F 向下翻页 ctrl+B 向下翻页 u 取消最近一次操作 U 取消当前行的操作 ZZ 保存当前内容并退出 gg 跳...