CPE常用指令
摘要:
输入AT指令:法一:cat /dev/ttyUSB1 &echo "at">/dev/ttyUSB1法二:(busybox中集成工具microcom)microcom -s 115200 /dev/ttyUSB1ATE1OK上网配置:route del defaultifconfig $wan_lte_interface $wan_lte_ip uproute add default gw $wan_lte_ipiptables -t nat -A POSTROUTING -s $lan_ip -o $wan_lte_interface -j MASQUERA 阅读全文
posted @ 2013-11-08 18:06 小尾巴猴子 阅读(590) 评论(0) 推荐(0) 编辑