hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
294 stars 24 forks source link

OpenWRT: Setup #436

Open hhstore opened 1 week ago

hhstore commented 1 week ago

📖 Abstract:

💯 Related:

hhstore commented 1 week ago

OpenWrt 配置教程

OpenWrt fork 方案:

🔥 iStoreOS

固件包支持列表:

R3S 固件包

ImmortalWrt:

参考:

路由器刷 openwrt

ssh 连接 openwrt


# 刚刷机, 密码为空, 可后续设置.
ssh root@192.168.1.1

ssh 命令行操作:

  1. 安装 web ui.(默认并没有安装, 也不会启动 web ui)

opkg update

# web ui: 192.168.1.1 访问
opkg install luci

路由器首次刷入 openwrt 成功后

hhstore commented 1 week ago

安装 openclash

参考:

命令行操作:


# 先卸载冲突的包
opkg remove dnsmasq

#iptables
opkg update
opkg install coreutils-nohup bash iptables dnsmasq-full curl ca-certificates ipset ip-full iptables-mod-tproxy iptables-mod-extra libcap libcap-bin ruby ruby-yaml kmod-tun kmod-inet-diag unzip luci-compat luci luci-base

web ui 操作:

image image
hhstore commented 1 week ago

安装 AdguardHome

安装:


opkg install adguardhome

web ui 访问:

image image image

使用方法:

image
hhstore commented 1 week ago

安装 luci-app-advanced-reboot

用途:


luci-app-advanced-reboot

安装:


opkg update
opkg install luci-app-advanced-reboot
hhstore commented 1 week ago

1

hhstore commented 1 week ago

1

hhstore commented 1 week ago

1

hhstore commented 1 week ago

1

hhstore commented 1 week ago

1

hhstore commented 1 week ago

1