OpenWRTでIPSec VPN(5)『パッケージインストール』

IPSec VPN できるようにするためのパッケージをインストールしていきます。
OpenWRT では 「racoon」 「OpenSwan」 「StrongSwan」 の3種類のIPSec ソリューションが用意されていますが、
『(2)ソフトウェアの選定』に書いたように今回は『StrongSwan』をインストールします。


参考情報

この記事を書くにあたって以下の情報を参考にしています
OpenWRTの公式サイトのDocument:『install/configure strongswan for IPhone/IPad』
StrongSwan公式サイトのDocument: 『iOS (Apple iPhone, iPad...) and Mac OS X』

パッケージインストール

OpenWRTルータをインターネットに接続できるようにします。
WAN側をDHCP設定にしておけば、既存のNATルータの配下からでもアクセスできるので、環境構築時にはおすすめです。
OpenWRTのインストール直後はDHCP設定になっていると思います。

今回のような多くのパッケージをまとめてインストールする際にはOpenWRTルータにSSHして作業するのがお勧めです。

CLIの場合

最初にopkgのパッケージリストを更新します。
root@OpenWrt:~# opkg update

パッケージをインストールします。
以下 opkg install コマンドでインストールしてください。wikiの表示の関係で複数回実行していますが、パッケージ名を全て並べて1回のopkg installでもOKです。

root@OpenWrt:~# opkg install strongswan-default strongswan-mod-dhcp strongswan-mod-af-alg 
root@OpenWrt:~# opkg install strongswan-mod-gcrypt strongswan-mod-blowfish strongswan-mod-md4 strongswan-mod-openssl 
root@OpenWrt:~# opkg install strongswan-mod-pkcs11 strongswan-mod-pkcs8 strongswan-mod-test-vectors strongswan-mod-farp
root@OpenWrt:~# opkg install ipsec-tools openssl-util

[2014/11/08追記]
OpenWRT BarrierBreaker 14.07 + StrongSwan 5.1.3 の場合、上記インストール方法では
モジュール不足でうまく動作しない恐れがあります。事前に以下のモジュールを入れておけば動作しました。
※ちなみに必要かは不明ですが私は最初にipをいれてます。(opkg install ip)不安だったらこれも入れといてください。

opkg update
opkg install kmod-crypto-aes kmod-crypto-arc4 kmod-crypto-authenc kmod-crypto-cbc kmod-crypto-core kmod-crypto-crc32c
opkg install kmod-crypto-deflate kmod-crypto-des kmod-crypto-ecb kmod-crypto-fcrypt kmod-crypto-hash kmod-crypto-hmac
opkg install kmod-crypto-hw-hifn-795x kmod-crypto-iv kmod-crypto-manager kmod-crypto-md4 kmod-crypto-md5 kmod-crypto-michael-mic
opkg install kmod-crypto-misc kmod-crypto-null kmod-crypto-ocf kmod-crypto-ocf-hifn7751 kmod-crypto-pcbc kmod-crypto-pcompress
opkg install kmod-crypto-rng kmod-crypto-sha1 kmod-crypto-sha256 kmod-crypto-test kmod-crypto-user kmod-crypto-wq kmod-crypto-xts
opkg install kmod-ip6tables kmod-ipsec kmod-ipsec4 kmod-ipsec6 kmod-ipt-conntrack kmod-ipt-core kmod-ipt-extra kmod-ipt-ipsec
opkg install kmod-ipt-nathelper kmod-ipt-ipset kmod-ipt-nat kmod-iptunnel4 kmod-iptunnel6 kmod-ipv6 kmod-ledtrig-usbdev
opkg install kmod-lib-crc-ccitt kmod-lib-zlib kmod-mac80211 kmod-nfnetlink
※kmod: failed to insert ~というエラーが出ても無視してください。
その後ルータ再起動します。その後引き続き

opkg update
opkg install strongswan-full
opkg install ipsec-tools openssl-util

でStrongSwanのインストール完了です。
※strongswan-fullを入れるとそれだけで全部パッケージを入れてくれます。必要ないパッケージを絞りたい人は
strongswan-default + 必要なパッケージでもいいですが"何が必要なパッケージか"は絞り出せてませんのでがんばってください。

[追記ここまで]

GUIの場合(参考)

多くのパッケージをインストールしようとする場合、WebUIがタイムアウトになってしまうことがありました。
以下の操作は参考としてください。

LuCiのWeb-GUIから接続し、「System」→「Software」の画面に移ります。
最初に[Update lists]のボタンを押してパッケージリストを更新します。
filter欄に下記のパッケージ名を入力・検索してから、
[Available packages]タブで[Install]リンクをクリックしてください。

  • strongswan-default
  • strongswan-mod-dhcp
  • strongswan-mod-af-alg
  • strongswan-mod-gcrypt
  • strongswan-mod-blowfish
  • strongswan-mod-md4
  • strongswan-mod-openssl
  • strongswan-mod-pkcs11
  • strongswan-mod-pkcs8
  • strongswan-mod-test-vectors
  • strongswan-mod-farp
  • ipsec-tools
  • openssl-util

インストール結果

CLIでのインストールログの一部を転記します。個別にパッケージをダウンロードしてインストールする場合の参考にしてください。

BHR-4RV

BHR-4RVの場合、依存関係により以下のパッケージがインストールされました。
インストール後のflashメモリ領域の残りは "Free space: 39% (1.92 MB)" となりました。
CPUにBCRM47xxを搭載した類似機種で実施する場合の参考としてください。
容量を2MB程度使用したので、Free spaceが 4MB 程度は確保できる
Flash メモリの容量が8MB搭載されているルータでないと難しいでしょう。

Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-default_5.0.0-1_brcm47xx.ipk
Installing strongswan (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan_5.0.0-1_brcm47xx.ipk
Installing libpthread (0.9.33.2-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/libpthread_0.9.33.2-1_brcm47xx.ipk
Installing ip (3.3.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/ip_3.3.0-1_brcm47xx.ipk
Installing kmod-crypto-authenc (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-authenc_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-manager (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-manager_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-hash (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-hash_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-core (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-core_3.3.8-1_brcm47xx.ipk
Installing kmod-ipsec (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-ipsec_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-iv (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-iv_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-rng (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-rng_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-wq (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-wq_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-des (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-des_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-hmac (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-hmac_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-md5 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-md5_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-sha1 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-sha1_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-deflate (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-deflate_3.3.8-1_brcm47xx.ipk
Installing kmod-lib-zlib (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-lib-zlib_3.3.8-1_brcm47xx.ipk
Installing kmod-crypto-cbc (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-cbc_3.3.8-1_brcm47xx.ipk
Installing kmod-ipsec4 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-ipsec4_3.3.8-1_brcm47xx.ipk
Installing kmod-iptunnel4 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-iptunnel4_3.3.8-1_brcm47xx.ipk
Installing kmod-ipsec6 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-ipsec6_3.3.8-1_brcm47xx.ipk
Installing kmod-iptunnel6 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-iptunnel6_3.3.8-1_brcm47xx.ipk
Installing kmod-ipv6 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-ipv6_3.3.8-1_brcm47xx.ipk
Installing kmod-ipt-ipsec (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-ipt-ipsec_3.3.8-1_brcm47xx.ipk
Installing iptables-mod-ipsec (1.4.10-4) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/iptables-mod-ipsec_1.4.10-4_brcm47xx.ipk
Installing strongswan-charon (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-charon_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-aes (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-aes_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-attr (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-attr_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-constraints (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-constraints_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-des (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-des_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-dnskey (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-dnskey_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-fips-prf (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-fips-prf_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-sha1 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-sha1_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-gmp (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-gmp_5.0.0-1_brcm47xx.ipk
Installing libgmp (4.3.1-2) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/libgmp_4.3.1-2_brcm47xx.ipk
Installing strongswan-mod-hmac (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-hmac_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-kernel-netlink (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-kernel-netlink_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-md5 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-md5_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-nonce (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-nonce_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-pem (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-pem_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-pgp (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-pgp_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-pkcs1 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-pkcs1_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-pubkey (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-pubkey_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-random (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-random_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-resolve (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-resolve_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-revocation (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-revocation_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-sha2 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-sha2_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-socket-default (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-socket-default_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-stroke (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-stroke_5.0.0-1_brcm47xx.ipk
Installing strongswan-utils (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-utils_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-updown (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-updown_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-x509 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-x509_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-xauth-generic (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-xauth-generic_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-xcbc (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-xcbc_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-dhcp (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-dhcp_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-af-alg (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-af-alg_5.0.0-1_brcm47xx.ipk
Installing kmod-crypto-user (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/kmod-crypto-user_3.3.8-1_brcm47xx.ipk
Installing strongswan-mod-gcrypt (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-gcrypt_5.0.0-1_brcm47xx.ipk
Installing libgcrypt (1.5.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/libgcrypt_1.5.0-1_brcm47xx.ipk
Installing libgpg-error (1.9-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/libgpg-error_1.9-1_brcm47xx.ipk
Installing strongswan-mod-blowfish (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-blowfish_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-md4 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-md4_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-openssl (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-openssl_5.0.0-1_brcm47xx.ipk
Installing libopenssl (1.0.1e-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/libopenssl_1.0.1e-1_brcm47xx.ipk
Installing zlib (1.2.7-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/zlib_1.2.7-1_brcm47xx.ipk
Installing strongswan-mod-pkcs11 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-pkcs11_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-pkcs8 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-pkcs8_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-test-vectors (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-test-vectors_5.0.0-1_brcm47xx.ipk
Installing strongswan-mod-farp (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/strongswan-mod-farp_5.0.0-1_brcm47xx.ipk
Installing ipsec-tools (0.8.0-2) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/ipsec-tools_0.8.0-2_brcm47xx.ipk
Installing openssl-util (1.0.1e-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/brcm47xx/generic/packages/openssl-util_1.0.1e-1_brcm47xx.ipk
Configuring openssl-util.

BHR-4GRV

BHR-4GRVの場合、依存関係により以下のパッケージがインストールされました。
インストール後のflashメモリ領域の残りは 
Web-GUI上表記でFree space: 97% (27.91 MB) → 88% (25.29 MB) に変化しました。(2.62MB消費)
CPUにAR71xx を搭載した類似機種で試す場合の参考としてください。

Installing strongswan-default (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-default_5.0.0-1_ar71xx.ipk
Installing strongswan (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan_5.0.0-1_ar71xx.ipk
Installing libpthread (0.9.33.2-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libpthread_0.9.33.2-1_ar71xx.ipk
Installing ip (3.3.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/ip_3.3.0-1_ar71xx.ipk
Installing kmod-crypto-authenc (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-authenc_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-manager (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-manager_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-hash (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-hash_3.3.8-1_ar71xx.ipk
Installing kmod-ipsec (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-ipsec_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-iv (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-iv_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-rng (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-rng_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-wq (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-wq_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-des (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-des_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-hmac (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-hmac_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-md5 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-md5_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-sha1 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-sha1_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-deflate (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-deflate_3.3.8-1_ar71xx.ipk
Installing kmod-lib-zlib (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-lib-zlib_3.3.8-1_ar71xx.ipk
Installing kmod-crypto-cbc (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-cbc_3.3.8-1_ar71xx.ipk
Installing kmod-ipsec4 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-ipsec4_3.3.8-1_ar71xx.ipk
Installing kmod-iptunnel4 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-iptunnel4_3.3.8-1_ar71xx.ipk
Installing kmod-ipsec6 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-ipsec6_3.3.8-1_ar71xx.ipk
Installing kmod-iptunnel6 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-iptunnel6_3.3.8-1_ar71xx.ipk
Installing kmod-ipv6 (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-ipv6_3.3.8-1_ar71xx.ipk
Installing kmod-ipt-ipsec (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-ipt-ipsec_3.3.8-1_ar71xx.ipk
Installing iptables-mod-ipsec (1.4.10-4) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/iptables-mod-ipsec_1.4.10-4_ar71xx.ipk
Installing strongswan-charon (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-charon_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-aes (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-aes_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-attr (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-attr_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-constraints (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-constraints_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-des (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-des_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-dnskey (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-dnskey_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-fips-prf (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-fips-prf_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-sha1 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-sha1_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-gmp (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-gmp_5.0.0-1_ar71xx.ipk
Installing libgmp (4.3.1-2) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libgmp_4.3.1-2_ar71xx.ipk
Installing strongswan-mod-hmac (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-hmac_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-kernel-netlink (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-kernel-netlink_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-md5 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-md5_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-nonce (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-nonce_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-pem (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-pem_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-pgp (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-pgp_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-pkcs1 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-pkcs1_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-pubkey (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-pubkey_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-random (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-random_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-resolve (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-resolve_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-revocation (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-revocation_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-sha2 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-sha2_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-socket-default (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-socket-default_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-stroke (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-stroke_5.0.0-1_ar71xx.ipk
Installing strongswan-utils (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-utils_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-updown (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-updown_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-x509 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-x509_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-xauth-generic (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-xauth-generic_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-xcbc (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-xcbc_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-dhcp (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-dhcp_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-af-alg (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-af-alg_5.0.0-1_ar71xx.ipk
Installing kmod-crypto-user (3.3.8-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/kmod-crypto-user_3.3.8-1_ar71xx.ipk
Installing strongswan-mod-gcrypt (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-gcrypt_5.0.0-1_ar71xx.ipk
Installing libgcrypt (1.5.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libgcrypt_1.5.0-1_ar71xx.ipk
Installing libgpg-error (1.9-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libgpg-error_1.9-1_ar71xx.ipk
Installing strongswan-mod-blowfish (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-blowfish_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-md4 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-md4_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-openssl (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-openssl_5.0.0-1_ar71xx.ipk
Installing libopenssl (1.0.1e-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/libopenssl_1.0.1e-1_ar71xx.ipk
Installing zlib (1.2.7-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/zlib_1.2.7-1_ar71xx.ipk
Installing strongswan-mod-pkcs11 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-pkcs11_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-pkcs8 (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-pkcs8_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-test-vectors (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-test-vectors_5.0.0-1_ar71xx.ipk
Installing strongswan-mod-farp (5.0.0-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/strongswan-mod-farp_5.0.0-1_ar71xx.ipk
Installing ipsec-tools (0.8.0-2) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/ipsec-tools_0.8.0-2_ar71xx.ipk
Installing openssl-util (1.0.1e-1) to root...
Downloading http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/packages/openssl-util_1.0.1e-1_ar71xx.ipk


WZH-HP-300NH(OpenWRT BarreierBreaker 14.07 + StrongSwan 5.1.3)


Package kmod-crypto-aes (3.10.49-1) installed in root is up to date.
Package kmod-crypto-arc4 (3.10.49-1) installed in root is up to date.
Installing kmod-crypto-authenc (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-authenc_3.10.49-1_ar71xx.ipk.
Installing kmod-crypto-manager (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-manager_3.10.49-1_ar71xx.ipk.
Installing kmod-crypto-hash (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-hash_3.10.49-1_ar71xx.ipk.
Installing kmod-crypto-pcompress (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-pcompress_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-hash.
Configuring kmod-crypto-pcompress.
Configuring kmod-crypto-manager.
Configuring kmod-crypto-authenc.
kmod: failed to insert /lib/modules/3.10.49/authenc.ko
Installing kmod-crypto-cbc (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-cbc_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-cbc.
Package kmod-crypto-core (3.10.49-1) installed in root is up to date.
Installing kmod-crypto-crc32c (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-crc32c_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-crc32c.
Installing kmod-crypto-deflate (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-deflate_3.10.49-1_ar71xx.ipk.
Installing kmod-lib-zlib (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-lib-zlib_3.10.49-1_ar71xx.ipk.
Configuring kmod-lib-zlib.
Configuring kmod-crypto-deflate.
kmod: failed to insert /lib/modules/3.10.49/deflate.ko
Installing kmod-crypto-des (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-des_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-des.
Installing kmod-crypto-ecb (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-ecb_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-ecb.
Installing kmod-crypto-fcrypt (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-fcrypt_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-fcrypt.
Package kmod-crypto-hash (3.10.49-1) installed in root is up to date.
Installing kmod-crypto-hmac (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-hmac_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-hmac.
Installing kmod-crypto-hw-hifn-795x (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-hw-hifn-795x_3.10.49-1_ar71xx.ipk.
Installing kmod-random-core (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-random-core_3.10.49-1_ar71xx.ipk.
Configuring kmod-random-core.
Configuring kmod-crypto-hw-hifn-795x.
Installing kmod-crypto-iv (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-iv_3.10.49-1_ar71xx.ipk.
Installing kmod-crypto-rng (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-rng_3.10.49-1_ar71xx.ipk.
Installing kmod-crypto-wq (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-wq_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-rng.
Configuring kmod-crypto-wq.
Configuring kmod-crypto-iv.
Package kmod-crypto-manager (3.10.49-1) installed in root is up to date.
Installing kmod-crypto-md4 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-md4_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-md4.
Installing kmod-crypto-md5 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-md5_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-md5.
Installing kmod-crypto-michael-mic (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-michael-mic_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-michael-mic.
Installing kmod-crypto-misc (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-misc_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-misc.
Installing kmod-crypto-null (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-null_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-null.
Installing kmod-crypto-ocf (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-ocf_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-ocf.
Installing kmod-crypto-ocf-hifn7751 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-ocf-hifn7751_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-ocf-hifn7751.
Installing kmod-crypto-pcbc (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-pcbc_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-pcbc.
Package kmod-crypto-pcompress (3.10.49-1) installed in root is up to date.
Package kmod-crypto-rng (3.10.49-1) installed in root is up to date.
Installing kmod-crypto-sha1 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-sha1_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-sha1.
Installing kmod-crypto-sha256 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-sha256_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-sha256.
Installing kmod-crypto-test (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-test_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-test.
Installing kmod-crypto-user (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-user_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-user.
Package kmod-crypto-wq (3.10.49-1) installed in root is up to date.
Installing kmod-crypto-xts (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-crypto-xts_3.10.49-1_ar71xx.ipk.
Configuring kmod-crypto-xts.
Package kmod-ip6tables (3.10.49-1) installed in root is up to date.
Installing kmod-ipsec (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-ipsec_3.10.49-1_ar71xx.ipk.
Configuring kmod-ipsec.
Installing kmod-ipsec4 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-ipsec4_3.10.49-1_ar71xx.ipk.
Installing kmod-iptunnel4 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-iptunnel4_3.10.49-1_ar71xx.ipk.
Configuring kmod-iptunnel4.
Configuring kmod-ipsec4.
kmod: failed to insert /lib/modules/3.10.49/esp4.ko
Installing kmod-ipsec6 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-ipsec6_3.10.49-1_ar71xx.ipk.
Installing kmod-iptunnel6 (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-iptunnel6_3.10.49-1_ar71xx.ipk.
Configuring kmod-iptunnel6.
Configuring kmod-ipsec6.
kmod: failed to insert /lib/modules/3.10.49/esp6.ko
Package kmod-ipt-conntrack (3.10.49-1) installed in root is up to date.
Package kmod-ipt-core (3.10.49-1) installed in root is up to date.
Installing kmod-ipt-extra (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-ipt-extra_3.10.49-1_ar71xx.ipk.
Configuring kmod-ipt-extra.
Installing kmod-ipt-ipsec (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-ipt-ipsec_3.10.49-1_ar71xx.ipk.
Configuring kmod-ipt-ipsec.
Installing kmod-ipt-ipset (3.10.49+6.20.1-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-ipt-ipset_3.10.49+6.20.1-1_ar71xx.ipk.
Installing kmod-nfnetlink (3.10.49-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/kmod-nfnetlink_3.10.49-1_ar71xx.ipk.
Configuring kmod-nfnetlink.
Configuring kmod-ipt-ipset.
kmod: failed to insert /lib/modules/3.10.49/ip_set.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_bitmap_ip.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_bitmap_ipmac.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_bitmap_port.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_hash_ip.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_hash_ipport.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_hash_ipportip.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_hash_ipportnet.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_hash_net.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_hash_netiface.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_hash_netport.ko
kmod: failed to insert /lib/modules/3.10.49/ip_set_list_set.ko
kmod: failed to insert /lib/modules/3.10.49/xt_set.ko
Package kmod-ipt-nat (3.10.49-1) installed in root is up to date.
Package kmod-ipt-nathelper (3.10.49-1) installed in root is up to date.
Package kmod-iptunnel4 (3.10.49-1) installed in root is up to date.
Package kmod-iptunnel6 (3.10.49-1) installed in root is up to date.
Package kmod-ipv6 (3.10.49-1) installed in root is up to date.
Package kmod-ledtrig-usbdev (3.10.49-1) installed in root is up to date.
Package kmod-lib-crc-ccitt (3.10.49-1) installed in root is up to date.
Package kmod-lib-zlib (3.10.49-1) installed in root is up to date.
Package kmod-mac80211 (3.10.49+2014-05-22-1) installed in root is up to date.
Package kmod-nfnetlink (3.10.49-1) installed in root is up to date.

Installing strongswan-full (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-full_5.1.3-1_ar71xx.ipk.
Installing strongswan (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan_5.1.3-1_ar71xx.ipk.
Installing libpthread (0.9.33.2-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/libpthread_0.9.33.2-1_ar71xx.ipk.
Installing iptables-mod-ipsec (1.4.21-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/iptables-mod-ipsec_1.4.21-1_ar71xx.ipk.
Installing strongswan-charon (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-charon_5.1.3-1_ar71xx.ipk.
Installing strongswan-libfast (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-libfast_5.1.3-1_ar71xx.ipk.
Installing zlib (1.2.8-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/zlib_1.2.8-1_ar71xx.ipk.
Installing fcgi (2.4.0-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/packages/fcgi_2.4.0-1_ar71xx.ipk.
Installing clearsilver (0.10.5-5) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/clearsilver_0.10.5-5_ar71xx.ipk.
Installing strongswan-mod-addrblock (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-addrblock_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-aes (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-aes_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-af-alg (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-af-alg_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-agent (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-agent_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-attr (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-attr_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-attr-sql (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-attr-sql_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-sql (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-sql_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-blowfish (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-blowfish_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-ccm (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-ccm_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-cmac (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-cmac_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-constraints (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-constraints_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-coupling (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-coupling_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-ctr (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-ctr_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-curl (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-curl_5.1.3-1_ar71xx.ipk.
Installing libcurl (7.38.0-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/libcurl_7.38.0-1_ar71xx.ipk.
Installing libpolarssl (1.3.8-2) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/libpolarssl_1.3.8-2_ar71xx.ipk.
Installing strongswan-mod-des (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-des_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-dhcp (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-dhcp_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-dnskey (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-dnskey_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-duplicheck (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-duplicheck_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-eap-identity (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-eap-identity_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-eap-md5 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-eap-md5_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-eap-mschapv2 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-eap-mschapv2_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-md4 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-md4_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-eap-radius (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-eap-radius_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-farp (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-farp_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-fips-prf (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-fips-prf_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-sha1 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-sha1_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-gcm (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-gcm_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-gcrypt (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-gcrypt_5.1.3-1_ar71xx.ipk.
Installing libgcrypt (1.6.1-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/packages/libgcrypt_1.6.1-1_ar71xx.ipk.
Installing libgpg-error (1.12-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/packages/libgpg-error_1.12-1_ar71xx.ipk.
Installing strongswan-mod-gmp (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-gmp_5.1.3-1_ar71xx.ipk.
Installing libgmp (6.0.0-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/libgmp_6.0.0-1_ar71xx.ipk.
Installing strongswan-mod-ha (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-ha_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-hmac (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-hmac_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-kernel-netlink (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-kernel-netlink_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-ldap (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-ldap_5.1.3-1_ar71xx.ipk.
Installing libopenldap (2.4.39-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/libopenldap_2.4.39-1_ar71xx.ipk.
Installing libopenssl (1.0.1j-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/libopenssl_1.0.1j-1_ar71xx.ipk.
Installing libsasl2 (2.1.23-2) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/libsasl2_2.1.23-2_ar71xx.ipk.
Installing strongswan-mod-led (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-led_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-load-tester (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-load-tester_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-nonce (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-nonce_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-md5 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-md5_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-mysql (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-mysql_5.1.3-1_ar71xx.ipk.
Installing libmysqlclient-r (5.1.73-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/libmysqlclient-r_5.1.73-1_ar71xx.ipk.
Installing uclibcxx (0.2.4-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/uclibcxx_0.2.4-1_ar71xx.ipk.
Installing strongswan-mod-openssl (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-openssl_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-pem (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-pem_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-pgp (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-pgp_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-pkcs1 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-pkcs1_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-pkcs8 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-pkcs8_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-pkcs11 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-pkcs11_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-pubkey (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-pubkey_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-random (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-random_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-resolve (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-resolve_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-revocation (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-revocation_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-sha2 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-sha2_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-smp (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-smp_5.1.3-1_ar71xx.ipk.
Installing libxml2 (2.9.2-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/packages/libxml2_2.9.2-1_ar71xx.ipk.
Installing strongswan-mod-socket-default (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-socket-default_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-sqlite (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-sqlite_5.1.3-1_ar71xx.ipk.
Installing libsqlite3 (3080600-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/packages/libsqlite3_3080600-1_ar71xx.ipk.
Installing strongswan-mod-stroke (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-stroke_5.1.3-1_ar71xx.ipk.
Installing strongswan-utils (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-utils_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-test-vectors (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-test-vectors_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-uci (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-uci_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-unity (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-unity_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-updown (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-updown_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-whitelist (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-whitelist_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-x509 (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-x509_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-xauth-eap (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-xauth-eap_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-xauth-generic (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-xauth-generic_5.1.3-1_ar71xx.ipk.
Installing strongswan-mod-xcbc (5.1.3-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/strongswan-mod-xcbc_5.1.3-1_ar71xx.ipk.
Configuring libpthread.
Configuring iptables-mod-ipsec.
Configuring strongswan.
Configuring strongswan-mod-eap-identity.
Configuring strongswan-mod-led.
Configuring zlib.
Configuring clearsilver.
Configuring libpolarssl.
Configuring libcurl.
Configuring strongswan-mod-curl.
Configuring strongswan-mod-farp.
Configuring strongswan-mod-constraints.
Configuring libopenssl.
Configuring libsasl2.
Configuring libopenldap.
Configuring strongswan-mod-sha1.
Configuring strongswan-mod-sha2.
Configuring strongswan-mod-agent.
Configuring strongswan-mod-pkcs11.
Configuring strongswan-mod-sql.
Configuring strongswan-mod-attr-sql.
Configuring libgpg-error.
Configuring libgcrypt.
Configuring strongswan-mod-openssl.
Configuring strongswan-mod-test-vectors.
Configuring fcgi.
Configuring strongswan-mod-ldap.
Configuring strongswan-mod-pem.
Configuring strongswan-mod-md4.
Configuring strongswan-mod-des.
Configuring strongswan-mod-eap-mschapv2.
Configuring strongswan-mod-eap-md5.
Configuring strongswan-mod-aes.
Configuring strongswan-mod-pgp.
Configuring uclibcxx.
Configuring libmysqlclient-r.
Configuring strongswan-mod-mysql.
Configuring strongswan-mod-xcbc.
Configuring strongswan-mod-random.
Configuring libxml2.
Configuring strongswan-mod-ccm.
Configuring strongswan-mod-pkcs1.
Configuring strongswan-mod-pkcs8.
Configuring strongswan-mod-dnskey.
Configuring strongswan-utils.
Configuring strongswan-mod-hmac.
Configuring strongswan-mod-xauth-eap.
Configuring strongswan-charon.
Configuring strongswan-mod-duplicheck.
Configuring strongswan-mod-eap-radius.
Configuring strongswan-mod-uci.
Configuring strongswan-mod-fips-prf.
Configuring strongswan-mod-socket-default.
Configuring strongswan-mod-blowfish.
Configuring strongswan-mod-resolve.
Configuring strongswan-mod-pubkey.
Configuring strongswan-mod-ha.
Configuring strongswan-mod-kernel-netlink.
Configuring strongswan-mod-load-tester.
Configuring strongswan-mod-gcm.
Configuring strongswan-mod-gcrypt.
Configuring strongswan-mod-smp.
Configuring strongswan-mod-updown.
Configuring strongswan-mod-addrblock.
Configuring strongswan-mod-nonce.
Configuring strongswan-mod-xauth-generic.
Configuring strongswan-mod-x509.
Configuring strongswan-libfast.
Configuring strongswan-mod-unity.
Configuring strongswan-mod-coupling.
Configuring libsqlite3.
Configuring strongswan-mod-sqlite.
Configuring strongswan-mod-dhcp.
Configuring libgmp.
Configuring strongswan-mod-stroke.
Configuring strongswan-mod-attr.
Configuring strongswan-mod-af-alg.
Configuring strongswan-mod-cmac.
Configuring strongswan-mod-ctr.
Configuring strongswan-mod-gmp.
Configuring strongswan-mod-md5.
Configuring strongswan-mod-revocation.
Configuring strongswan-mod-whitelist.
Configuring strongswan-full.
Installing ipsec-tools (0.8.1-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages/ipsec-tools_0.8.1-1_ar71xx.ipk.
Installing openssl-util (1.0.1j-1) to root...
Downloading http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base/openssl-util_1.0.1j-1_ar71xx.ipk.
Configuring ipsec-tools.
Configuring openssl-util.

タグ:

OpenWrt IPSec
+ タグ編集
  • タグ:
  • OpenWrt
  • IPSec

このサイトはreCAPTCHAによって保護されており、Googleの プライバシーポリシー利用規約 が適用されます。

最終更新:2020年03月14日 23:08