恩 无聊的产物
前置条件
入手了 be3600
发现没办法设置静态路由
那 不能就这么放弃了
开 ssh
感谢 恩山
的大佬们
1 | curl -X POST http://192.168.31.1/cgi-bin/luci/;stok=token/api/xqsystem/start_binding -d "uid=1234&key=1234'%0Anvram%20set%20ssh_en%3D1'" |
计算 ssh
密码 注意 sn
大小写问题
开启静态路由
修改防火墙
/etc/config/firewall
1 | config defaults |
设置静态路由
1 | uci add network route |
重启后就可以生效了
修改 ipv6
子网掩码
- 要说有什么用 我暂时想不到
先运行 ifstatus wan6
看下
1 | "ipv6-prefix": [ |
发现给的是 60
的子网掩码
这要是按照 64
分可是可以分 16
个子网呢
修改 /etc/config/network
将 option ip6assign '64'
改为 option ip6assign '60'
即可
这下 二级路由便可获取到 IPv6-PD
啦
参考地址
- https://www.right.com.cn/forum/thread-8321180-1-1.html
- https://github.com/openwrt-xiaomi/xmir-patcher/issues/19
- https://www.right.com.cn/forum/forum.php?mod=redirect&goto=findpost&ptid=6601141&pid=14997935
- https://www.right.com.cn/forum/thread-7673021-1-1.html
- https://www.right.com.cn/forum/thread-4090898-1-1.html
- https://zhuanlan.zhihu.com/p/362151770