Visual Guide to Configuring IPSec VPN using RSA + Xauth and iOS Roadwarriors
-
If you are talking about the message 'VPN Connection' with buttons OK and disconnect that iOS shows after connection is established then I don't think there is a way to disable that.
-
Thanks for the guide using it and iphone Configuration utility I was able to setup my iphone with VPN on demand, which is a slick feature with one issue. I can not figure out how to make it save my password. Everytime I connect to the VPN it prompts for the user password. It appears if you create the VPN connection on the phone manually via this guide it will save the user password, however if you do it via the iphone configuration utility I do not see a way to save the password.
Any ideas?
-
Thanks for the guide using it and iphone Configuration utility I was able to setup my iphone with VPN on demand, which is a slick feature with one issue. I can not figure out how to make it save my password. Everytime I connect to the VPN it prompts for the user password. It appears if you create the VPN connection on the phone manually via this guide it will save the user password, however if you do it via the iphone configuration utility I do not see a way to save the password.
Any ideas?
Create an unsigned .mobileconfig and edit it with any text editor. Add these two lines behind the XAuthName-Block:
<key>XAuthPassword</key> <string>Your Password</string>
Best regards,
Thorsten
-
Sweet will give that a shot this info. Odd that if the configs support such a feature that the tool would not have the interface to use it. Course Apple is known for lack of options.
-
Odd that if the configs support such a feature that the tool would not have the interface to use it. Course Apple is known for lack of options.
I think it's just because everybody could read the password as clear text…
-
Odd that if the configs support such a feature that the tool would not have the interface to use it. Course Apple is known for lack of options.
I think it's just because everybody could read the password as clear text…
Well there are ways they could encrypt the password to at least make it more difficult to see.
-
Create an unsigned .mobileconfig and edit it with any text editor. Add these two lines behind the XAuthName-Block:
<key>XAuthPassword</key> <string>Your Password</string>
Best regards,
Thorsten
This did not seem to work. I assume after I edit the file I open the file with iphone configurator to load it on the iphone.
-
If I export the conf back out the added lines are not there
-
I figured it out:)
You need to email the mobileconfig file to your phone and install it via the email on the phone. Success.
-
For whatever reason, racoon segfaults when I run RSA+Xauth after the client sends back the XAUTH_USER_PASSWORD. This doesn't happen with PSK+Xauth oddly. >:(