Auto Login + Name of Server
Posted: Wed Dec 11, 2013 4:52 pm
Hey everyone,
currently I try to port all our VPNs to iOS by creating the ovpn files.
Connecting already works since I made the ca, cert and key inline.
At the moment I am stuck on two problems:
1. Autologin is not working
I already tried it with a text file and call it from the ovpn which was not working.
Second attempt was calling it inline like everything else which didn't work either.
2. Naming the profile in openVPN
It would help a lot if I could name the profile from the inside of the ovpn file.
I googled but couldn't find a way or workaround. Any experience, suggestions?
Greetings
Simon
currently I try to port all our VPNs to iOS by creating the ovpn files.
Connecting already works since I made the ca, cert and key inline.
At the moment I am stuck on two problems:
1. Autologin is not working
I already tried it with a text file and call it from the ovpn which was not working.
Code: Select all
auth-user-pass login.txt
Code: Select all
<auth-user-pass>
username
password
</auth-user-pass>
It would help a lot if I could name the profile from the inside of the ovpn file.
I googled but couldn't find a way or workaround. Any experience, suggestions?
Greetings
Simon