Wow, that is bizarre, I can't think of a reason it would override the TTL of the first two packets but none after that. Normally if it wasn't overriding then at all I would say there is something wrong with the iptables rule, but that doesn't seem to be the problem.
With myAR750S-Ext I started by ...
Search found 13 matches
- Sat Apr 09, 2022 9:17 pm
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
- Sat Mar 19, 2022 9:09 pm
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Re: Visible TTL mangling - a poor noob down on his luck
That's normal, just using a VPN by itself will slow down your connection, since your connection is now limited by the VPN protocol, unfortunately. You can try a Wireguard VPN service (e.g. Mullvad) to see if you get more DL speed, that protocol allows greater bandwidth than OpenVPN.
- Sun Mar 13, 2022 5:32 pm
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Re: Visible TTL mangling - a poor noob down on his luck
Awesome, glad it worked for you!
- Tue Nov 23, 2021 5:39 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Re: Visible TTL mangling - a poor noob down on his luck
I also posted a more current write-up here, using USB tethering rather than the Nighthawk: link
- Tue Nov 23, 2021 5:32 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Re: Visible TTL mangling - a poor noob down on his luck
Absolutely, glad it helped!
- Sat Nov 06, 2021 8:01 pm
- Forum: Internet Service Providers
- Topic: Using Visible for Mobile Internet: A Guide
- Replies: 5
- Views: 38759
Using Visible for Mobile Internet: A Guide
Hi everyone,
I have recently configured a mobile internet setup using a USB-tethered Visible Wireless cellphone hotspot, a travel router, and TTL mangling to get unlimited, unthrottled internet in my apartment. Having used it for approximately a month now, I wanted to post my solution to get this ...
I have recently configured a mobile internet setup using a USB-tethered Visible Wireless cellphone hotspot, a travel router, and TTL mangling to get unlimited, unthrottled internet in my apartment. Having used it for approximately a month now, I wanted to post my solution to get this ...
- Sat Oct 16, 2021 7:59 am
- Forum: Internet Service Providers
- Topic: Visible Wireless Sim work??
- Replies: 29
- Views: 34592
Re: Visible Wireless Sim work??
I completely agree, we're considering some different options right now, particularly T-Mobile's Home 5G plan.gscheb wrote: Fri Oct 15, 2021 4:31 pm When you have set ups like this almost have to have two to make it dependable. Like one on visible and one on AT&T
- Fri Oct 15, 2021 2:12 pm
- Forum: Internet Service Providers
- Topic: Visible Wireless Sim work??
- Replies: 29
- Views: 34592
Re: Visible Wireless Sim work??
I have a phone USB tethered to an AR750S, and as long as I'm not being deprioritized I pull ~15Mb/s, sometimes even as high as 50mb/s late at night. While deprioritized though it can drop as low as 1-3mb/s.
For example, there was about an hour this past Wednesday where max DL was ~300kb/s , but ...
For example, there was about an hour this past Wednesday where max DL was ~300kb/s , but ...
- Tue Sep 21, 2021 11:21 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Re: Visible TTL mangling - a poor noob down on his luck
Hey everyone,
It's working now!
Turns out I hadn't downloaded the opkg that allows TTL mangling, so none of the custom firewall rules were taking effect at all :oops: . This rule ended up being effective:
# update packages
opkg update
# download mod package
opkg install iptables-mod-ipopt ...
It's working now!
Turns out I hadn't downloaded the opkg that allows TTL mangling, so none of the custom firewall rules were taking effect at all :oops: . This rule ended up being effective:
# update packages
opkg update
# download mod package
opkg install iptables-mod-ipopt ...
- Fri Sep 17, 2021 10:23 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Re: Visible TTL mangling - a poor noob down on his luck
Great suggestions, thank you both. Here are the lines I tried without success (add->Save->Restart Firewall):
iptables -t mangle -I POSTROUTING -o eth0.2 -j TTL --ttl-set 64
iptables -t mangle -I POSTROUTING -o eth0.2 -j TTL --ttl-set 65
iptables -t mangle -I POSTROUTING -o eth0.2 -j TTL --ttl-set ...
iptables -t mangle -I POSTROUTING -o eth0.2 -j TTL --ttl-set 64
iptables -t mangle -I POSTROUTING -o eth0.2 -j TTL --ttl-set 65
iptables -t mangle -I POSTROUTING -o eth0.2 -j TTL --ttl-set ...
- Fri Sep 17, 2021 9:29 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Re: Visible TTL mangling - a poor noob down on his luck
Oh wow, that's interesting, I wouldn't have thought to try higher TTL values. I wonder why your setup requires 88?
I have tried the following lines so far:
iptables -t mangle -I POSTROUTING -o br-lan -j TTL --ttl-set 65
iptables -t mangle -I POSTROUTING -o br-lan -j TTL --ttl-set 64
iptables -t ...
I have tried the following lines so far:
iptables -t mangle -I POSTROUTING -o br-lan -j TTL --ttl-set 65
iptables -t mangle -I POSTROUTING -o br-lan -j TTL --ttl-set 64
iptables -t ...
- Fri Sep 17, 2021 8:00 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Re: Visible TTL mangling - a poor noob down on his luck
Thanks for the response. As for the hashes, when I applied each rule they did not have a hash in front of them, that's just so I can keep them all in the config file for reference.
I just tried the rules you posted, the Wi-Fi speedtest still came back throttled unfortunately, though I do appreciate ...
I just tried the rules you posted, the Wi-Fi speedtest still came back throttled unfortunately, though I do appreciate ...
- Thu Sep 16, 2021 4:01 pm
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Visible TTL mangling - a poor noob down on his luck
- Replies: 19
- Views: 24290
Visible TTL mangling - a poor noob down on his luck
Hello everyone! First time poster, so I hope this is the right place to post this.
I have read quite a bit of information from these forums about TTL mangling (including the very helpful guide by @didneywhorl: https://wirelessjoint.com/viewtopic.php?f=21&t=2752 ), and I feel like I'm very close to ...
I have read quite a bit of information from these forums about TTL mangling (including the very helpful guide by @didneywhorl: https://wirelessjoint.com/viewtopic.php?f=21&t=2752 ), and I feel like I'm very close to ...