Hello,
Firstly sorry for posting in English, I have tried to find answers to my questions on this but without luck, and this thread seems the best to answer this.
I have been trying to setup OpenVPN on the NAS DS215j DSM 5.2 5644 to my Windows 7 64bit PC.
When I follow the steps at the start of this thread I complete each one, and then when I add the openvpn.conf.user the OpenVpn application has an error : VPN Server --> Management --> Overview: Status OpenVPN Status: Activation Failed
The log file (/var/log/openvpn.log) states its parameters in the openvpn.conf.user, and when I change go back to the original system openvpn.conf, the OpenVPN Status is: Enabled
Here are the details of the Openvpn.conf.user (basically the same as what has been added to the initial thread:
# This config file must be adapted to your situation
# Change only what is asked!
# A log file is written to:
log /var/log/openvpn.log
# If you have problems connecting to check the openvpn.log
# See also the log of the client
# Will not you come out there, sign up here:
http://www.synology-forum.nl/vpn-server/beter-beveiligde-openvpn/verb 4
################################################## ##############
# This you should take over openvpn.conf in / usr / synonym / etc / packages / VPNCenter / openvpn
# If you have acquired the IP address 192.168.168.0 in the manual which you do not need to change
server 10.8.0.0 255.255.255.0 ### IP replaced by the rule of openvpn.conf
push "route 192.168.1.130 255.255.255.0" ### IP replaced by the rule of openvpn.conf (Local LAN DS)
push "route 10.8.0.1 255.255.255.0" ### IP replaced by the rule of openvpn.conf (Dynamic IP / tunnel)
Max Clients 5 ### 5 is replaced by the number of openvpn.conf
# What it says here under does not need to be changed
################################################################
push "sndbuf 0"
push "rcvbuf 0"
sndbuf 0
rcvbuf 0
management 127.0.0.1 1195
dev tun
proto udp
port 1194
persist-tun
persist-key
cipher AES-256-CBC
tls-version-min 1.2 or-highest
remote-cert-tls client
dh /usr/syno/etc/packages/VPNCenter/VPNcerts/dh2048.pem
ca /usr/syno/etc/packages/VPNCenter/VPNcerts/ca.crt
cert /usr/syno/etc/packages/VPNCenter/VPNcerts/Internal_Server.crt
key /usr/syno/etc/packages/VPNCenter/VPNcerts/Internal_Server.key
tls-auth /usr/syno/etc/packages/VPNCenter/VPNcerts/ta.key 0
fast-io
comp-lzo
keepalive 10 60
reneg-sec 0
plugin /var/packages/VPNCenter/target/lib/radiusplugin.so /var/packages/VPNCenter/target/etc/openvpn/radiusplugin.cnf
status /tmp/ovpn_status_2_result 30
status-version 2
Any help will be welcome.
Thanks.