]> git.ipfire.org Git - people/ms/strongswan.git/blame - testing/tests/swanctl/net2net-multicast/hosts/sun/etc/strongswan.conf
testing: Added swanctl/net2net-multicast scenario
[people/ms/strongswan.git] / testing / tests / swanctl / net2net-multicast / hosts / sun / etc / strongswan.conf
CommitLineData
a9562a3f
AS
1# /etc/strongswan.conf - strongSwan configuration file
2
3charon {
4 load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac kernel-netlink socket-default forecast vici
5
6 start-scripts {
7 creds = /usr/local/sbin/swanctl --load-creds
8 conns = /usr/local/sbin/swanctl --load-conns
9 }
10
11 multiple_authentication = no
12 plugins {
13 forecast {
14 groups = 224.0.0.251
15 interface = eth1
16 }
17 }
18}