.. | ||
luasrc | ||
root | ||
91-ipv6nat-test | ||
LICENSE | ||
Makefile | ||
README.md |
luci-app-nat6-helper
- 启用后根据 ipv6 的 wan6 接口状态,自动配置 nat6
Usage:
-
检查软件包是否安装
ip6tables kmod-ipt-nat6 kmod-ip6tables kmod-ip6tables-extra
,如若没有,请 ssh 运行opkg update && opkg install ip6tables kmod-ipt-nat6 kmod-ip6tables kmod-ip6tables-extra
安装 -
运行 ipv6nat.sh 脚本
- 方式一:Luci 界面点击
执行 IPv6 初始化脚本
一键执行(日志存放于/etc/ipv6nat.log
) - 方式二:通过 SSH 手动执行
chmod +x /etc/ipv6nat.sh
bash /etc/ipv6nat.sh
- 启用插件,保存并应用