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

FastRhino: R68s + OPENWRT/iStoreOS #438

Open
hhstore opened this issue Nov 28, 2024 · 12 comments
Open

FastRhino: R68s + OPENWRT/iStoreOS #438

hhstore opened this issue Nov 28, 2024 · 12 comments

Comments

@hhstore
Copy link
Owner

hhstore commented Nov 28, 2024

📖 Abstract:

  • ✅ 电犀牛R68 刷 iStoreOS & 软路由 & 科学上网配置教程。

💯 Related:

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

R68S + iStoreOS/OpenWRT 刷机教程

R68s

  • 4网口: 2 * 千兆网口 + 2 * 2.5G 网口
  • 内存: 4GB
  • 存储: 16GB

参考:

固件下载:

常用插件:

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

刷机教程:

  • 下载 iStoreOS 当前适配 r68s 的最新固件。
  • openwrt 的 admin 里, 上传 + 更新即可,很简单,无坑。

参考:

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

1

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

固件刷机教程

  • 最简单的刷机过程
  • 4个网口,默认左起第一个为 WLAN,其余为 LAN 口。(可以刷机后,在 admin 更改)。

r68s 指示灯:

  • 绿色+蓝色,常亮,为系统完全启动。
  • 蓝色闪烁为启动中,等待。

连接方式:

有线配置:

网口1(WLAN):网线+可上网的路由器 LAN 口

  • r68s 的网口 1,默认为 WLAN 口。
  • 这样连接,目的是让 r68s 有网络。

网口 2(LAN): 网线+电脑网口

  • 找一台有网口的电脑,Mac 可以使用 usb转网口转换器, 来连接 r68s。
  • 注意:要连网口 2,不要连网口 1。
  • 默认连接 admin 为: 192.168.100.1
  • 用户: root
  • 密码: password
ssh root@192.168.100.1

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

iStoreOS 初始化步骤

  • 刷好 iStoreOS 后, 192.168.100.1 连接 + 配置。
  • 除了本教程涉及的修改,不建议更改 istoreos 的其他网络设置。

1. 更新依赖

  • 注意, 网口1, 要先接到路由器lan口,让盒子先能上网。
  • 配置好,再调整网络接线结构。
opkg update

2. 更改网口设置

  • admin 里, 更改, 手动设置 dns:
114.114.114.114

1.1.1.1
  • 网口设置里,如果不手动设置 DNS, 接到光猫, 再接路由器,可能导致路由器网络异常。
image
  • 设置手动 DNS:
image

3. 安装 openclash

  • 配置好, 先本机测试 🪜 正常使用, 再进行下一步。

4. 安装常用插件

opkg update && opkg install ca-certificates zsh curl git-http


sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

5. 网口设置变更

  • 创建一个新的 WLAN1,并勾选 网口 3WLAN.
  • 因为默认 网口 1 为 wlan, 但是他是 千兆网口。
  • 网口 3 和 4 为 2.5g 网口,带宽更高。
  • 把 网口 3 改为 WLAN, 网口 4 为 LAN。
  • 这样重复利用网口的性能。(虽然实测, r68s 4 个网口,在 1000M 宽带下没差别)
  • 反例: 友善 r3s 2 个千兆口,速度掉到 100m 以下,相当离谱。r68s 的千兆口,基本可以跑满。
image

6. 验证: 变更网络接线结构

r68s 接线:

  • r68s, 网口 1/3, 接 光猫 lan 口。(上述把 路由器,改为光猫接线)

  • r68s, 网口 2/4, 接 电脑网口。(上述不变)

  • 注意前面的 网口,配置里,要配置手动 DNS。

  • 此时,是为了验证这种接线模式,梯子是否正常。

  • 电脑如果有 WiFi,请关闭 WiFi,走网线+r68s 方式,联网验证。

  • 验证🪜正常,基本就算成功。

7. 最终形态:网络接线结构

  • 光猫 lan 口 -> r68s WLAN 网口 1/3.
  • r68s LAN 网口 2/4 -> linksys 主路由器 WLAN 口(进网口).
  • 走 WiFi,验证网络是否正常, 🪜 是否正常。
  • 如果步骤 6 正常,原则上,这一步也是正常的。
  • 如果网络不通。 请检查 网口 是否设置了手动 dns.
  • (其他无坑,不用改其他设置)

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

网速实测:

  • iStoreOS 自带网速测速插件,非常方便。
image
  • 硬件系统状态:
image

外网测速:

  • r68s + 千兆宽带,实测在 700MB 左右,损耗是可接受范围。
  • 对比 r3s,只有100m,完全不可接受。
image

内网测速:

  • 内网基本无损耗。

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

OpenClash 网络模式对比: Fake-ip 和 Redir-host

官方建议:

  • 首选Fake-IP(增强)模式
  • 有稳定需求,或对NAT敏感时选择Redir-Host(兼容)模式
  • 其他模式均处于测试阶段,按需选择

总结:

  • fake-ip 模式更快, 但可能不稳定, 容易出现网络无法访问问题.

OpenClash 设置教程:

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

IP 检测工具:

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

1

3 similar comments
@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

1

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

1

@hhstore
Copy link
Owner Author

hhstore commented Nov 28, 2024

1

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

No branches or pull requests

1 participant