README.md 2.6 KB
Newer Older
S
songchenwen 已提交
1 2
# Nanopi R2S 固件自动编译

S
songchenwen 已提交
3
编译了两种固件,分别是基于 Lean 的和基于官方固件的。
S
songchenwen 已提交
4

S
songchenwen 已提交
5
| 荐 | 固件名字 | 状态 | 改动记录 | 简介 |
S
songchenwen 已提交
6
| :--- | :------ | :--- | :----- | :--- |
S
songchenwen 已提交
7
| * | FriendlyWRT | [![friendlywrt](https://github.com/songchenwen/nanopi-r2s/workflows/friendlywrt/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3Afriendlywrt) | [改动记录](FriendlyWRT/CHANGELOG.md) | 以 FriendlyWRT 为基础, 添加 Lean 的包 |
S
songchenwen 已提交
8
|   | FwF | [![FwF](https://github.com/songchenwen/nanopi-r2s/workflows/FwF/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3AFwF) | [改动记录](FwF/CHANGELOG.md) | FriendlyWRT with Features, 比上面的固件含有更多包 |
S
songchenwen 已提交
9 10
|   | Lean | [![lean](https://github.com/songchenwen/nanopi-r2s/workflows/lean/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3Alean) | [改动记录](Lean/CHANGELOG.md) | 以 Lean 为基础, 增加 FriendlyWRT 对 OpenWRT 的改动 | 
|   | LOL | [![LOL](https://github.com/songchenwen/nanopi-r2s/workflows/LOL/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3ALOL) | [改动记录](LOL/CHANGELOG.md) | 以[Lienol on Lean](https://github.com/Lienol/openwrt/tree/dev-lean-lede)为基础, 增加 FriendlyWRT 对 OpenWRT 的改动 |
S
songchenwen 已提交
11

S
songchenwen 已提交
12 13
默认 LAN 口 IP `192.168.2.1` 默认密码 `password`

S
songchenwen 已提交
14
Fork 自 [klever1988](https://github.com/klever1988/nanopi-openwrt)[soffchen](https://github.com/soffchen/NanoPi-R2S)
S
songchenwen 已提交
15 16 17 18

主要整合了 [Passwall](https://github.com/songchenwen/openwrt-package) 和 AdguardHome

其中 [Passwall](https://github.com/songchenwen/openwrt-package) 是修改版本,支持 Clash。Passwall 比 OpenClash 的好处是,OpenClash 所有流量都需要经过 Clash 转发,有性能损耗。[Passwall](https://github.com/songchenwen/openwrt-package) 可以设置规则只转发部分流量。
S
songchenwen 已提交
19

S
songchenwen 已提交
20 21
启动后如果发现 Passwall 的百度和谷歌连接一直失败,但实际能访问的话,原因是固件内的 wget 版本过旧,可以 ssh 进去 `opkg update;opkg install wget` 解决。在`系统-软件包`里更新 wget 也行。

22
推荐使用 FriendlyWRT, CPU 1.2GHz 时温度更低,稳定性更好,性能也够用。
S
songchenwen 已提交
23

S
songchenwen 已提交
24
WAN 口 DHCP 时,NAT 性能和温度 ⬇️
S
songchenwen 已提交
25 26 27

![DHCP NAT](images/r2s_dhcp_nat.png)

S
songchenwen 已提交
28
WAN 口 PPPOE 时,NAT 性能和温度 ⬇️
S
songchenwen 已提交
29 30 31

![PPPOE NAT](images/r2s_pppoe_nat.png)

S
songchenwen 已提交
32
Fast.com 测速 ⬇️
S
songchenwen 已提交
33 34 35

![fast.com](images/r2s_fastcom.png)

S
songchenwen 已提交
36 37 38 39
Fast.com 测速 WAN 口 DHCP 时 CPU 占用和温度 ( WAN 口 PPPOE 的话,CPU 占用增加 20% 左右 ) ⬇️

![fast.com](images/r2s_fastcom_nat.png)