CM10.1 Android Jelly Bean IPSEC
Posted: Sat Mar 16, 2013 2:42 pm
I had some trouble getting the ipsec vpn working on my nexus 7 running CM10.1 (android jelly bean 4.2.2)
I wanted to share that what appears to have allowed it to work was manually changing a line in the config file.
in file:
change line:
to line:
Im not sure if this change makes other devices not connect to the vpn, further testing is needed for that.
I wanted to share that what appears to have allowed it to work was manually changing a line in the config file.
in file:
Code: Select all
/etc/racoon/racoon.conf
Code: Select all
passive on;
Code: Select all
passive off;