全文検索:
- 01 Linux ipsec Server
- enswan xl2tpd ==== xl2tpd ==== 一番下に下記を追加 <code|/etc/xl2tpd/xl2tpd.conf> [lns default] ip range = 192.... me = LinuxVPNserver ppp debug = yes pppoptfile = /etc/ppp/options.xl2tpd length bit = yes </code> ==== ppp ==== 一番下に下記を追加 <code|/etc/ppp/options.xl2tpd> netmask 255.255.255.0 persist... ap-v2 logfile /var/log/xl2tpd.log </code> <code|/etc/ppp/chap-secrets> # Secrets for authentication us
- 06 WireGuard
- WireGuard/client01/preshared` cat << __EOM__ > /etc/wireguard/wg0.conf [Interface] Address = 10.0.1.1... 4.起動 ===== これでwg0が作成されます。 <code> # wg-quick up /etc/wireguard/wg0.conf # ip -4 a 3: wg0: <POINTOPOIN... </code> ==== 停止の場合 ==== <code> # wg-quick down /etc/wireguard/wg0.conf </code> ===== 5.自動起動の設定 =====... }} ===== 8.Linuxクライアントからの接続 ===== クライアント設定ファイルを/etc/wireguard/wg0.confに記述して、起動でOK <code> atp install
- 02 Linux IPsec Client
- install openswan xl2tpd ===== IPsec ===== <code|/etc/ipsec.d/connect.conf> config setup virtual_p... 7/1701 </code> ===== IPsec用の事前共有鍵 ===== <code|/etc/ipsec.d/connect.secrets> : PSK "共有鍵" </code> ===== xl2tpd ===== <code|/etc/xl2tpd/xl2tpd.conf> [lac vpn-connection] lns = [ServerIP] ppp debug = yes pppoptfile = /etc/ppp/options.l2tpd.client length bit = yes </code>
- 04 Strongswan IKEv2 EAP
- _docker_let_s_encrypt]] シンボリックリンクだけ貼る <code> cd /etc/strongswan/ipsec.d ln -s /app/certs/vpn2.kumolabo... 18 21:26:39 vpn-test charon: 05[LIB] opening '/etc/strongswan/ipsec.d/certs/cert.pem' failed: Permis