luci-app-shadowsocks
luci-app-shadowsocks copied to clipboard
openwrt 22 一直显示未运行
我这里只有openwrt19正常,21,22都是未运行。是还要另外安装什么软件包吗?
https://openwrt.org/zh/releases/22.03/notes-22.03.0
22防火墙改了,启动会出错。可以通过手动安装iptables-legacy iptables-mod-nat-extra ipset iptables-nft 包来临时添加回 iptables )
命令:
opkg update
opkg install iptables-legacy iptables-mod-nat-extra ipset iptables-nft
https://openwrt.org/zh/releases/22.03/notes-22.03.0
22防火墙改了,启动会出错。可以通过手动安装
iptables-legacy iptables-mod-nat-extra ipset iptables-nft包来临时添加回 iptables ) 命令:opkg update opkg install iptables-legacy iptables-mod-nat-extra ipset iptables-nft
非常感谢。安装软件包后,esxi下的op22已经可以正常使用了。实体机不知道怎么会回事还是“未运行”,还要再折腾。