1.安装privoxy yum install -y privoxy 修改配置文件. vi /usr/local/etc/privoxy/config 把 listen-address 127.0.0.1:8118 改为 listen-address :8118 启动privoxy :service privoxy start
防火墙开启8118端口 2.安装vpn 拨号 yum install -y ppp* yum install pptp pptp-setup4.配置 # pptpsetup --create tunnelname --server xxx.xxx.xxx.xxx--username 用户名 --password 密码5. 连接 # pppd call tunnelname
|