> CentOS > CentOS教程 >

CentOS安装privoxy和vpn拨号

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-setup

4.配置

# pptpsetup --create tunnelname --server xxx.xxx.xxx.xxx--username 用户名 --password 密码

5. 连接

# pppd call tunnelname



6. 断开

# killall pppd (责任编辑:IT)