代码改变世界

随笔档案-2019年01月

squid服务搭建

2019-01-18 18:26 by 阿了, 798 阅读, 收藏,
摘要: 主机1: 外网eth0:192.168.5.110 内网eth1:192.168.10.10 主机2: 内网eth0:192.168.10.20 yum install squid 安装服务 service squid start 启动服务 chkconfig squid on 开机启动 iptabl 阅读全文