added ikev2/dhcp-static-client-id scenario

This commit is contained in:
Andreas Steffen
2010-04-23 12:56:59 +02:00
parent 55fe05d489
commit 2dbff1bf53
16 changed files with 324 additions and 0 deletions
@@ -0,0 +1,10 @@
# /etc/strongswan.conf - strongSwan configuration file
charon {
load = curl aes des sha1 sha2 md5 pem pkcs1 gmp random x509 hmac xcbc stroke kernel-netlink socket-default updown attr farp dhcp
plugins {
dhcp {
server = 10.1.255.255
}
}
}