How to make your wAP r AC with Quectel EP06 appear as a phone to your telecommunications service provider.
AT+QUSBCFG="SS",0
AT+QCFG="usbnet",2
routeros-7.x.y-arm.npk
wifi-qcom-ac-7.x.y-arm.npk
(WifiWave2)wireless-7.x.y-arm.npk
instead (WifiWave1) or install the packages with Netinstall/interface lte settings set mode=serial
/system reboot
/system/serial-terminal usb1 channel=2
AT +EGMR=1,7 "REPLACE_WITH_NEW_IMEI"
(the double quotation marks "
are required)/interface/lte/settings/set mode=auto
/system reboot
/ip firewall mangle add chain=postrouting out-interface=lte1 action=change-ttl new-ttl=set:64 passthrough=yes
/interface lte apn set [ find ] ip-type=ipv4-ipv6 ipv6-interface=bridge
/ipv6 firewall mangle add chain=postrouting out-interface=lte1 action=change-hop-limit new-hop-limit=set:64 passthrough=yes protocol=!icmpv6
/ipv6 firewall nat add chain=srcnat out-interface=lte1 action=masquerade