=产品介绍= ==包装== ==外观== ==配件== =快速指南= ==接线方式== ==工作状态指示== ==网页配置== ===登录=== 1.访问172.16.0.1(默认地址)登录管理后台,用户名root,密码password [[File:Login.png|1000px]] ===4G模块配置=== 1.选择网络->接口,进入接口配置页面 [[File:Sel.png|1000px]] 2.添加新接口 [[File:Add.png|1000px|]] 3.新接口协议选择QMI蜂窝,新接口名称自定义输入,然后提交 [[File:Create_int.png|1000px]] 4.基本配置页面调制解调器节点选设备/dev/cdc-wdm0,apn填3gnet,用户名3gnet,密码3gnet,认证类型CHAP,保存应用 [[File:Basic_set.png|1000px]] 5.防火墙配置页面点选wan,保存应用 [[File:Fw_set.png|1000px]] 6.配置成功后可在接口页面看到刚才添加的新接口,并且接收和发送都有数据 [[File:Succ.png|1000px]] ===WAN口和4G/5G网络路由优先级设置=== 1.进入接口页面,点击4G/5G网络的修改 [[File:Wwan_m_1.png|800px]] 2.进入高级设置,修改网关跃点,如需要4G/5G网络优先级低于有线网的则修改此跃点数大于有线网跃点数,如需要优先级高于有线网的则修改此跃点数小于有线网跃点数.4G模组设置需手动配置config文件,加入metric option. [[File:Wwan_m_2.png|800px]] ===WAN口和4G/5G网络动态管理设置=== 1.进入负载均衡页面 [[File:Wwan_b_1.png|800px]] 2.进入通知设置页面,修改mwan3.user内容,可参考以下设置 [[File:Wwan_b_2.png|800px]] '''mwan3.user参考'''
#!/bin/sh
# This file is interpreted as shell script.
# Put your custom mwan3 action here, they will
# be executed with each netifd hotplug interface event
# on interfaces for which mwan3 is enabled.
# There are three main environment variables that are passed to this script.
# $ACTION
#               Is called by netifd and mwan3track
#             Is called by netifd and mwan3track
#          Is only called by mwan3track if tracking was successful
#       Is only called by mwan3track if tracking has failed
# $INTERFACE	Name of the interface which went up or down (e.g. "wan" or "wwan")
# $DEVICE	Physical device name which interface went up or down (e.g. "eth0" or "wwan0")

echo "$INTERFACE $INTERFACE $ACTION" > /dev/console
case "$ACTION" in
ifdown|\
disconnected)
	if [ "$INTERFACE" = "wan" ]
    then
        echo "restart 4g" > /dev/console
        ifdown wwan
        ifup wwan
        echo "done" 
	fi
;;
connected|\
ifup)
	echo "no action" > /dev/console
;;
*)
	echo "*"  > /dev/console
;;
esac
return 0
=升级固件= ==使用USB线升级固件== ==使用TF卡升级固件== =常见问题解答= =资源下载=