登录:http://openwrt.lan/cgi-bin/luci/ 或 192.168.31.1
用户名密码:root/123456
wifi2.4g:kaifar_AC2100_2.4G
wifi5.0g:kaifar_AC2100_5G
password: 123456789
固件23.05安装成功后进行以下步骤:
一,换源
换以下源,并用#注释掉option check_signature
红米AC2100中国科技大学源(23.05.0版本)
src/gz openwrt_core https://openwrt.proxy.ustclug.org/releases/23.05.0/targets/ramips/mt7621/packages/
src/gz openwrt_base https://mirror-03.infra.openwrt.org/releases/23.05.0/packages/mipsel_24kc/base/
src/gz openwrt_luci https://mirror-03.infra.openwrt.org/releases/23.05.0/packages/mipsel_24kc/luci/
src/gz openwrt_packages https://mirror-03.infra.openwrt.org/releases/23.05.0/packages/mipsel_24kc/packages/
src/gz openwrt_routing https://mirror-03.infra.openwrt.org/releases/23.05.0/packages/mipsel_24kc/routing/
src/gz openwrt_telephony https://mirror-03.infra.openwrt.org/releases/23.05.0/packages/mipsel_24kc/telephony/
红米AC2100 kiddin9源(23.05.0版本)
src/gz kiddin9_core https://dl.openwrt.ai/packages-23.05/mipsel_24kc/kiddin9/
src/gz kiddin9_base https://dl.openwrt.ai/packages-23.05/mipsel_24kc/base/
src/gz kiddin9_luci https://dl.openwrt.ai/packages-23.05/mipsel_24kc/luci/
src/gz kiddin9_packages https://dl.openwrt.ai/packages-23.05/mipsel_24kc/packages/
src/gz kiddin9_routing https://dl.openwrt.ai/packages-23.05/mipsel_24kc/routing/
src/gz kiddin9_telephony https://dl.openwrt.ai/packages-23.05/mipsel_24kc/telephony/
换源后在FinalShell
执行以下命令
opkg update
二,安装中文插件
在FinalShell
安装中文插件luci-i18n-base-zh-cn_git-24.137.59920-b342a45_all.ipk
,安装命令如下
opkg install luci-i18n-base-zh-cn_git-24.137.59920-b342a45_all.ipk
三,安装缺失插件
安装后提示有缺失插件,下边是缺失的插件,在FinalShell
执行下边安装命令
opkg install iptables kmod-nft-socket kmod-nft-tproxy ipset ipt2socks iptables iptables-mod-conntrack-extra iptables-mod-iprange iptables-mod-socket iptables-mod-tproxy kmod-ipt-nat
四,安装dnsmasq-full
移除dnsmasq
并安装dnsmasq-full
,在FinalShell
执行下边命令
opkg remove dnsmasq && opkg install dnsmasq-full
安装后在/etc/config/
文件家里生成一个文件dhcp-opkg
,这个是多余的,删除掉,保留/etc/config/dhcp
既可,其他不用改
五,通过WinSCP
上传并安装
通过WinSCP
上传passwall
相关插件,分批上传至/tmp/tmp
文件夹,分批在FinalShell
执行安装命令opkg install *.ipk,分批安装后立即在/tmp/tmp
文件夹分批删除上传的插件,passwal
相关插件安装完成后再安装passwall
自身插件,一定要按这个步骤操作,不然会报错,分批上传的原因是红米AC2100
的空间太小了。