I've been struggling with this for a few weeks now. I cannot get my RB411/U to connect to my cellular carrier (Rogers) I have an MC8790 from Sierra wireless. As per some other posts on this forum I've updated to the latest cellular firmware, as well as updated to RouterOS 4.6. Here is my interface config as well as some output of the log
Code: Select all
[admin@MikroTik] /interface ppp-client> print
Flags: X - disabled, R - running
0 name="ppp-out1" max-mtu=1500 max-mru=1500 mrru=disabled port=usb3 data-channel=3 info-channel=0 apn="internet.com" pin="" user="wapuser1"
password="wap" profile=default phone="*99***1#" dial-command="ATDT" modem-init="AT+CGDCONT=1" null-modem=no dial-on-demand=no
add-default-route=yes use-peer-dns=yes allow=pap,chap,mschap1,mschap2
[admin@MikroTik] /interface ppp-client> /log print
00:14:51 async,ppp,info ppp-out1: initializing modem...
00:14:52 async,ppp,info ppp-out1: dialing out...
00:14:53 async,ppp,info ppp-out1: initializing modem...
00:14:53 async,ppp,info ppp-out1: dialing out...
00:14:54 async,ppp,info ppp-out1: initializing modem...
00:14:54 async,ppp,info ppp-out1: dialing out...
Thank you.