On 15/08/16 03:01, Neil Cherry wrote: > Okay this was interesting ... I can now reach the modem (Netgear 341u) > from my server (and browser). But I can't seem to ping anything via > the wwan0 (other than the we server's address). So some more work. >
What do you mean you can reach the modem through your browser? > Here's what I did: > > # Plugged in the modem > mmcli -L > # As root > mmcli -m 0 -e > qmi-network /dev/cdc-wdm0 start > dhclient -d wwan0 Not sure why you mixed the qmi-network and mmcli calls here. Can you run ModemManager with --debug and post what happens after you run this?: $ mmcli -m 0 --simple-connect="apn=internet" $ mmcli -b 0 // to show bearer info, to make sure DHCP is needed $ dhclient wwan0 -- Aleksander https://aleksander.es _______________________________________________ ModemManager-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
