Issue:
The modem is connecting the the Verizon wireless service, but address resolution (DNS) is not functional. Directed ping through wlan0 work, directed pins through usb0 do not.
Also the usb0 does not appear in the NetworkManager list.
Please advise…
Full error output:
What you have already tried:
* route -n
* individual directed pings
Hi @laputa,
From the screenshot, the Raspberry Pi appears to have received an IP address on usb0 but traffic through usb0 is not reaching the internet. Since sixfab.com is resolving to an IP address, this does not look like a DNS-only issue. It may be related to the APN, Verizon device approval or the cellular data route.
Please first check the APN. You mentioned:
vswinternet
For Verizon, please confirm if the correct APN should be:
vzwinternet
A small typo in the APN can allow the modem to register but prevent proper data connectivity.
Also, please contact Verizon Customer Care and confirm whether the modem IMEI is registered and approved in their system. Verizon may require the IMEI to be added or approved before full data service is allowed.
After checking the APN and IMEI approval, please share the following outputs:
ip addr show usb0
ip route
cat /etc/resolv.conf
ping -I usb0 -c 5 8.8.8.8
ping -I usb0 -c 5 1.1.1.1
Regarding usb0 not appearing in NetworkManager, this can be normal in ECM mode if the interface is created by the modem driver but not managed by NetworkManager.
Once we have the requested outputs, we will be able to review further and advise the next steps.