Technical Tip: Understanding the log message 'Modem failed to open'
| Description | This article describes the typical circumstances behind the 'Modem failed to open'. |
| Scope | FortiGate. |
| Solution | The sample system event message will be looked like below:
type="event" subtype="system" level="information" vd="root" logdesc="Modem failed to open" msg="modem: unable to open modem device - check hardware"
This message says the 3G/4G modem connected to the FortiGate via the USB slot failed to open. Use the following debug command to check the status of the LTE modem:
diagnose sys lte-modem info
Additional information:
To avoid this error message being generated unnecessarily and confusing, make sure the following configuration is disabled if it is not being used:
config system modem set status disable end
config firewall address edit "THE ADDRESS ASSOCIATED TO MODEM" unset associated-interface next |
