[strongSwan] Android client + connection to strongswan server issue
Lance Blais
lance.blais at codeartifacts.com
Wed Sep 18 16:50:26 CEST 2013
Hey,
I am trying to get the Android Strongswan client to connect to a
strongswan server which I'm hosting.
I've already made progress past a few cert / key issues and now the
client says the connection is established, but I can't push traffic
through from my device.
As soon as I disable the tunnel, all is well.
I am using EAP-MSCHAP to connect.
What can I do to troubleshoot why this isn't working?
Thanks, below are my files:
# ipsec.conf - strongSwan IPsec configuration file
config setup
plutostart=no
conn %default
keyexchange=ikev2
ike=aes256-sha1-modp1024!
esp=aes256-sha1!
dpdaction=clear
dpddelay=300s
rekey=no
conn android
left=%defaultroute
leftsubnet=0.0.0.0/0
leftauth=pubkey
leftcert=vpnCert.der
leftfirewall=yes
right=%any
rightsourceip=10.11.1.0/24
rightauth=eap-mschapv2
rightsendcert=never
eap_identity=%any
auto=add
##################
# /etc/ipsec.secrets - strongSwan IPsec secrets file
: RSA vpnKey.der
carol : EAP "abcd1234"
More information about the Users
mailing list