Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Forum rules
No internet reseller is permitted to market their services. No Exceptions.
No internet reseller is permitted to market their services. No Exceptions.
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Been connected for a few days now. It looks like my connection is solid. Thank you all for the help.
- These users thanked the author megaplow for the post (total 2):
- Didneywhorl (Sat Feb 13, 2021 4:57 pm) • Tuna8er (Sat Sep 18, 2021 12:42 am)
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Below is an edit to the original instructions per some changes from Didneywhorl's post
This should work for Quectel Modems EC25-AF, EP06 and EM12
Before you start this might want to set back to OEM state if you been putting other commands in to start off fresh.
- Set modem to its OEM state Command = AT+QPRTPARA=3
- Follow up with OEM state command per Didneywhorl Command = AT+QPRTPARA=1
- Place SIM card into the appropriate SIM slot.
- Power up the router and give it time to fully boot up
- Login to the WebUI of the router
- Navigate to the menu: Modem--> Connection Profile
Under Default Profile --> APN, enter : vsblinternet
Click "Save & Apply" button at the bottom of the screen
- Navigate to the menu: Modem -- > Miscellaneous. We are going to use the AT Command Terminal
- Enter the "AT-Command" = at+cgdcont?
- and press enter - The number of output +CGDCONT: items listed will need to be replaced. Mine above has 3 of them. These are called "PDP Contexts" and are numbered as they are referenced. To reference context #3 you would say AT+CGDCONT=3, followed by a series of parameters.
This illustration shows 3 but if yours has 6 or etc do that that many times changing that one number like the picture below.
Ours has 3 so we will run 3 commands:
AT+CGDCONT=1,"IPV4V6","vsblinternet"
AT+CGDCONT=2,"IPV4V6","vsblinternet"
AT+CGDCONT=3,"IPV4V6","vsblinternet"
This is the simplest way to do this. Run one command at a time
- Next set it to MBIM Protocol Command = AT+QCFG="usbnet",2
- Stop Auto select config on sim detetion Command = AT+QMBNCFG="AutoSel",0
- Disable MBN config Command = AT+QMBNCFG="Deactivate"
- Set to 4g LTE only Command = AT+QCFG="nwscanmode",3,1
- Reboot the modem Command = AT+CFUN=1,1
(Or just power cycle it by unplugging and re-plugging in the power cord)
After this the TTL that works for Visible is 64
Also for good measure copy and past this shown below in to custom rules
Tab to the left of custom TTL settings called custom rules.
#start TTL rules
iptables -t mangle -I POSTROUTING -o wwan0 -j TTL --ttl-set 64
iptables -t mangle -I PREROUTING -i wwan0 -j TTL --ttl-set 64
ip6tables -t mangle -A POSTROUTING -o wwan0 -j HL --hl-set 65
ip6tables -t mangle -I PREROUTING -i wwan0 -j HL --hl-set 65
#end TTL rules
Once mine was going for what ever reason it "seemed" to help video streaming if I used cloudflare dns on the router that was using for WiFi
Clound flare DNS is below
1.1.1.1
1.0.0.1
If you are using your rooter router for WiFi here is a link of where to set that at.
https://wirelessjoint.com/viewtopic.php?f=19 ... =10#p10732
Further more if you are using one of the WE826 versions. And you like to see the little blue world light come one when it connects to service see this post here:
https://wirelessjoint.com/viewtopic.php?f=8&t=666
Also have noticed it helps Visible service to keep it a "Fresh" connection. So have been setting up auto reboots. This will only work with Quectel modems. Sierra Wireless require full power cycle to reconnect.
Look under "Services / Scheduled Reboot". Make sure your time is correctly set, enable and choose a time for reboot.
Pick a time to reboot when no one is using it like every day at 4:30am for example.
This should work for Quectel Modems EC25-AF, EP06 and EM12
Before you start this might want to set back to OEM state if you been putting other commands in to start off fresh.
- Set modem to its OEM state Command = AT+QPRTPARA=3
- Follow up with OEM state command per Didneywhorl Command = AT+QPRTPARA=1
- Place SIM card into the appropriate SIM slot.
- Power up the router and give it time to fully boot up
- Login to the WebUI of the router
- Navigate to the menu: Modem--> Connection Profile
Under Default Profile --> APN, enter : vsblinternet
Click "Save & Apply" button at the bottom of the screen
- Navigate to the menu: Modem -- > Miscellaneous. We are going to use the AT Command Terminal
- Enter the "AT-Command" = at+cgdcont?
- and press enter - The number of output +CGDCONT: items listed will need to be replaced. Mine above has 3 of them. These are called "PDP Contexts" and are numbered as they are referenced. To reference context #3 you would say AT+CGDCONT=3, followed by a series of parameters.
This illustration shows 3 but if yours has 6 or etc do that that many times changing that one number like the picture below.
Ours has 3 so we will run 3 commands:
AT+CGDCONT=1,"IPV4V6","vsblinternet"
AT+CGDCONT=2,"IPV4V6","vsblinternet"
AT+CGDCONT=3,"IPV4V6","vsblinternet"
This is the simplest way to do this. Run one command at a time
- Next set it to MBIM Protocol Command = AT+QCFG="usbnet",2
- Stop Auto select config on sim detetion Command = AT+QMBNCFG="AutoSel",0
- Disable MBN config Command = AT+QMBNCFG="Deactivate"
- Set to 4g LTE only Command = AT+QCFG="nwscanmode",3,1
- Reboot the modem Command = AT+CFUN=1,1
(Or just power cycle it by unplugging and re-plugging in the power cord)
After this the TTL that works for Visible is 64
Also for good measure copy and past this shown below in to custom rules
Tab to the left of custom TTL settings called custom rules.
#start TTL rules
iptables -t mangle -I POSTROUTING -o wwan0 -j TTL --ttl-set 64
iptables -t mangle -I PREROUTING -i wwan0 -j TTL --ttl-set 64
ip6tables -t mangle -A POSTROUTING -o wwan0 -j HL --hl-set 65
ip6tables -t mangle -I PREROUTING -i wwan0 -j HL --hl-set 65
#end TTL rules
Once mine was going for what ever reason it "seemed" to help video streaming if I used cloudflare dns on the router that was using for WiFi
Clound flare DNS is below
1.1.1.1
1.0.0.1
If you are using your rooter router for WiFi here is a link of where to set that at.
https://wirelessjoint.com/viewtopic.php?f=19 ... =10#p10732
Further more if you are using one of the WE826 versions. And you like to see the little blue world light come one when it connects to service see this post here:
https://wirelessjoint.com/viewtopic.php?f=8&t=666
Also have noticed it helps Visible service to keep it a "Fresh" connection. So have been setting up auto reboots. This will only work with Quectel modems. Sierra Wireless require full power cycle to reconnect.
Look under "Services / Scheduled Reboot". Make sure your time is correctly set, enable and choose a time for reboot.
Pick a time to reboot when no one is using it like every day at 4:30am for example.
You do not have the required permissions to view the files attached to this post.
- These users thanked the author gscheb for the post (total 3):
- Tuna8er (Sat Sep 18, 2021 12:41 am) • Didneywhorl (Sat Sep 18, 2021 11:46 am) • NOB0D3Y (Fri Dec 09, 2022 9:06 pm)
- Didneywhorl
- Posts: 3662
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1379 times
- Been thanked: 770 times
- Contact:
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
If you run AT+QPRTPARA=3, always follow it with AT+QPRTPARA=1
Has something to do with retelling the flash to save parameter changes in backup
Has something to do with retelling the flash to save parameter changes in backup
- These users thanked the author Didneywhorl for the post:
- Tuna8er (Sat Sep 18, 2021 12:41 am)
-
- Posts: 8
- Joined: Fri May 07, 2021 12:09 pm
- Has thanked: 3 times
- Been thanked: 2 times
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
This worked for an EM160R-GL on Visible. Only change:
Instead of
- Set to 4g LTE only Command = AT+QCFG="nwscanmode",3,1
Use
- Set to 4g LTE only Command = AT+QNWPREFCFG="mode_pref",LTE
Instead of
- Set to 4g LTE only Command = AT+QCFG="nwscanmode",3,1
Use
- Set to 4g LTE only Command = AT+QNWPREFCFG="mode_pref",LTE
- These users thanked the author Ruxl_Nefarious for the post (total 2):
- gscheb (Thu May 27, 2021 10:32 am) • Tuna8er (Sat Sep 18, 2021 12:41 am)
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Technically don't have to do that command if you didn't want too. Could just do this in its place shown below. Does the same thing. The command just forces it to do so.Ruxl_Nefarious wrote: Thu May 27, 2021 10:00 am This worked for an EM160R-GL on Visible. Only change:
Instead of
- Set to 4g LTE only Command = AT+QCFG="nwscanmode",3,1
Use
- Set to 4g LTE only Command = AT+QNWPREFCFG="mode_pref",LTE
You do not have the required permissions to view the files attached to this post.
- These users thanked the author gscheb for the post (total 3):
- Ruxl_Nefarious (Thu May 27, 2021 11:11 am) • Didneywhorl (Thu May 27, 2021 7:25 pm) • Tuna8er (Sat Sep 18, 2021 12:42 am)
- giant22000
- Posts: 6
- Joined: Tue Nov 05, 2019 2:17 pm
- Has thanked: 2 times
- Been thanked: 3 times
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Running at+cgdcont? is returning an error with my EC25-AF. Any ideas?
- These users thanked the author giant22000 for the post:
- Tuna8er (Sat Sep 18, 2021 12:42 am)
- Didneywhorl
- Posts: 3662
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1379 times
- Been thanked: 770 times
- Contact:
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
If you don't have a SIM card inserted, sometimes that happens.giant22000 wrote: Sat Jul 24, 2021 5:45 pm Running at+cgdcont? is returning an error with my EC25-AF. Any ideas?
- These users thanked the author Didneywhorl for the post (total 2):
- giant22000 (Sun Jul 25, 2021 9:30 pm) • Tuna8er (Sat Sep 18, 2021 12:42 am)
- giant22000
- Posts: 6
- Joined: Tue Nov 05, 2019 2:17 pm
- Has thanked: 2 times
- Been thanked: 3 times
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Didneywhorl wrote: Sun Jul 25, 2021 6:41 pm If you don't have a SIM card inserted, sometimes that happens.
- These users thanked the author giant22000 for the post (total 2):
- Didneywhorl (Sun Jul 25, 2021 10:48 pm) • Tuna8er (Sat Sep 18, 2021 12:42 am)
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
IT WORKS! YES!
After a week of trying all sorts of stuff.
It works on a Woda H721.
My SIM card slots were marked backwards. On the outside it says SIM-1, and SIM-2.
But the wires must be crossed. SIM 2 is SIM-1 and SIM 1 is SIM-2 on the GUI router Interface.
I added to the custom profiles for Modem #1 IMEI to SIM-2 SIM ICCID, and Modem #2 IMEI to SIM-1. Plus kept Modem#1 to SIM-1, and Modem#2 to SIM-2, all 4 custom profiles enabled. Plus these AT commands with the:
AT+QCFG="nwscanmode",3,1
For 4G, and they all work now.
Load balancing, everything.
I am using EM12-G with visible.
I had 6 of these:
AT+CGDCONT=1,"IPV4V6","vsblinternet
Just changing the number 1, six times. i.e:
AT+CGDCONT=1,"IPV4V6","vsblinternet"
AT+CGDCONT=2,"IPV4V6","vsblinternet"
AT+CGDCONT=3,"IPV4V6","vsblinternet"
AT+CGDCONT=4,"IPV4V6","vsblinternet"
AT+CGDCONT=5,"IPV4V6","vsblinternet"
AT+CGDCONT=6,"IPV4V6","vsblinternet"
Thanks, fellas. I'm going to make my first born make thier first email addresses names after you, LoL

After a week of trying all sorts of stuff.
It works on a Woda H721.
My SIM card slots were marked backwards. On the outside it says SIM-1, and SIM-2.
But the wires must be crossed. SIM 2 is SIM-1 and SIM 1 is SIM-2 on the GUI router Interface.
I added to the custom profiles for Modem #1 IMEI to SIM-2 SIM ICCID, and Modem #2 IMEI to SIM-1. Plus kept Modem#1 to SIM-1, and Modem#2 to SIM-2, all 4 custom profiles enabled. Plus these AT commands with the:
AT+QCFG="nwscanmode",3,1
For 4G, and they all work now.
Load balancing, everything.
I am using EM12-G with visible.
I had 6 of these:
AT+CGDCONT=1,"IPV4V6","vsblinternet
Just changing the number 1, six times. i.e:
AT+CGDCONT=1,"IPV4V6","vsblinternet"
AT+CGDCONT=2,"IPV4V6","vsblinternet"
AT+CGDCONT=3,"IPV4V6","vsblinternet"
AT+CGDCONT=4,"IPV4V6","vsblinternet"
AT+CGDCONT=5,"IPV4V6","vsblinternet"
AT+CGDCONT=6,"IPV4V6","vsblinternet"
Thanks, fellas. I'm going to make my first born make thier first email addresses names after you, LoL
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Didneywhorls DNS is amazing.
I put the 8.8.8.8 & 4.2.2.2 & 8.8.4.4 & 9.9.9.9 for the custom profiles, throw the phone companies off.
The in on the LAN Interface I used his 1.1.1.1 & 1.0.0.1
I also put it on the annouced IPVS settings for dns server and domain. Much faster than my old setup. I have the router running to 2 Asus Router, with VPN DNS on them. One Asus router has VPN, for Xbox, PC. Other Asus router has no VPN for guest phones, amazon taps, amazon show, roku, roku T.V., and amazon fire stick. Runs smooth after entrring didneywhorls DNS.
I think this set up is much faster than my old one. 2 mofi's going to LAN VPN Load Balancer, to 2 asus routers.
At least appears that way with hulu. Will run speed tests tomarrow, late now.
I put the 8.8.8.8 & 4.2.2.2 & 8.8.4.4 & 9.9.9.9 for the custom profiles, throw the phone companies off.
The in on the LAN Interface I used his 1.1.1.1 & 1.0.0.1
I also put it on the annouced IPVS settings for dns server and domain. Much faster than my old setup. I have the router running to 2 Asus Router, with VPN DNS on them. One Asus router has VPN, for Xbox, PC. Other Asus router has no VPN for guest phones, amazon taps, amazon show, roku, roku T.V., and amazon fire stick. Runs smooth after entrring didneywhorls DNS.
I think this set up is much faster than my old one. 2 mofi's going to LAN VPN Load Balancer, to 2 asus routers.
At least appears that way with hulu. Will run speed tests tomarrow, late now.
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Just tried this,
"Use
- Set to 4g LTE only Command = AT+QNWPREFCFG="mode_pref",LTE"
Came back error on EM12-G, going back to,
"- Set to 4g LTE only Command = AT+QCFG="nwscanmode",3,1"
From the above post.
New problem, 1 modem keeps locking on B13, the other on B66. B13 gets 10MHZ less. Is that signal strength or bandwidth. Can I lock one on B4 & one on B66, or both on B66, or B4. I know thier is a AT command for band lock, but what is it? I saw the reversal topic, but don't see the "lock" topic. (That has the actual command.)
"Use
- Set to 4g LTE only Command = AT+QNWPREFCFG="mode_pref",LTE"
Came back error on EM12-G, going back to,
"- Set to 4g LTE only Command = AT+QCFG="nwscanmode",3,1"
From the above post.
New problem, 1 modem keeps locking on B13, the other on B66. B13 gets 10MHZ less. Is that signal strength or bandwidth. Can I lock one on B4 & one on B66, or both on B66, or B4. I know thier is a AT command for band lock, but what is it? I saw the reversal topic, but don't see the "lock" topic. (That has the actual command.)
-
- Posts: 28
- Joined: Sat Jan 15, 2022 11:42 am
- Has thanked: 0
- Been thanked: 0
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Hello, before I try the above, will this work with a WE826-T2 with a quectel ec25-af (deep orange modem, also sold under other brands like Wifly and others on amazon)? Thanks!
-
- Posts: 15
- Joined: Fri Oct 01, 2021 8:07 am
- Has thanked: 0
- Been thanked: 1 time
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
I just upgraded to the new Visible Plus plan, and now it seems that my my WE826 and EM12 don't want to connect. I changed the APN to vzwinternet, but still nothing. I re-entered the commands above in red and changed to vzwinternet just to be sure. Still getting the "connecting" on the modem page. Any help appreciated...I'm pretty new at this.
-
- Posts: 15
- Joined: Fri Oct 01, 2021 8:07 am
- Has thanked: 0
- Been thanked: 1 time
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
After a few reboots, it ended up working with VZWINTERNET. Thanks for your help. Still seems like I'm getting the 5mbps limit, though.cobravenom39 wrote: Mon Jan 23, 2023 7:20 pm I just upgraded to the new Visible Plus plan, and now it seems that my my WE826 and EM12 don't want to connect. I changed the APN to vzwinternet, but still nothing. I re-entered the commands above in red and changed to vzwinternet just to be sure. Still getting the "connecting" on the modem page. Any help appreciated...I'm pretty new at this.
Thanks, guys!
- Didneywhorl
- Posts: 3662
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1379 times
- Been thanked: 770 times
- Contact:
Re: Visible + EC25-AF + GoldenOrb doesn't connect to LTE
Male sure to disable the auto pdp contexts. AT+QMBNCFG="AutoSel",0
Also change to MBIM protocol: AT+QCFG="USBNET",2
Reset the modem after changing: AT+CFUN=1,1
Make sure the router firewall has custom TTL & HL rules. Article on this site on how to do this.
Also change to MBIM protocol: AT+QCFG="USBNET",2
Reset the modem after changing: AT+CFUN=1,1
Make sure the router firewall has custom TTL & HL rules. Article on this site on how to do this.