How to configure your proxy client
You can use a proxy server to access the complete web features as usual.
HTTP Proxy
Server: 10.10.10.1
Port: 3128
Internet Explorer
If you are using IE, you should go to Internet Options -> Connections -> Dial-up and Private Network settings, find the dial connection and click the Settings button. From there, you will find ... [阅读全文]
OVM:在Ubuntu上快速部署OpenVPN, L2TP, PPTP服务
Updates
UPDATE: Jun.29 2012
经测试,OVM可以在Ubuntu 12.04 LTS上稳定运行。
UPDATE: Nov.5 2012
HOST变量允许IP地址,方便没有域名的朋友。
1.OVM项目简介
OVM原是OpenVPN Management的缩写,该项目是lesca用于管理OpenVPN用户的PKI加强,最初它只有一些基本的对OpenVPN的管理功能,但是随着需求的变更,lesca又增加了对L2TP和PPTP的支持,使得OVM成... [阅读全文]
在Ubuntu上部署L2TP服务
现在,lesca向您提供OpenVPN、L2TP和PPTP的快速部署工具OVM,请读者转至《OVM:在Ubuntu上快速部署OpenVPN, L2TP, PPTP服务》。如果想手动安装L2TP,请继续阅读本文:
一、简介
目前流行的L2TP服务都是通过IPSec加密的,正式的叫法应该是L2TP over IPSec。因此,要获得通用性较强的L2TP服务,就需要有IPSec支持。
IPSec提供加密、验证服务,客户端连接... [阅读全文]
如何在Unbuntu上快速部署PPTP服务
一、PPTP简介
协议:TCP,端口1723
协议:GRE,协议号47
依赖服务:pppd
二、快速部署
搭建环境
Ubuntu Server 10.04~11.04
pptpd v1.3.4
pppd version 2.4.5
1.安装软件包
在Ubuntu Server上默认是已经安装pppd服务的,如果你没有,请一并安装。
apt-get install pptpd ppp
2./etc/pptpd.conf
option /etc/ppp/pptpd-options
logwtmp
localip ... [阅读全文]
openvz vps ubuntu 安装 openvpn 并配置iptables
一、准备工作
对于买了openvz vps,想开立vpn的朋友们,首先应该发送Ticket联络你的提供商,开启TUN/TAP和iptables相关的模块,并开启ip_forward转发功能。请根据以下步骤进行检查:
1.iptalbes
至少开启以下函式:
# cat /proc/net/ip_tables_names
mangle
filter
nat
相关链接
有关iptalbes的介绍,请参看Lesca博客的这篇文章
2.TUN/TAP
执... [阅读全文]
第一代Milestone配置openvpn过程详解
环境:Milestone One(古董我也不怕), Android 2.1 英文原版(系统版本不是大问题)
条件:具有root权限
工具:busybox
模块:tun.ko
动态库:libcrypto.so, libssl.so, (liblzo.so)
可执行文件:openvpn, (openssl)
说明
1.带括号的不是必须的,只有当客户端配置文件中有相对应的选项时才可能需要用到。
2.动态库、可执行文件这两块可以直接从mark... [阅读全文]