Getting IPV6 Connection
Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
-
- Posts: 42
- Joined: Tue Feb 23, 2021 10:41 am
- Has thanked: 0
- Been thanked: 8 times
Getting IPV6 Connection
Hello
I just traded out a MC7455 modem card for a MC7411 modem card in a WE826-T2 router. I didn't change any router or modem settings. Previously with the MC7455 modem I always had both a IPV4 and IPV6 connection. Now I only get a IPV4 connection when using the MC7411 modem. I have reset both the modem and router several times and the results are always the same. What do I need to change to get both a IPV4 and IPV6 connection? TIA
John
I just traded out a MC7455 modem card for a MC7411 modem card in a WE826-T2 router. I didn't change any router or modem settings. Previously with the MC7455 modem I always had both a IPV4 and IPV6 connection. Now I only get a IPV4 connection when using the MC7411 modem. I have reset both the modem and router several times and the results are always the same. What do I need to change to get both a IPV4 and IPV6 connection? TIA
John
- Rich Hathaway
- Posts: 609
- Joined: Mon Mar 08, 2021 2:41 pm
- Has thanked: 12 times
- Been thanked: 210 times
Re: Getting IPV6 Connection
I am not familiar with that device but that usually means the apn is set to ip only you can try to run
AT+CGDCONT?
if your device excepts it you will see what its set to.
ip=ipv4
or ipv4v6 is obviously both
if it is set to ipv4v6 you are good there, most devices use pdp profile 1 or 3 for data so check them both or have a look at the pdp profile to see which slot/profile it is using for data so you can know which apn to look at.
If its a QUALCOMM chipped device look at nv item 01896 (0x0768) it controls ip channels.
disable is 00
enable is 01
the first 2 bytes only are used in that nv.
AT+CGDCONT?
if your device excepts it you will see what its set to.
ip=ipv4
or ipv4v6 is obviously both
if it is set to ipv4v6 you are good there, most devices use pdp profile 1 or 3 for data so check them both or have a look at the pdp profile to see which slot/profile it is using for data so you can know which apn to look at.
If its a QUALCOMM chipped device look at nv item 01896 (0x0768) it controls ip channels.
disable is 00
enable is 01
the first 2 bytes only are used in that nv.
-
- Posts: 42
- Joined: Tue Feb 23, 2021 10:41 am
- Has thanked: 0
- Been thanked: 8 times
Re: Getting IPV6 Connection
Ok this is what I get;
I really don't know what else to check because I made no changes to the router setup when I changed modems.
John
Code: Select all
at+cgdcont?
+CGDCONT: 1,"IPV4V6","r.ispsn","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
OK
at!custom?
!CUSTOM:
GPSENABLE 0x01
GPSLPM 0x01
IPV6ENABLE 0x01
UIM2ENABLE 0x01
SIMLPM 0x01
USBSERIALENABLE 0x01
SINGLEAPNSWITCH 0x01
QXDMLOGENABLE 0x01
OK
John
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
-
- Posts: 42
- Joined: Tue Feb 23, 2021 10:41 am
- Has thanked: 0
- Been thanked: 8 times
Re: Getting IPV6 Connection
OK, here is my Network -> Interfaces page from GO.
John
John
You do not have the required permissions to view the files attached to this post.
-
- Posts: 42
- Joined: Tue Feb 23, 2021 10:41 am
- Has thanked: 0
- Been thanked: 8 times
Re: Getting IPV6 Connection
Update
I installed newer firmware in the router today.
openwrt-we826-T-GO2021-05-31 downloaded from the aturnofthenut Rooter repository.
On reboot from the install I have had both IPV4 and IPV6 connections!
John
I installed newer firmware in the router today.
openwrt-we826-T-GO2021-05-31 downloaded from the aturnofthenut Rooter repository.
On reboot from the install I have had both IPV4 and IPV6 connections!
John
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
-
- Posts: 5
- Joined: Tue Jun 01, 2021 8:29 am
- Has thanked: 0
- Been thanked: 2 times
Re: Getting IPV6 Connection
Quick question: Does the newer firmware support Band Locking for the MC7411? I'm using the WiFiX version and it does not yet support this modem.
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: Getting IPV6 Connection
Band locking on these open source based firmwares are a lot harder because the firmware supports so many different modems including different brands, generations, and types. (4G/5GNR/5GmmWave).
This makes it extremely difficult to have band locking for every single one of those types of modems as they each have their own way to do the band locking and commands for it.
In most cases the only time you see band locking on a router firmware is when the router is only offered with a single modem. This is simple to set up and is why on the newer firmware versions you'll see there's a band locking space. This space is where they show the band locking for specific firmwares that are made for specific companies but the template is left in the open firmware.
This makes it extremely difficult to have band locking for every single one of those types of modems as they each have their own way to do the band locking and commands for it.
In most cases the only time you see band locking on a router firmware is when the router is only offered with a single modem. This is simple to set up and is why on the newer firmware versions you'll see there's a band locking space. This space is where they show the band locking for specific firmwares that are made for specific companies but the template is left in the open firmware.