I’m experiencing issues with my MikroTik KNOT IoT LoRa8 Kit when trying to establish a PPP connection using an mdex EASY SIM (KPN) M2M SIM card (no fixed IP). While the connection eventually succeeds and stays stable, it takes an unusually long time due to many failed attempts beforehand.
Device Details:
- Model: MikroTik KNOT IoT LoRa8 Kit
- Modem: Quectel BG77 (Firmware: BG77LAR02A04)
- RouterOS Version: 7.19beta5 (same issue on stable)
- Modem Firmware: Updated to latest
PPP Interface Settings:
- APN: wlapn.com
- Dial Command: ATD*99#
→ Recommended by both mdex and Quectel BG77 manual
- User / Password: mdex@mdex.de / mdex
- Authentication: PAP only
- Modem Init String:
AT+QSIMDET=1,1;AT+QGPSCFG="priority",1;AT+QCFG="iotopmode",0,1
Note: I’m using AT+QCFG="iotopmode",0,1 to enable both eMTC (Cat-M1) and NB-IoT with priority on eMTC, as recommended by the modem’s documentation.
Problem Description:
The connection log shows repeated cycles of:
This repeats for several minutes until finally:initializing...
dialing out...
authenticated
terminating...
disconnected
resetting link...
Note: The “could not determine remote address” message is not a failure - it just means the provider didn’t assign a remote IP, so MikroTik used a default private IP. The connection is stable from that point on.authenticated
could not determine remote address, using 10.112.xxx.xxx
connected
What I’ve Tried:
- Verified APN, dial string, and PPP settings per provider
- Updated modem firmware
- Tested different RouterOS versions
- Rebooted device and reset configs
- LTE Cat-M1 signal is strong (SINR ~19 dB)
What could be causing these repeated PPP failures before connection succeeds?
Thanks in advance for any advice!
