How to make openvpn run at system startup

Tuesday, February 16th, 2010

Recently I met a small problem about openvpn. It cannot start automatically on Ubuntu server. But it can be manually launched with /etc/init.d/openvpn start After some digging, here is the trick to make openvpn can run automatically:

access facebook with openvpn

Thursday, October 1st, 2009

Facebook的域名被GFW封了,用OpenVPN访问的话,必须使用DND push. 参看下文的黑体部分:  

openvpn failure debug

Thursday, July 31st, 2008

My OpenVPN fails to connect recently. So I tried to repair it. It turned out to be a painful process. First, I cannot connect the VPN server with VPN client,  the fix is to enable the 1194 port in ip tables.

Linux上安装OpenVPN

Sunday, March 9th, 2008

OpenVPN据说是个好东西,我忍不住试着来安装一下。 简要步骤如下: 1. 在Linux上下载安装OpenVPN yum install openvpn