mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-16 00:00:37 -04:00
adapted evaltest to resolve plugin
This commit is contained in:
parent
fb7de3a8bf
commit
3cbf6db653
@ -1,6 +1,6 @@
|
|||||||
carol::cat /var/log/auth.log::setting virtual IP source address to PH_IP_CAROL1::YES
|
carol::cat /var/log/auth.log::setting virtual IP source address to PH_IP_CAROL1::YES
|
||||||
carol::cat /var/log/auth.log::received IPv4 DNS server address PH_IP_WINNETOU::YES
|
carol::cat /etc/resolv.conf::nameserver PH_IP_WINNETOU .*from moon.strongswan.org::YES
|
||||||
carol::cat /var/log/auth.log::received IPv6 DNS server address fec1\:\:20::YES
|
carol::cat /etc/resolv.conf::nameserver PH_IP_VENUS .*from moon.strongswan.org::YES
|
||||||
carol::ipsec status::home.*STATE_QUICK_I2.*IPsec SA established::YES
|
carol::ipsec status::home.*STATE_QUICK_I2.*IPsec SA established::YES
|
||||||
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
|
carol::ping -c 1 PH_IP_ALICE::64 bytes from PH_IP_ALICE: icmp_seq=1::YES
|
||||||
dave::cat /var/log/auth.log::setting virtual IP source address to PH_IP_DAVE1::YES
|
dave::cat /var/log/auth.log::setting virtual IP source address to PH_IP_DAVE1::YES
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
pluto {
|
||||||
|
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl resolve
|
||||||
|
}
|
||||||
|
|
||||||
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
|
||||||
|
libstrongswan {
|
||||||
|
dh_exponent_ansi_x9_42 = no
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
|
pluto {
|
||||||
|
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl resolve
|
||||||
|
}
|
||||||
|
|
||||||
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
|
||||||
|
libstrongswan {
|
||||||
|
dh_exponent_ansi_x9_42 = no
|
||||||
|
}
|
@ -11,6 +11,7 @@ conn %default
|
|||||||
keylife=20m
|
keylife=20m
|
||||||
rekeymargin=3m
|
rekeymargin=3m
|
||||||
keyingtries=1
|
keyingtries=1
|
||||||
|
rekey=no
|
||||||
left=PH_IP_MOON
|
left=PH_IP_MOON
|
||||||
leftsubnet=10.1.0.0/16
|
leftsubnet=10.1.0.0/16
|
||||||
leftsourceip=PH_IP_MOON1
|
leftsourceip=PH_IP_MOON1
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
pluto {
|
pluto {
|
||||||
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl attr
|
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl attr
|
||||||
dns1 = PH_IP_WINNETOU
|
dns1 = PH_IP_WINNETOU
|
||||||
dns2 = PH_IP6_VENUS
|
dns2 = PH_IP_VENUS
|
||||||
}
|
}
|
||||||
|
|
||||||
# pluto uses optimized DH exponent sizes (RFC 3526)
|
# pluto uses optimized DH exponent sizes (RFC 3526)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user