mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-07 00:01:49 -04:00
adapted evaltest of ikev1/ip-pool-db scenario to resolve plugin
This commit is contained in:
parent
03b5e4d8d7
commit
9e229e284f
@ -1,14 +1,11 @@
|
|||||||
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 IPv4 DNS server address PH_IP_VENUS::YES
|
carol::cat /etc/resolv.conf::nameserver PH_IP_VENUS .*from moon.strongswan.org::YES
|
||||||
carol::cat /var/log/auth.log::received IPv4 NBNS server address PH_IP_VENUS::YES
|
carol::cat /var/log/auth.log::handling INTERNAL_IP4_NBNS attribute failed::YES
|
||||||
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::ip addr list dev eth0::PH_IP_CAROL1::YES
|
carol::ip addr list dev eth0::PH_IP_CAROL1::YES
|
||||||
carol::ip route list table 220::10.1.0.0/16.*src PH_IP_CAROL1::YES
|
carol::ip route list table 220::10.1.0.0/16.*src PH_IP_CAROL1::YES
|
||||||
carol::ipsec status::home.*IPsec SA established::YES
|
carol::ipsec status::home.*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::received IPv4 DNS server address PH_IP_WINNETOU::YES
|
|
||||||
dave::cat /var/log/auth.log::received IPv4 DNS server address PH_IP_VENUS::YES
|
|
||||||
dave::cat /var/log/auth.log::received IPv4 NBNS server address PH_IP_VENUS::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
|
||||||
dave::ip addr list dev eth0::PH_IP_DAVE1::YES
|
dave::ip addr list dev eth0::PH_IP_DAVE1::YES
|
||||||
dave::ip route list table 220::10.1.0.0/16.*src PH_IP_DAVE1::YES
|
dave::ip route list table 220::10.1.0.0/16.*src PH_IP_DAVE1::YES
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
|
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
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# /etc/strongswan.conf - strongSwan configuration file
|
# /etc/strongswan.conf - strongSwan configuration file
|
||||||
|
|
||||||
pluto {
|
pluto {
|
||||||
load = sha1 sha2 md5 aes des hmac pem pkcs1 x509 gmp random curl
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user