Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASUS RT-AC5300: Install Shadowsock Client #86

Open
hhstore opened this issue Sep 2, 2018 · 11 comments
Open

ASUS RT-AC5300: Install Shadowsock Client #86

hhstore opened this issue Sep 2, 2018 · 11 comments
Labels

Comments

@hhstore
Copy link
Owner

hhstore commented Sep 2, 2018

网速:

image

路由器基础设置优化:

网速优化:

image

  • 5G Hz 网络优化:

image

SSR 开启负载均衡模式:

  1. 使用订阅模式, 导入某托管的 SSR 配置
根据下面的安装步骤, 安装最新版本的 科学上网 插件. 

image

  1. 创建负载均衡配置: 创建并启用

image

  1. 选择负载均衡模式.

image

@hhstore
Copy link
Owner Author

hhstore commented Sep 2, 2018

华硕 AC5300 安装梅林固件:

  • 说明:

  • 软件中心里有 webshell 工具, 可以通过SSH连接到路由器进行设置

  • 也可以打开SSH本地访问选项, 在Mac下可以通过

  • 路由器开启 SSH 服务: https://www.luyouwang.net/1536.html

  • SSH, 建议使用 ssh-key 方式登录:

# 输入密码, 连接路由器:
ssh [email protected] -p 2233

#
cd /tmp
ls


  • ss客户端包, 可以先下载到Mac下, 再通过 scp 上传到路由器 /root目录, 不能直接上传到/tmp目录, 有权限问题.

# mac 本地下载: 
wget --no-check-certificate https://github.com/hq450/fancyss/raw/master/fancyss_arm/shadowsocks.tar.gz

# 上传路由器: 
scp -P 2233 ./shadowsocks_1.0.4.tar.gz [email protected]:/tmp/home/root/

# 路由器上解压, 指定解压目录, 必须是这个目录
tar -zxvf shadowsocks.tar.gz -C /tmp/

# 安装: 
sh /tmp/shadowsocks/install.sh


# 路由器 admin 页面, 刷新, 即可看到. 

固件:

查看 arm 型号:



# arm 信息: 
admin@RT-AC5300-C8B0:/tmp/home/root/tmp# nvram get buildno
380.70


# OS 信息: 
admin@RT-AC5300-C8B0:/tmp/home/root/tmp# uname -a
Linux RT-AC5300-C8B0 2.6.36.4brcmarm #1 SMP PREEMPT Wed May 9 14:51:18 CST 2018 armv7l Merlin-Koolshare




ARM v7 380.70 对应下载:


shadowsocks:

arm v8:

cd /tmp
wget --no-check-certificate https://raw.githubusercontent.com/koolshare/rogsoft/master/shadowsocks/shadowsocks.tar.gz
tar -zxvf /tmp/shadowsocks.tar.gz
sh /tmp/shadowsocks/install.sh

arm v7:


wget --no-check-certificate https://github.com/hq450/fancyss_history_package/raw/master/fancyss_arm384/shadowsocks_1.0.4.tar.gz



cd /tmp
# 本blog 提供的下载地址:
wget --no-check-certificate https://github.com/hhstore/blog/files/2343162/ac5300-armv7-shadowsocks.tar.gz




#
tar -zxvf /tmp/ac5300-armv7-shadowsocks.tar.gz
#
sh /tmp/shadowsocks/install.sh



  • 特别提醒:

提示 本插件适用于koolshare merlin armv7l固件平台,你的平台mips不能安装!!!

-下载地址2: 百度网盘

@hhstore
Copy link
Owner Author

hhstore commented Sep 2, 2018

安装图:

image

配置 SS 账号:

image

配置 socket5:

  • 用于命令行 proxy:

image

@hhstore
Copy link
Owner Author

hhstore commented Sep 2, 2018

SS 插件离线下载:

ac5300-armv7-shadowsocks.tar.gz

京东价格:

故障解决: CPU 100%

  • 恢复出厂设置
  • admin 进入管理页面, 在浏览器设置里, 恢复出厂设置, 耐心等待 执行进度条 执行完.
  • 重新设置 WIFI 账号.

恢复出厂设置:

image

@hhstore
Copy link
Owner Author

hhstore commented Nov 12, 2018

梅林固件下载:

梅林固件380(旧)- 下载地址:

梅林固件384(新)- 下载地址:

华硕 RT-AC68U
华硕 RT-AC66U-B1
华硕 RT-AC1900
华硕 RT-AC1900P
华硕 RT-AC87U
华硕 RT-AC88U
华硕 RT-AC3100
华硕 RT-AC3200
华硕 RT-AC5300

image

github 下载地址:

@hhstore
Copy link
Owner Author

hhstore commented Mar 12, 2020

路由器固件升级步骤:

image

  • 步骤:

image

  • 上传之后, 刷机过程中, 提示信息

image

  • 刷机成功之后的版本:

image

升级之后 固件信息:

  • 固件信息查看:
admin@RT-AC5300-C8B0:/tmp/home/root# nvram get buildno
384.14

admin@RT-AC5300-C8B0:/tmp/home/root# uname -a
Linux RT-AC5300-C8B0 2.6.36.4brcmarm #1 SMP PREEMPT Tue Dec 17 01:29:04 CST 2019 armv7l Merlin-Koolshare-rtac86u


@hhstore
Copy link
Owner Author

hhstore commented Mar 12, 2020

华硕 - 梅林安装: opkg 包管理工具


# 路径创建: 

cd /jffs
mkdir /jffs/opt
ln -nsf /jffs/opt /tmp/opt



# 下载: 
wget http://qnapware.zyxmon.org/binaries-armv7/installer/entware_install_arm.sh

# install: 
sh ./entware_install_arm.sh

# 权限添加: 
chmod a+rx /jffs/scripts/post-mount



# 更新 curl, wget: 

opkg install wget
opkg install curl



opkg 安装 wget:

  • openssl 版本

# 查看版本: 
/opt/bin/wget -V


# 下载: 
 /opt/bin/wget --no-check-certificate https://github.com/hhstore/blog/files/2343162/ac5300-armv7-shadowsocks.tar.gz



@hhstore
Copy link
Owner Author

hhstore commented Mar 12, 2020

华硕 armv7l - arm384梅林改版固件 - 安装 ss

  • 华硕armv7系列
  • 原固件版本: 梅林380改版
  • 升级固件版本: arm384梅林改版

本地下载+scp 上传路由器:

  • 需要开启 SSH 功能.

# 本地上传到路由器:
scp -P 2233 ./shadowsocks_1.0.4.tar.gz [email protected]:/tmp/home/root


# 路由器上执行: 
# 解压:  admin@RT-AC5300-C8B0:/tmp/home/root# 
tar -zxvf ./shadowsocks_1.0.4.tar.gz -C /tmp/

# 安装: admin@RT-AC5300-C8B0:/tmp/home/root# 
sh /tmp/shadowsocks/install.sh

image

  • 安装成功截图:

image

路由器上 wget 安装:


admin@RT-AC5300-C8B0:/tmp/home/root# uname -a
Linux RT-AC5300-C8B0 2.6.36.4brcmarm #1 SMP PREEMPT Wed May 9 14:51:18 CST 2018 armv7l Merlin-Koolshare


admin@RT-AC5300-C8B0:/tmp/home/root# nvram get buildno
380.70



# 路由器上下载: 

 wget --no-check-certificate https://github.com/hq450/fancyss_history_package/raw/master/fancyss_arm384/shadowsocks_1.0.4.tar.gz


# 指定解压目录, 必须是这个目录
tar -zxvf shadowsocks.tar.gz -C /tmp/

# 安装: 
sh /tmp/shadowsocks/install.sh

@hhstore
Copy link
Owner Author

hhstore commented Mar 12, 2020

华硕 armv7l - 梅林380改版固件 - 安装 ss:


wget --no-check-certificate https://github.com/hq450/fancyss/raw/master/fancyss_arm/shadowsocks.tar.gz


# 指定解压目录, 必须是这个目录
tar -zxvf shadowsocks.tar.gz -C /tmp/

# 安装: 
sh /tmp/shadowsocks/install.sh

@hhstore hhstore added the ASUS-Router 华硕路由器 label Mar 12, 2020
@hhstore
Copy link
Owner Author

hhstore commented Oct 18, 2020

华硕SMART CONNECT使用详解

路由器设置:

image

@hhstore
Copy link
Owner Author

hhstore commented Oct 18, 2020

华硕路由器-设置定时重启:

  • https://koolshare.cn/thread-79108-1-1.html

  • 大部分路由器, 运行一段时间, 都容易变卡.

  • 玄学问题.

  • 所以设置一个定时重启, 是有必要的.

  • 建议设置规则: 周一/三/五, 每天 AM: 06:00 重启. 是比较合适的.

  • 设置凌晨3,4点, 熬夜党容易冲突, 设置早上6点, 既不会熬夜到这个时间, 大部分人应该都还没起床.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant