读好书,交益友
发布时间:2018-10-12 11:07:20
ipsec pki --gen --type ecdsa --size 256 > /etc/ipsec.d/private/caKey.keybuilding CRED_PRIVATE_KEY - ECDSA failed, tried 2 builders编译时加上 --enable-openssl ......【阅读全文】
发布时间:2016-07-27 20:09:32
The client needs an internal IP address to use for this tunnel, but yourserver does not offer one. Try to assign a virtual IP using therightsourceip ipsec.conf option on the gateway.......【阅读全文】
发布时间:2016-05-27 11:24:38
1 sending packet: from 192.168.1.118[500] to 192.168.1.93[500]received packet: from 192.168.1.93[500] to 192.168.1.118[500]parsed IKE_AUTH response 1 [ IDr AUTH N(AUTH_LFT) N(TS_UNACCEPT) ]authentication of 'moon.strongswan.org' with pre-shared key successfulIKE_SA net-net[1] established be.........【阅读全文】
发布时间:2016-04-28 14:39:28
ipsec pki --gen --type rsa --size 4096 --outform pem > private/centosKey.pemchmod 600 private/centosKey.pemipsec pki --self --ca --lifetime 3650 --in private/centosKey.pem --type rsa --dn "C=CH, O=centos, CN=centos Root CA" --outform pem > cacerts/centosCert.pemipsec pki --print --in cacerts/cent.........【阅读全文】
发布时间:2015-12-24 11:02:08
./configure CFLAGS='-O0 -ggdb3' CXXFLAGS='-O0 -ggdb3' CFLAGS="-DDEBUG_LEVEL=1"build strongSwan with debug symbols./configure CFLAGS="-DDEBUG_LEVEL=1" --prefix=/usr --sysconfdir=/etc --enable-openssl --enable-nat-transport --disable-mysql --disable-ldap --disable.........【阅读全文】