Skip to content

Instantly share code, notes, and snippets.

@gthank
Created October 10, 2014 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gthank/ab88a7ce623788d6e424 to your computer and use it in GitHub Desktop.
Save gthank/ab88a7ce623788d6e424 to your computer and use it in GitHub Desktop.
conn ios
keyexchange=ikev1
# This was working, but required the local ipsec.secrets file
# authby=xauthrsasig
# xauth=server
left=%defaultroute
leftsubnet=0.0.0.0/0
leftfirewall=yes
leftcert=serverCert.pem
right=%any
rightsubnet=172.18.32.0/22
rightsourceip=172.18.32.0/22
rightcert=clientCert.pem
auto=add
# Now I want to do initial pubkey authentication, and follow-up with XAuth to
# the configured RADIUS server.
rightauth=pubkey
rightauth2=xauth-radius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment