I aim to create an LTE Modem, similar to the Netgear LM1200, which utilizes the EC25-AF module,
as confirmed by the FCC: LM1200 - Internal Photos.
The modem would bridge the Ethernet connection from the module directly to a RJ45 Ethernet port.
It appears the EC25-AF and EG25-G modules use the same AT commands.
The AT Command Manual for the EG25-G also references the EC2x family. However, the -AF variant isn’t explicitly mentioned.
If both modules support the same AT commands, it should be possible to achieve the same with the EG25-G right?
I use OpenWRT and QMI works without problems, but AFAIK QMI can’t be used to implement a Modem, because no Layer2 packet (no MAC) is used.
Switching to ECM using AT+QCFG="usbnet",1
assigns OpenWRT’s DHCP client a private IP address from the EG25-G. In this mode, the module enables NAT, which prevents it from functioning as a true modem.
How can I disable NAT in ECM mode to enable IPPT?
Or am I missing something and it is possible to use QMI to create a modem?
AT
AT+QGMR:
EG25GGCR07A02M1G_30.200.30.200
OK
The Firmware 30.200.30.200
is apparently not the newest. Firmware for EG25GGCR07A02M1G_30.201.30.201
ATI:
Quectel
EG25
Revision: EG25GGCR07A02M1G
OK
AT+QMAP=?:
+QMAP:"LANIP" <LAN_IP_start_address>,<LAN_IP_end_address>,<GW_IP_address>,<effect>
OK