Who can help with Openvpn On Demand profile?

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
stn
OpenVpn Newbie
Posts: 4
Joined: Sun Nov 18, 2018 12:55 am

Who can help with Openvpn On Demand profile?

Post by stn » Sun Nov 18, 2018 12:59 am

Hello!
Try to create a profile, but the connection failed
Who can help me with profile creation? Just transform *.ovpn file to *.mobileconfig ?
I found protonVPN online tool, but it not for personal openvpn server

stn
OpenVpn Newbie
Posts: 4
Joined: Sun Nov 18, 2018 12:55 am

Re: Who can help with Openvpn On Demand profile?

Post by stn » Sun Nov 18, 2018 1:46 am

my client.ovpn

Code: Select all

# Default Cipher
cipher AES-256-CBC

setenv FORWARD_COMPATIBLE 1
client
server-poll-timeout 4
nobind
remote 222.222.111.111 1194 udp
remote 222.222.111.111 443 tcp
dev tun
dev-type tun
ns-cert-type server
setenv opt tls-version-min 1.0 or-highest
reneg-sec 604800
sndbuf 100000
rcvbuf 100000
auth-user-pass
# NOTE: LZO commands are pushed by the Access Server at connect time.
# NOTE: The below line doesn't disable LZO.
comp-lzo no
verb 3
setenv PUSH_PEER_INFO

<ca>
-----BEGIN CERTIFICATE-----
...........#################..........
-----END CERTIFICATE-----
</ca>

<cert>
-----BEGIN CERTIFICATE-----
...........#################..........
-----END CERTIFICATE-----
</cert>

<key>
-----BEGIN PRIVATE KEY-----
...........#################..........
-----END PRIVATE KEY-----
</key>

key-direction 1
<tls-auth>
#
# 2048 bit OpenVPN static key (Server Agent)
#
-----BEGIN OpenVPN Static key V1-----
...........#################..........
-----END OpenVPN Static key V1-----
</tls-auth>


# Extra user-defined configuration
resolv-retry infinite

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: Who can help with Openvpn On Demand profile?

Post by TinCanTech » Sun Nov 18, 2018 2:32 am

Please contact your server administrator.

Post Reply