Search found 12 matches
- Fri Aug 05, 2022 5:53 pm
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: [Guide] OpenWRT Hotspot Relay
- Replies: 3
- Views: 4751
[Guide] OpenWRT Hotspot Relay
This is a guide to relay a hotspot via Relayd with TTL/HL modifications. This works well if it's the only option, but the use of relayd can introduce bottlenecks if the network is too fast for the router's cpu. Setting up a bridge with DD-WRT or Tomato does not have this issue, but ymmv depending on ...
- Wed Aug 03, 2022 4:22 pm
- Forum: General and Unclassified
- Topic: Android Router(tethering) ROM
- Replies: 3
- Views: 5045
Re: Android Router(tethering) ROM
I slapped together a test app that's meant to allow rooted users to control their ipv4 address/subnet while tethering/hotspotting. If it works or not for your device, I'd appreciate any feedback. https://drive.google.com/file/d/1WzMx9n62dlBhkK_qJDzpCZ6O1gufW8N4/view?usp=sharing Source is here, but a ...
- Wed Aug 03, 2022 3:41 pm
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: T-MOBILE MNVO TTL MANGLING WITH LUCI
- Replies: 10
- Views: 7980
Re: T-MOBILE MNVO TTL MANGLING WITH LUCI
If your using PDAnet, or any other proxy, packet TTL is set to the correct value when recreated on the phone. You'd need root to disable the tether provisioning, then APN and TTL modification would be something to consider.
- Wed Aug 03, 2022 3:13 pm
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: [Guide] Tether w/ Bridged AP OpenWrt
- Replies: 3
- Views: 6734
Re: [Guide] Tether w/ Bridged AP OpenWrt
I'm stuck on this part of the guide for creating the bridge...I don't see a "Devices Tab" Sorry I didn't catch this. On previous OpenWRT, instead of Under Devices -> br-lan click 'Configure...' Under the General device options tab Add 'eth1' to Bridge ports you'd add the interface here Network at ...
- Sun Apr 03, 2022 12:04 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: [Guide] Tether w/ Bridged AP OpenWrt
- Replies: 3
- Views: 6734
Re: [Guide] Tether w/ Bridged AP OpenWrt
Modify TTL/HL for Bridged Traffic Using Traffic Control * Don't use this , use the method above. This is here just to document an alternative method. opkg update opkg install tc opkg install kmod-sched opkg install iptables-mod-physdev opkg install iptables-mod-ipopt sysctl -w net.bridge.bridge-nf ...
- Sun Apr 03, 2022 12:02 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: [Guide] Tether w/ Bridged AP OpenWrt
- Replies: 3
- Views: 6734
[Guide] Tether w/ Bridged AP OpenWrt
This is a guide for bridging your phone/modem's tether to an OpenWrt (21.02) router. This lets you connect clients through the router's wifi and ethernet, supports ipv4 and ipv6, and includes working rules to modify the TTL/HL of your traffic. On networks that do not use cgnat for ipv6, like T ...
- Fri Mar 25, 2022 6:52 pm
- Forum: General and Unclassified
- Topic: Broadcast/access two modems over their own dedicated AP
- Replies: 3
- Views: 2450
Re: Broadcast/access two modems over their own dedicated AP
You would setup two LANs with unique subnets. Bridge each LAN to it's own wireless interface. You'd have two masquerade rules in your nat table for ipv4 and rules in the filter table to allow bidirectional traffic for both LAN<->WAN pairs. Then add routes for both LANs pointing to the appropriate ...
- Tue Mar 01, 2022 11:53 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: TTL and more settings, what else?
- Replies: 29
- Views: 31528
Re: TTL and more settings, what else?
I used TPWS for anti-DPI:
https://github.com/bol-van/zapret
It's easy to build it for different platforms like routers and Android, so you can set it up however you like.
https://github.com/bol-van/zapret
It's easy to build it for different platforms like routers and Android, so you can set it up however you like.
- Sat Feb 26, 2022 2:39 pm
- Forum: Misc Modem Cards and Dongles
- Topic: changing ip address frequency
- Replies: 1
- Views: 2956
Re: changing ip address frequency
I don't have Vizable, but it's not surprising their out proxies are that bad. Cellular is kind of a mess. It's possible messing with the APN protocol might help. Setting IPv4/IPv4v6 or IPv6 can change how xlat is set up and work around weird issues if your device and provider support it. That's the ...
- Fri Feb 25, 2022 10:25 pm
- Forum: Internet Service Providers
- Topic: AT&T public reachable IPV6
- Replies: 5
- Views: 5384
Re: AT&T public reachable IPV6
AT&T Wireless is using a NAT for both IPv4 and IPv6. T-Mobile is using a NAT for IPv4 and IPv6 is given a full open connection. I think Verizon is the same as T-Mobile. You won't be able to accept incoming connections through AT&T through any consumer plan without forwarding from a remote server ...
- Fri Feb 25, 2022 5:05 pm
- Forum: OPEN | UNCLASSIFIED
- Topic: USB Tethering: How can I prevent the host from charging the phone/tablet?
- Replies: 7
- Views: 12354
Re: USB Tethering: How can I prevent the host from charging the phone/tablet?
This is something better solved in software, if you have root/are jailbroken. Android: https://github.com/sriharshaarangi/BatteryChargeLimit https://github.com/VR-25/acc iOS: https://www.reddit.com/r/jailbreak/comments/jwakj4/free_releaseupdaterc_battsafepro_successor_to_the/ If I were to try to do ...
- Fri Feb 25, 2022 3:41 pm
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: Observations on tethering IPv6
- Replies: 0
- Views: 3859
Observations on tethering IPv6
The information here is from my own research and experiments. If you know better, please do share. The standard way to classify hotspot/tether traffic on mobile networks is through the the APN settings. Android phones will set this through a hidden dun APN entry, while modems will only have metered ...