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.
- Please check the picture below about ipconfig/all result from one of our windows computer.

sorry for the chinese system but hope you guys could have a basic idea about the computer.
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