开启SSH的补丁:https://github.com/openwrt-xiaomi/xmir-patcher 静态路由修改的地方:/etc/config/network 加上: config route option interface 'lan' option target '172.16.0.0/24' option gateway '192.168.31.253' 防火墙修改:/etc/config/firewall option drop_invalid '0'这里1改为0 ‘lan'里面:option forward 'ACCEPT' reject改为accept 重启防火墙:/etc/init.d/firewall restart