Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ipsec.conf - strongSwan IPsec configuration file
- # basic configuration
- config setup
- # strictcrlpolicy=yes
- # uniqueids = no
- # Add connections here.
- conn %default
- keyexchange=ikev2
- ike=aes256-sha1-modp1024!
- esp=aes256-sha1!
- dpdaction=clear
- dpddelay=300s
- rekey=no
- conn win7
- left=%defaultroute
- leftsubnet=0.0.0.0/0
- leftauth=pubkey
- leftcert=aCert.pem
- leftid=@bla.blabla.bla
- right=%any
- rightsourceip=192.168.13.0/24
- rightauth=eap-radius
- eap_identity=%any
- auto=add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement