- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-12-2020 06:29 AM - edited 02-12-2020 06:46 AM
We have:
MDM: Filewave
iOS: 12+
GP: 5+
When an iPad is rebooted, GP doesn't auto reconnect & must manually be opened/connected again. Any ideas how to get it to actually always auto reconnect? We really only care about the user identification being automatic.
02-12-2020 07:06 AM
In order to work Pre-Logon in proper way, you need to use Certificates for authentication.
Let me grab some information on this. Will update you.
Mayur
02-12-2020 12:36 PM
We were able to go with the 'On Demand' option and then add XML to make it always connect when on our SSID. It's staying connected through reboots now. Now our only other issue is iPads all of a sudden prompting for portal/user even though it has been pushed out in the profile
09-08-2020 07:02 AM
How/What XML did you add to get this to work?
09-08-2020 07:11 AM
I think it was:
<dict>
<key>Action</key>
<string>Connect</string>
<key>SSIDMatch</key>
<string>SampleSSID</string>
</dict>
These links were used for reference. I don't deal with the iPads or the MDM system to know absolutely for sure that it's still working or if it's exactly what was used.
https://nerd.one/vpn-on-demand-configuration-profiles-for-ios-and-macos-explained/
https://www.derman.com/blogs/Example-iOS-VPN-OnDemand-Rules
https://www.codingmerc.com/blog/ios-vpn-on-demand-profile-with-openvpn/
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!