iOS + Synology: Please, please, please someone help me!
Posted: Tue May 21, 2013 8:16 am
I realise you all owe me nothing.
But I also please request your help as kindly as possible, as I really do require some assistance. It would be incredibly appreciated - we are talking PayPal donated appreciated here, if you can help me get working!
Anyway,
What I want is to be able to use the iOS OpenVPN app to connect to my Synology server's VPN server *out of the box* with no mods to the Synology server.
I understand the first edition of iOS OpenVPN Connect did not support this as the Synology server does not use a client certificate, just a username and password.
Does the latest iOS update now offer this feature? I tried CLIENT_CERT 0 with no luck.
My config is below. I desperately need help. Please, please, please can anyone help me? Synology are useless and offer no support here.
Many thanks,
-----
dev tun
tls-client
remote 123.456.etc.etc 1194
# The "float" tells OpenVPN to accept authenticated packets from any address,
# not only the address which was specified in the --remote option.
# This is useful when you are connecting to a peer which holds a dynamic address
# such as a dial-in user or DHCP client.
# (Please refer to the manual of OpenVPN for more information.)
#float
# If redirect-gateway is enabled, the client will redirect it's
# default network gateway through the VPN.
# It means the VPN connection will firstly connect to the VPN Server
# and then to the internet.
# (Please refer to the manual of OpenVPN for more information.)
redirect-gateway
# dhcp-option DNS: To set primary domain name server address.
# Repeat this option to set secondary DNS server addresses.
dhcp-option DNS 10.0.1.1
pull
proto udp
script-security 2
<ca>
-----BEGIN CERTIFICATE-----
DGSFHJDHJVDVJHW etc....
-----END CERTIFICATE-----
</ca>
comp-lzo
reneg-sec 3600
auth-user-pass
CLIENT_CERT 0
But I also please request your help as kindly as possible, as I really do require some assistance. It would be incredibly appreciated - we are talking PayPal donated appreciated here, if you can help me get working!
Anyway,
What I want is to be able to use the iOS OpenVPN app to connect to my Synology server's VPN server *out of the box* with no mods to the Synology server.
I understand the first edition of iOS OpenVPN Connect did not support this as the Synology server does not use a client certificate, just a username and password.
Does the latest iOS update now offer this feature? I tried CLIENT_CERT 0 with no luck.
My config is below. I desperately need help. Please, please, please can anyone help me? Synology are useless and offer no support here.
Many thanks,
-----
dev tun
tls-client
remote 123.456.etc.etc 1194
# The "float" tells OpenVPN to accept authenticated packets from any address,
# not only the address which was specified in the --remote option.
# This is useful when you are connecting to a peer which holds a dynamic address
# such as a dial-in user or DHCP client.
# (Please refer to the manual of OpenVPN for more information.)
#float
# If redirect-gateway is enabled, the client will redirect it's
# default network gateway through the VPN.
# It means the VPN connection will firstly connect to the VPN Server
# and then to the internet.
# (Please refer to the manual of OpenVPN for more information.)
redirect-gateway
# dhcp-option DNS: To set primary domain name server address.
# Repeat this option to set secondary DNS server addresses.
dhcp-option DNS 10.0.1.1
pull
proto udp
script-security 2
<ca>
-----BEGIN CERTIFICATE-----
DGSFHJDHJVDVJHW etc....
-----END CERTIFICATE-----
</ca>
comp-lzo
reneg-sec 3600
auth-user-pass
CLIENT_CERT 0