Add ipv6 to uqmi openwrt

hi friends
my isp dns support ipv6 and i can get ipv6 in other modems from my sim card
but in openwrt in zbt-826 i active qmi protocol for get internet from modem ec25
and in uqmi i cant get ipv6 just show my ip v4
how i can add apv6 support to uqmi ?

#uqmi -d /dev/cdc-wdm0 --get-current-setting
{
        "pdp-type": "ipv4-or-ipv6",
        "ip-family": "ipv4",
        "mtu": 1500,
        "ipv4": {
                "ip": "x.x.x.115",
                "dns1": "10.255.255.254",
                "dns2": "8.8.8.8",
                "gateway": "x.x.x.116",
                "subnet": "255.255.255.248"
        },
        "ipv6": {

        },
        "domain-names": {

        }
}

try these:

:expressionless:
These are my own explanations
I solved this issue myself last night

Hello, I have encountered this problem, can you tell me how to solve it?

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.