Todo #1573
closedTest Android Gingerbread IPsec Options
0%
Description
Gingerbread brought with it "Advanced IPsec VPNs", most of which look like they should work as a mobile client against 2.0, maybe even 1.2.3.
Options available are:- Cert v1 (AES)
- Cert v1 (AES, Aggressive)
- Cert v1 (AES, xauth)
- Cert v2 (AES)
- L2TP Cert v1 (AES)
- L2TP PSK v1 (AES)
- PSK v1 (AES)
- PSK v1 (AES, xauth)
- PSK v1 (AES, xauth, aggressive)
- PSK v2 (AES)
Would be nice to know if they actually work against 2.0, and if so, if there are any tricks/tips to make it work.
Updated by Jim Pingle about 14 years ago
- Status changed from New to Resolved
The choices that use main mode (anything that isn't labeled "aggressive") won't work as the IP of the phone is used as the identifier, no matter what is entered in the phone's GUI, so it would require anonymous PSKs. Unless there is some trick I'm not seeing.
I was able to get PSK v1 (AES, xauth, aggressive) to work. I'll post instructions on the doc wiki.
As long as we have one working mode that should be sufficient for now. If a user wants to attempt the other modes and report success, that would be great.