梳理 OpenWRT 作为系统时做了啥,对于用户能做啥。
尽量以官网链接的方式,力求还原 OpenWRT 各组件的工作和联系,方便日后查找。
基本使用
硬件架构
软件体系架构 🔥
配置管理
UCI(Unified C onfiguration Interface,集中配置接口)是 OpenWRT 对配置进行集中管理的工具。
- uci 系统资料整理、命令行使用 by openwrt official 🔥
- uci 配置接口 - lua api by openwrt official
软件包管理
文件系统
日志系统
防火墙
还原备份
WEB服务(luci)
- 【解决】openwrt 报错进不去后台 /usr/lib/lua/luci/dispatcher.lua:510: Fatal:Indexcache is not sane!
- 【笔记】openwrt - 分析web首页(/cgi-bin/luci)访问流程:nginx、uWSGI、lua
- 【记录】openwrt - 配置结构、启动流程、登录流程
- 【笔记】openwrt - dropbear(轻量级ssh)
基础工具
-
ubus - OpenWrt微总线架构
-
uci
-
procd
-
rpcd
编译
插件代码分析
应用实例
💡应用实例与上面提到的基础架构区别:
- 基础架构: 必须(没了,系统跑不起来;玩不顺溜;主观;)
- 引用实例: 非必须
网络相关
- 【笔记】openwrt - 单线复用(VLAN):拨号上网、局域网、IPTV
- 【笔记】openwrt - 【一文解决】ipv6设置、DDNS、端口转发
- 【笔记】OpenWRT - 外网访问方案:内网穿透、虚拟私人网段、IPv6、Cloudflare Argo Tunnel
- 【笔记】openwrt - IPSec
- 【笔记】openwrt - full cone NAT(全锥NAT)、解决“arp_cache: neighbor table overflow!”
- 【笔记】openwrt - Dnsmasq替换SmartDns+ADguardHome、koolproxy
- openwrt - iperf3 内网测速
- 【笔记】openwrt - nginx编译、配置反向代理(https下netdata不显示)
基础服务
存储相关
下载
监控
docker
nas
如有错误,欢迎指正;如有优化,欢迎提出。
点赞、收藏、评论