7: 2017-06-24 (土) 18:16:07 maruo |
現: 2017-08-01 (火) 23:56:55 maruo |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^追加です | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^追加です |
| use ms-bad-proposal && epatch "${FILESDIR}"/${PN}-${PV%.*}-allow-ms-bad-proposal.patch | | use ms-bad-proposal && epatch "${FILESDIR}"/${PN}-${PV%.*}-allow-ms-bad-proposal.patch |
| + | |
| find . -type f -regex '.*[.]\([1-8]\|html\|xml\)' -exec sed -i \ | | find . -type f -regex '.*[.]\([1-8]\|html\|xml\)' -exec sed -i \ |
| -e s:/usr/local:/usr:g '{}' \; || | | -e s:/usr/local:/usr:g '{}' \; || |
| auth file = /etc/ppp/chap-secrets ; * Where our challenge secrets are | | auth file = /etc/ppp/chap-secrets ; * Where our challenge secrets are |
| listen-addr = <HeartBeatのフローティングIPアドレス> | | listen-addr = <HeartBeatのフローティングIPアドレス> |
| + | |
| [lns default] ; Our fallthrough LNS definition | | [lns default] ; Our fallthrough LNS definition |
| ip range = 端末に割り振るアドレスの範囲 ; * Allocate from this IP range | | ip range = 端末に割り振るアドレスの範囲 ; * Allocate from this IP range |
| Androidで要求してくる暗号化アルゴリズムを指定する必要があるとのことで、ipsec.confを以下の部分を修正及び追加いたします。 | | Androidで要求してくる暗号化アルゴリズムを指定する必要があるとのことで、ipsec.confを以下の部分を修正及び追加いたします。 |
| | | |
- | ike=3des-sha1,aes-sha1,aes256-sha2_256,aes256-sha2_512 | + | ike=3des-sha1,aes-sha1,aes256-sha2_512-sha2_256,aes256;modp1024 |
- | phase2alg=3des-sha1,aes-sha1,aes256-sha2_256,aes256-sha2_512 | + | phase2alg=3des-sha1,aes-sha1,aes256-sha2_512,aes256-sha2_256;modp1024 |
| sha2-truncbug=yes | | sha2-truncbug=yes |
| | | |