Openvpn client端設定問題

剛剛在我的電腦上裝了openvpn server端

現在想在別的電腦裝她的openvpn client端

但是看不太懂

就是要設定她的client.ovpn :

1.
# The hostname/IP and port of the server.
# You can have multiple remote entries
# to load balance between the servers.
remote my-server-1 1194
;remote my-server-2 1194

這一段的設定是說如果我的openvpn server的名稱是sutzu 然後port我設為21的話
是否改成remote sutzu 21
還是改我這台電腦的實際ip ?(實際要連的ip假設203.164.2.2)
然後改成remote 203.164.2.2 21 ?
還是有另外的設法?


2.
# If you are connecting through an
# HTTP proxy to reach the actual OpenVPN
# server, put the proxy server/IP and
# port number here. See the man page
# if your proxy server requires
# authentication.
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]

假設我們公司要經過proxy出去 而我們公司的proxy名稱假設是msproxy
port是8080
這段我要怎麼設定?


3.
# SSL/TLS parms.
# See the server config file for more
# description. It's best to use
# a separate .crt/.key file pair
# for each client. A single ca
# file can be used for all clients.
ca ca.crt
cert client.crt
key client.key
================
我這邊製造了三個檔案:
但是我看檔名分別是john.crt
john.csr 跟john.key
上面那段要怎麼改才對?
看起來檔名不太對

大概就是以上的問題
不知道還有什麼需要注意的?










2009-10-16 19:29 發佈
我剛剛研究知道怎麼設定了
但是還有問題就是

我已經成功連接兩台電腦
(目前用內部網路兩台電腦實驗)

但是連成功後
我在server端裝一個Ccproxy軟體
然後client端的瀏覽器就用我ccproxy設定的proxy來連

但是速度其慢無比
我的網路去hinet測速可以達到1000 kbytes/s以上
這樣設定proxy去hinet測速竟然只有20kbytes左右

不知道這是怎麼一回事??
還是有更好的設定方式??
可否教導一下 感謝:)

這是國王的簽名檔
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?