removing hardcoded ike version and also fixing file path for swanctl-conf file
This commit is contained in:
parent
3f2238a090
commit
633b0a7521
|
@ -12,4 +12,4 @@ files/qemu-ifup etc/libvirt/hooks
|
|||
files/firewall etc/init.d
|
||||
files/frr.conf.wit etc/frr
|
||||
files/ipsec.conf.wit etc
|
||||
swanctl-wit.conf.wit etc/swanctl/conf.d
|
||||
files/swanctl-wit.conf.wit etc/swanctl/conf.d
|
||||
|
|
|
@ -16,7 +16,7 @@ conn %default
|
|||
dpddelay=3
|
||||
dpdaction=restart
|
||||
type=transport
|
||||
keyexchange=ikev1
|
||||
#keyexchange=ikev1
|
||||
ike=aes256-sha512-modp4096,aes128-sha1-modp2048!
|
||||
esp=aes256-sha512-modp4096,aes128-sha1-modp2048!
|
||||
leftcert=FQHOSTNAME.crt
|
||||
|
|
Loading…
Reference in New Issue