On Fri, 2016-02-12 at 13:10 +0100, Harald Jung wrote: > Hi, > > i was able to establish a connection via qmicli, but still not with > NetworkManager/ModemManager, maybe this information can help to > solve > the problem:
Good info actually; perhaps it's the IPv6 requests. If you set IPv6 method to "ignore" in NetworkManager does that make things work? Or with nmcli, something like: nmcli con mod <name> ipv6.method ignore That should cause NM to stop requesting an IPV4V6 context. But also, what version of NetworkManager do you have? Recent versions of NM have fallback logic to try only IPV4 if V4V6 fails. Dan > > > ThinClient,initial:root:/sys/devices/pci0000:00/0000:00:14.0/usb3/3- > 11 $ > qmicli -d /dev/cdc-wdm0 --wds-start-network=web.vodafone.de > --client-no-release-cid > [/dev/cdc-wdm0] Network started > Packet data handle: '1138180728' > [/dev/cdc-wdm0] Client ID not released: > Service: 'wds' > CID: '9' > > ThinClient,initial:root:/sys/devices/pci0000:00/0000:00:14.0/usb3/3- > 11 $ > /usr/sbin/dhcpcd -B -K -L -A -G -c /usr/libexec/nm-dhcp-helper -4 > wwan0 > wwan0: soliciting a DHCP lease > wwan0: offered 109.46.87.132 from 109.46.87.129 > wwan0: leased 109.46.87.132 for 7200 seconds > wwan0: adding route to 109.46.87.128/29 > > ThinClient,initial:root:~ $ ifconfig wwan0 > wwan0 Link encap:Ethernet HWaddr 1A:84:89:C5:C6:76 > inet addr:109.46.87.132 Bcast:109.46.87.135 > Mask:255.255.255.248 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:3 errors:0 dropped:0 overruns:0 frame:0 > TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:954 (954.0 B) TX bytes:1223 (1.1 KiB > > > Harald _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
