OpenWrt实现802.11s组网模式
无线网卡wlan0正常后,输入一下命令iw dev wlan0 interface add mesh_iface type mpifconfig wlan0 downifconfig mesh_iface downiw dev mesh_iface set type mpiw dev mesh_ifac...
2018年3月发布的文章
无线网卡wlan0正常后,输入一下命令iw dev wlan0 interface add mesh_iface type mpifconfig wlan0 downifconfig mesh_iface downiw dev mesh_iface set type mpiw dev mesh_ifac...
在OpenWrt/LEDE系统中处理JSON的方法,这里记录一下。假设有一个JSON文件cat /etc/ss.json{ "server": "8.8.8.8", ...
使用 iptables 封 IP,是一种比较简单的应对网络攻击的方式,也算是比较常见。有时候可能会封禁成千上万个 IP,如果添加成千上万条规则...
例如0口(其他口改命令即可)有网线插入root@Widora:/etc/hotplug.d/firmware# swconfig dev switch0 port 0 showPort 0: ...
配置环境变量export PATH=$PATH:/opt/ac1200g/asuswrt/release/src-rt-9.x/src/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/binexport STAGING_DIR=/opt/ac1200g/asuswrt/release...
小米路由器官方提供的固件是自定义格式,而且刷机时要验证RSA签名,因此只刷自制固件几乎不可能。通过对固件工具mkxqimage的分析,基...