CentOS 搭建 TinyProxy 代理vim
TinyProxy 和 Squid 都是比較優秀的代理軟件centos
TinyProxy比較小衆,雖然沒有Squid的功能豐富,可是小巧簡單,也能知足普通用戶的需求。ui
Squid 是一款優秀的代理軟件,有很豐富的ACL管理功能,雖然squid很強大,但配置比較繁瑣。spa
有如下機器節點:
ssy-01 (有公網)代理
ssy-02(僅內網)rest
1.安裝epel源(ssy-01)code
yum -y install epel-release
2.安裝TinyProxyblog
yum -y install tinyproxy
3.配置服務class
vim /etc/tinyproxy/tinyproxy.conf 插入一行配置: Allow 172.16.0.0/16 備註:172.16.0.0/16 爲內網網段
4.啓動服務軟件
centos 6 service tinyproxy start -------------------------------------- centos 7 systemctl start tinyproxy.service -------------------------------------- 更多命令以下: systemctl restart tinyproxy.service systemctl stop tinyproxy.service systemctl status tinyproxy.service systemctl enable tinyproxy.service
5.配置ssy-02
在ssy-02的/etc/yum.conf添加配
vim /etc/yum.conf proxy=http://172.16.100.100:8888
6.驗證yum