随笔分类 - ROS
摘要:工具 小米ac2100路由器输入openwrt固件 2022年09月27日 收录于话题 #Openwrt #ac2100 OpenWrt 可以被描述为一个嵌入式的 Linux 发行版。(主流路由器固件有 dd-wrt,tomato,openwrt,padavan四类)对比一个单一的、静态的系统,Op
阅读全文
摘要:1、查看网卡接口: /interface print 2、给网口添加IP地址: /ip address add address=192.168.1.254/24 interface=ether1 3、移除接口IP地址: /ip address remove 0 4、重启系统: /system reb
阅读全文