阿里雲ECS不能訪問內外,購買NAT的除外,經過windows主機代理上網:linux
1.windows上安裝代理工具,工具種類比較多,我這裏使用的是privoxywindows
下載地址:http://www.privoxy.org/服務器
百度雲盤(備用):連接:https://pan.baidu.com/s/1L6-ojIlahdei43PwFovk9A 提取碼:x1vl curl
安裝軟件後,配置啓動端口:修改安裝目錄下的config.txt文件中的listen-address工具
點擊privoxy.exe啓動代理服務器測試
2.在linux中配置代理阿里雲
修改/etc/profile文件,增長url
http_proxy=127.0.0.1:18088 export http_proxy
使用source /etc/profile命令使配置生效spa
source /etc/profile
測試:代理
curl www.baidu.com