2016年3月9日星期三

OpenWRT 安装轻便的Shadowsocks luci 客户端 (ramips/71xx/bcm47xx)

作者是Jacky Bao;github这里有相关介绍、预编译IPK文件下载。
下图为效果图,配置文件也支持shadowsocksR.上网方式gfwlist:被墙网址走SS。










手把手安装教程:
安装所需:
OpenWRT 15.05 联网路由, 8M flash或更大;
putty.exe 或其他SSH工具。







1、输入OpenWRT路由IP;
2、输入root用户名和密码;
3、根据芯片,输入三行命令(输入下一条命令之前等待上一条命令完成)。

---------------------------------ramips-------------------------------------
opkg update

wget http://www.drivehq.com/file/DFPublishFile.aspx/FileID3273395192/Keyu0r9hap5evr1/shadowsocks-libev-gfwlist-polarssl_2.4.5-5_ramips_24kec.ipk

opkg --force-overwrite install shadowsocks-libev-gfwlist-polarssl_2.4.5-5_ramips_24kec.ipk
-------------------------------------------------------------------------------







---------------------------------71xx----------------------------------------
opkg update

wget http://www.drivehq.com/file/DFPublishFile.aspx/FileID3273395872/Keyoeh9tga4q291/shadowsocks-libev-gfwlist-polarssl_2.4.5-5_ar71xx.ipk

opkg --force-overwrite install shadowsocks-libev-gfwlist-polarssl_2.4.5-5_ar71xx.ipk
-------------------------------------------------------------------------------







-------------------------------bcm47xx-------------------------------------------
opkg update

wget http://www.drivehq.com/file/DFPublishFile.aspx/FileID3273397862/Keya8wiadqaswa1/shadowsocks-libev-gfwlist-polarssl_2.4.5-5_brcm47xx.ipk

opkg --force-overwrite install shadowsocks-libev-gfwlist-polarssl_2.4.5-5_brcm47xx.ipk
-------------------------------------------------------------------------------

最后来到下图的地方,可以修改配置文件为你的ss账户信息(支持SSR)。




3 条评论:

  1. root@OpenWrt:~# opkg --force-overwrite install shadowsocks-libev-gfwlist-polarssl_2.4.5-5_ramips_24kec.ipk
    Installing shadowsocks-libev-gfwlist-polarssl (2.4.5-5) to root...
    Multiple packages (kmod-ipv6 and kmod-ipv6) providing same name marked HOLD or PREFER. Using latest.
    Multiple packages (kmod-ipt-core and kmod-ipt-core) providing same name marked HOLD or PREFER. Using latest.
    Collected errors:
    * satisfy_dependencies_for: Cannot satisfy the following dependencies for shadowsocks-libev-gfwlist-polarssl:
    * kernel (= 3.18.20-1-c8b57a131072a3198e594822481af3e0) * kernel (= 3.18.20-1-c8b57a131072a3198e594822481af3e0) *
    * opkg_install_cmd: Cannot install package shadowsocks-libev-gfwlist-polarssl.
    root@OpenWrt:~# satisfy_dependencies_for: Cannot satisfy the following dependencies for shadowsocks-libev-gfwlist-polarssl:
    -ash: satisfy_dependencies_for:: not found
    root@OpenWrt:~# * kernel (= 3.18.20-1-c8b57a131072a3198e594822481af3e0) * kernel (= 3.18.20-1-c8b57a131072a3198e594822481af3e0) *
    -ash: syntax error: unexpected "("
    root@OpenWrt:~# * opkg_install_cmd: Cannot install package shadowsocks-libev-gfwlist-polarssl.
    -ash: shadowsocks-libev-gfwlist-polarssl_2.4.5-5_ramips_24kec.ipk: not found

    回复删除
  2. 前面问题解决了 后来又提示
    * pkg_hash_fetch_best_installation_candidate: Packages for shadowsocks-libev-gfwlist-polarssl found, but incompatible with the architectures configured
    * opkg_install_cmd: Cannot install package shadowsocks-libev-gfwlist-polarssl.

    回复删除
    回复
    1. 需要用openwrt 15.05官网纯净版哦

      删除

设置debian/ubuntu 2分钟后 定时重启

 #使用以下命令,安装at并安排系统在两分钟后执行重启: apt-get install at -y && echo "shutdown -r now" | sudo at now + 2 minutes