九月 2010
« 八月    
 1234
567891011
12131415161718
19202122232425
2627282930  

建立 openvpn server & client key 給 tomatoVPN 使用

先安裝 lzo

#cd /root
#wget http://www.oberhumer.com/opensource/lzo/download/lzo-2.03.tar.gz
#tar zxvf  lzo-2.03.tar.gz
#cd lzo-2.03
#./configure && make && make install

再安裝 openvpn 2.1.1 (lzo 必須要先安裝,不然下面的安裝會出錯)
#cd /root
#wget http://openvpn.net/release/openvpn-2.1.1.tar.gz
#tar zxvf openvpn-2.1.1.tar.gz
#cd openvpn-2.1.1
#./configure && make && make install

[繼續閱讀]

Tomato 1.25 vpn 3.4 更新札記

Tomato 1.25 vpn 3.4 更新札記

此版更新後,原 sshd 的部份,會多出 remote port。

如果用 ap 做 gateway 的話,請勾選 remote port 並指定 port number。

如果不是用 ap 做 gateway 的話,請不要勾選 remote port。謝謝。

官網: http://tomatovpn.keithmoyer.com/2009/08/125vpn34-release.html

至於新增什麼功能,請看下面:

Upgraded to OpenVPN 2.1rc19 AES speed improvements (Thanks fyellin!) More "Accept DNS configuration" options (strict/exclusive) Add (dynamic) HOWTO links to GUI for key generation [...]

Tomato VPN 1.25vpn3.3 安裝札記

安裝環境 tomato VPN 1.25 vpn3.3

1. 請到 openvpn.net 或 openvpn.se 下載,最新 2.1 的版本來安裝。
1.1 : http://openvpn.net/index.php/open-source/downloads.html ,
Direct Link: http://openvpn.net/release/openvpn-2.1_rc18-install.exe
2. 根據官方HowTo的說明安裝Server部分
a. 產生各種key,利用/usr/share/doc/openvpn/examples/easy-rsa/2.0/的script & bat.
[繼續閱讀]