码迷,mamicode.com
首页 > 系统相关 > 详细

解决代理上网中Linux下YUM无法使用

时间:2015-04-16 14:30:35      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:error   linux   failed   network   

背景:

公司的电脑是通过代理上网的,Vmware下一台Centos6.5_64的系统,网络模式为NAT。可以ping的通外网,但是yum安装东西总是报错,如下图

技术分享

[root@test ~]#yum list
Loaded plugins: fastestmirror, refresh-packagekit, securitySetting up
Remove ProcessNo Match for argument: mysql-serverLoading mirror speeds 
from cached hostfileCould not retrieve mirrorlist 
release=6&arch=x86_64&repo=os&infra=stock error was14: 
PYCURL ERROR 7 - "Failed to connect to 2a02:2498:1:3d:5054:ff:fed3:e91a: 
Network is unreachable"Error: Cannot find a valid baseurl for repo: base
[root@test ~]#

解决办法:

在宿主机上ping代理上网的网站获取IP地址

技术分享

在Linux机器中做以下操作:

[root@test ~]# vim /etc/profile
[root@test ~]# tail -3 /etc/profile
export http_proxy=10.14.36.103:8080
export https_proxy=10.14.36.103:8080
[root@test ~]# source /etc/profile
[root@test ~]#

再执行yum

技术分享

已解决!

本文出自 “一步步踏入Linux世界” 博客,谢绝转载!

解决代理上网中Linux下YUM无法使用

标签:error   linux   failed   network   

原文地址:http://linuxnote.blog.51cto.com/9876511/1633341

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!