Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am a newbie to the openvpn.

Background: I am a trader on American Stock Market. The company name is swifttrade which is a Canadian company. Actually I am working in a subsidiary in China. The way is: swifttrade would config a Cinsco 1900 seiries route through which you could trade. Only on computer connected to this route you could open the trading software. The problem is that one of our guy would prefer to trade at home, so the first thought is to set up a vpn for him. We found openvpn and try to config it but lost somewhere when facing the step on server.ovpn.

  1. Please check the picture below about ipconfig/all result from one of our windows computer.

enter image description here

sorry for the chinese system but hope you guys could have a basic idea about the computer.

  1. Now we found some obstacles when setting up the server.ovpn.

    • what should be the ip after "local"? should it be the ipv4 10.10.31.134?
    • what is the right way to set the "ser 10.10.91.31 10.10.91.33"
    • what should I input on the line "push "dhcp-option DNS 219.141.140.10""
local 10.10.31.134
port 443
proto tcp-server
devtap
ser 10.10.91.31 10.10.91.33
push "route 0.0.0.0 0.0.0.0"
keepalive 20 180
ca "C:\\Program Files (x86)\\OpenVPN\\\config\\ca.crt"
cert "C:\\Program Files (x86)\\OpenVPN\\\config\\server.crt"
key "C:\\Program Files (x86)\\OpenVPN\\\config\\server.key"
dh "C:\\Program Files (x86)\\OpenVPN\\\config\\dh1024.pem"
push "redirect-gateway def1"
push "dhcp-option DNS 219.141.140.10"
mode server
tls-server
status "C:\\Program Files (x86)\\OpenVPN\\\config\\openvpn-status.log"
comp-lzo
verb 4
share|improve this question

closed as off topic by Mat, Sirko, Luke Woodward, Linger, Kjuly Nov 11 '12 at 16:10

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.