下图为效果图,配置文件也支持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)。
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
前面问题解决了 后来又提示
回复删除* 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.
需要用openwrt 15.05官网纯净版哦
删除