23
2019
03
openwrt的strongswan配置
http://blog.chinaunix.net/uid-192452-id-5760577.htmlipsec pki --gen --type rsa --size 4096 --outform pem > private/openwrt.pemchmod 600 private/openwrt.pemipsec pki --self --ca --lifetime 3650 --in private/openwrt.pem --type rsa --dn "C=CH, O
作者:hqy | 分类:技术文章 | 浏览:4671 | 评论:0
23
2019
03
no netkey IPsec stack detected,no KLIPS IPsec stack detected,no known IPsec stack detected, ignoring
root@XXXXX:/# /usr/local/sbin/ipsec start --nofork
Starting strongSwan 5.3.0 IPsec [starter]...
sh: 1: modprobe: not found
no netkey IPsec stack detected
sh: 1:
作者:hqy | 分类:技术文章 | 浏览:4757 | 评论:0
23
2019
03
CentOS配置L2TP/IPsec VPN
以CentOS为例配置L2TP/IPsec,其实不单CentOS,其他系列系统(如Ubuntu等)如此配置,L2TP也能正常使用。首先,安装strongSwan和xl2tpd,不用Openswan是因为据说OSX会连不上。这个简单,直接yum或apt-get就行了。以防万一,还是把命令发出来:yum install strongswan xl2tpd -ystrongSwan主要是为了实现IPsec,而IPsec又是为了PSK,我喜欢这个。先来配置stro
作者:hqy | 分类:技术文章 | 浏览:4687 | 评论:0