Hey On Mon, Feb 21, 2022 at 3:52 PM <goues...@orange.fr> wrote: > > ------------------------------------ > General | path: /org/freedesktop/ModemManager1/Bearer/1 > | type: default > ------------------------------------ > Status | connected: yes > | suspended: no > | multiplexed: no > | interface: wwan0 > | ip timeout: 20 > ------------------------------------ > Properties | apn: orange > | roaming: forbidden > | ip type: ipv4v6 > | allowed-auth: none, pap, chap, mschap, mschapv2, eap > | user: orange > | password: orange > ------------------------------------ > IPv4 configuration | method: static > | address: 10.139.68.70 > | prefix: 30 > | gateway: 10.139.68.69 > | dns: 192.168.10.110 > | mtu: 1500 > ------------------------------------ > Statistics | duration: 960 > | bytes tx: 236 > | attempts: 4 > | total-duration: 3064 > | total-bytes tx: 944 >
Is the "orange" APN the one you would have expected to be connected? We can see how there is TX traffic (bytes tx > 0) but there is no RX traffic (bytes rx == 0, the field is not shown). The DNS configured by the network, 192.168.10.110 is a bit weird given the address you got, but that doesn't mean anything really. Can you try to "ping" that DNS address? Can you install dnsutils in mobian and run these? (assuming you still have that same DNS server address): dig @8.8.8.8 modemmanager.org dig @192.168.10.110 modemmanager.org What's the output of "ip route"? Do you have a default route set in the WWAN connection? -- Aleksander https://aleksander.es