Hi Guys, First Post.
My Setup: Samsung A51 phone (Not Rooted),
GL-AR750S Open-WRT router, USB Tether.
Verizon Get More Unlimited 15GB/mo data plan.
CyberGhost router based OpenVPN - US & foreign servers
I have updated router firmware to 3.203, patched TTL to 117.
https://wirelessjoint.com/viewtopic.php?t=2752
When I look in the phone for data usage, all the tethering data shows up.
When I look on Verizon usage web site it also shows all data GB - phone & tether.
My question - How can I tell if my router settings & VPN usage will bypass
the 15 GB data plan limits?
I'd like to know before Verizon sends me the email the data is gone &
the speed will be limited. Any advice?
Would rooting the phone & patching the TTL there help?
https://shevchenko.cc/37-how-to-change- ... droid.html
NickS
NooB Question - How do I know if Verizon Tether/VPN works?
Forum rules
Please assure there is not an existing forum and topic related to your post
Please assure there is not an existing forum and topic related to your post
Re: NooB Question - How do I know if Verizon Tether/VPN works?
2 months out - setup seems to work with TTL=120 & GhostVPN.
1st month was at 15GB before starting using ttl/router - got Verizon 15GB warning.
Data was rate limited to 600kB/sec.
2nd month got no warning - data kept going at rate limited by signal strength & vpn forwarding.
No indication from data logs, or phone which data was counted as tethered.
Too bad there's no Verizon wizards in residence.
1st month was at 15GB before starting using ttl/router - got Verizon 15GB warning.
Data was rate limited to 600kB/sec.
2nd month got no warning - data kept going at rate limited by signal strength & vpn forwarding.
No indication from data logs, or phone which data was counted as tethered.
Too bad there's no Verizon wizards in residence.
-
- Posts: 173
- Joined: Thu May 14, 2020 1:45 pm
- Has thanked: 2 times
- Been thanked: 26 times
Re: NooB Question - How do I know if Verizon Tether/VPN works?
#start TTL rules
iptables -t mangle -I POSTROUTING -o usb0 -j TTL --ttl-set 64
iptables -t mangle -I PREROUTING -i usb0 -j TTL --ttl-set 64
ip6tables -t mangle -A POSTROUTING -o usb0 -j HL --hl-set 64
ip6tables -t mangle -I PREROUTING -i usb0 -j HL --hl-set 64
#end TTL rules
iptables -t mangle -I POSTROUTING -o usb0 -j TTL --ttl-set 64
iptables -t mangle -I PREROUTING -i usb0 -j TTL --ttl-set 64
ip6tables -t mangle -A POSTROUTING -o usb0 -j HL --hl-set 64
ip6tables -t mangle -I PREROUTING -i usb0 -j HL --hl-set 64
#end TTL rules