Hi, I have a EM7455 module on our Linux board. We got the module to work but how do I get the gateway IP address on the cellular interface? I have the interface IP address, and the 2 DNS server IP addresses, but I don’t have the gateway IP address.
Thanks
did you try : SLQSGetRuntimeSettings() I saw there is “pGWAddressV4” in the structure.
No I am only using AT commands to talk to the module.
Any AT commands I may use to get it?
I search in AT command guide, I don’t see there is command for this purpose.
Gateway IP is usually not needed, just route 0.0.0.0 via the interface.
Do you mean when I want to route through the cell interface, I can just set the default gateway to address 0?