ImmortalWrt 固件安装
首先下载固件,从 官方 或者 wukong 自编译。
在 immortalwrt 官方固件下载页选用的固件为 Generic x86/64 - COMBINED-EFI (EXT4-COMBINED-EFI.IMG.GZ)
这次的安装环境是飞牛OS 的虚拟机,配置大致如下:
虚拟机启动后,使用命令修改 lan 口配置
root@OpenWrt:~# vi /etc/config/network #修改网络配置或使用 vim
e.g:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option packet_steering '1'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.100.200' #改这里
option netmask '255.255.255.0'
option ip6assign '60'
option _orig_ifname 'eth0'
option _orig_bridge 'true'
option ifname 'eth0 eth1 eth2'
config interface 'wan'
option proto 'dhcp'
option ifname 'eth3'
对机器重启后,使用修改后的地址登录管理后台,此教程中登录后台地址为 192.168.100.200
以上,安装步骤基本完成。
iStore商店安装(非必要)
方法 ①
先手动安装一下 luci-i18n-samba4-zh-cn
和script-utils
这两款插件。
安装iStore商店(ARM64 & x86-64通用)
只支持 x86_64 和 arm64 设备。
opkg update || exit 1
cd /tmp
wget https://github.com/linkease/openwrt-app-actions/raw/main/applications/luci-app-systools/root/usr/share/systools/istore-reinstall.run
chmod 755 istore-reinstall.run
./istore-reinstall.run
信息来源:https://github.com/linkease/istore
方法 ②
安装iStore商店(ARM64 & x86-64通用)
wget -qO imm.sh https://cafe.cpolar.top/wkdaily/zero3/raw/branch/main/zero3/imm.sh && chmod +x imm.sh && ./imm.sh
安装网络向导和首页(ARM64 & x86-64通用)
is-opkg install luci-i18n-quickstart-zh-cn
信息来源:https://blog.csdn.net/hanxiaoboke123/article/details/146514123
我用到的 wukong 自编译固件中PW 的负载均衡貌似有问题,无论如何都不生效,所以我手动上传了插件进行覆盖安装。 https://github.com/AUK9527/Are-u-ok