Active ipv6 in qmi cellular protocol

I use LTE modem in QMI mode for WAN connection by this steps :
https://openwrt.org/docs/guide-user/network/wan/wwan/ltedongle
but my wwan0 in ifconfig not get ipv6 .
this is my netowk settings

network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fd61:2552:4b16::/48'
network.lan=interface
network.lan.type='bridge'
network.lan.ifname='eth0.1'
network.lan.proto='static'
network.lan.ipaddr='192.168.1.1'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan_dev=device
network.lan_dev.name='eth0.1'
network.lan_dev.macaddr='40:d6:3c:1f:4f:a1'
network.wan=interface
network.wan.ifname='eth0.2'
network.wan.proto='dhcp'
network.wan_dev=device
network.wan_dev.name='eth0.2'
network.wan_dev.macaddr='40:d6:3c:1f:4f:a2'
network.wan6=interface
network.wan6.ifname='eth0.2'
network.wan6.proto='dhcpv6'
network.@switch[0]=switch
network.@switch[0].name='switch0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='switch0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='1 2 3 4 0 6t'
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device='switch0'
network.@switch_vlan[1].vlan='2'
network.VPN=interface
network.VPN.ifname='tun1'
network.VPN.proto='pptp'
network.VPN.auto='0'
network.VPNL2TP=interface
network.VPNL2TP.ifname='tun0'
network.VPNL2TP.proto='l2tp'
network.VPNL2TP.auto='0'
network.wan1=interface
network.wan1.proto='qmi'
network.wan1.device='/dev/cdc-wdm0'

and this is my uqmi curent setting :

# uqmi -d /dev/cdc-wdm0 --get-current-setting
{
        "pdp-type": "ipv4-or-ipv6",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "10.2.162.185",
                "dns1": "10.255.255.254",
                "dns2": "8.8.8.8",
                "gateway": "10.2.162.186",
                "subnet": "255.255.255.252"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}

please help me to solve this problem

do you have IPv6 working with the same modem and SIM without OpenWrt, on your PC for example?

1 Like

yes i have ipv6 in other modem without openwrt

same modem, same SIM, same APN ?

1 Like

Yes i have ipv6 even in this openwrt version with 3g / UMTS protocol
Only on qmi protocol there is a problem

'3g / UMTS protocol' means PPP ?
What is your modem, BTW ?

1 Like

i mean thie https://openwrt.org/docs/guide-user/network/wan/wwan/3gdongle
my modem is zbt we826

zbt we826 is a router, not a modem

1 Like

ok . i want ipv6 in qmi proto in my router

i test this protocol in unielec u7628 device and i have same problem

What is the modem? You mentioned the router where the modem is built in, but never the modem itself.

lsusb, usb-devices 

or similar would help.
Some (old) modems don't support ipv6.

1 Like

my modem mudole is ec25 . and it support ipv6
i can get ipv6 in 3g / UMTS protocol but nit canget in qmi protocol