===============================================
Options error: Unrecognized option or missing parameter(s) in OpenVPN-UDP-A1.ovpn:13: server (2.2-RC)
Use --help for more information.
===============================================
my config file :
Code: Select all
port 1194
proto udp
dev tun
dev-node OpenVPN-UDP-A
ca Common_ca.crt
cert Common_server.crt
key Common_server.key
dh Common_dh1024.pem
tun-mtu 1500
fragment 1300
mssfix
topology subnet
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp-OpenVPN-UDP-A.txt
push "route 10.8.2.0 255.255.255.0"
push "route 10.8.3.0 255.255.255.0"
client-config-dir OpenVPN-UDP-A
client-to-client
duplicate-cn
keepalive 10 120
script-security 3
tls-auth Common_supconit.key 0
auth-user-pass-verify Common_checkpsw.exe via-env
client-cert-not-required
username-as-common-name
comp-lzo
persist-key
persist-tun
status status-OpenVPN-UDP-A.log
verb 4
management 127.0.0.1 7505 Common_admin.dat
On the other computer ,I update the OpenVPN to 2.2RC too ,it run as client ,and it work!
If 2.2RC need some change in config file?