[quote="normis"]We just got it going with LMT (Latvian Mobile Telephone) service.
This is what we used:
Hardware: RB230 + HUAWEI E630 Data Card
Software: RouterOS V3.0beta10 and v2.9.43
The interface monitor will say status:
/interface ppp-client monitor ppp-out1
status: initializing modem...
status: dialing out...
status: authenticated
status: connected
Hi Normis
I have tried duplicating thyour setup with HUAWEI E630 Data Card + Mikrotik OS running on a PC. I am sometimes able to get the ppp-out1 to show "Link Established" but nothing happens beyond that. Debug log shows (this is after it says Link Established):
10:47:04 async,ppp,debug,packet ppp-out1: sent LCP ConfReq id=0x9
10:47:04 async,ppp,debug,packet <magic 0x327b23c6>
10:47:04 async,ppp,debug,packet <pcomp>
10:47:04 async,ppp,debug,packet <accomp>
10:47:28 async,ppp,debug ppp-out1: LCP timer
10:47:28 async,ppp,debug,packet ppp-out1: sent LCP ConfReq id=0xa
10:47:28 async,ppp,debug,packet <magic 0x327b23c6>
10:47:28 async,ppp,debug,packet <pcomp>
10:47:28 async,ppp,debug,packet <accomp>
10:48:05 async,ppp,debug ppp-out1: LCP timer
10:48:05 async,ppp,debug ppp-out1: LCP timeout sending ConfReq
10:48:05 async,ppp,debug ppp-out1: LCP lowerdown
10:48:05 async,ppp,info ppp-out1: terminating...
10:48:05 async,ppp,debug ppp-out1: PPP stopped
10:48:05 async,ppp,info ppp-out1: disconnected
10:48:05 async,ppp,debug ppp-out1: CCP lowerdown
10:48:05 async,ppp,debug ppp-out1: CCP down event in initial state
10:48:05 async,ppp,debug ppp-out1: IPCP lowerdown
10:48:05 async,ppp,debug ppp-out1: IPCP down event in initial state
10:48:05 async,ppp,info ppp-out1: initializing...
10:48:05 async,ppp,debug ppp-out1: PPP started
10:48:05 async,ppp,info ppp-out1: reseting link...
10:48:06 async,ppp,info ppp-out1: initializing modem...
10:48:06 async,ppp,info ppp-out1: dialing out...
And it repeats like this until I *reboot* the system - it will only connect once per session. The card works fine in windows so we can rule out a faulty card. I am not 100% sure what the messages in the log mean...
I am not ruling out other config errors and am trying to confirm the INITs and strings with our provider.
My config:
/interface ppp-client print
0 name="ppp-out1" max-mtu=1500 max-mru=1500 port=usb3 user=""
password="" profile=default phone="*99***1#" dial-command="ATDT"
modem-init="AT+CGDCONT=1,"IP","internet"" null-modem=no
dial-on-demand=no add-default-route=yes use-peer-dns=yes
allow=pap,chap,mschap1,mschap2
Any other suggestions u may have in the mean time?
Tthank you
Simon