Search found 2 matches
- Sat Dec 10, 2022 10:33 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: [Guide] OpenWRT Hotspot Relay
- Replies: 3
- Views: 5275
Re: [Guide] OpenWRT Hotspot Relay
@Didneywhorl I guess I'll stick with 21.02.5 for now.
- Sat Dec 10, 2022 4:31 am
- Forum: TTL Settings - Throttling, Tethering and Hotspot Usage
- Topic: [Guide] OpenWRT Hotspot Relay
- Replies: 3
- Views: 5275
Re: [Guide] OpenWRT Hotspot Relay
Network -> Firewall -> Custom Rules tab
Append these rules to the bottom of the script
iptables -t mangle -I POSTROUTING -o wlan1 -m ttl ! --ttl-eq 255 -j TTL --ttl-set 65
ip6tables -t mangle -I POSTROUTING -o wlan1 -m hl ! --hl-eq 255 -j HL --hl-set 65
NOTE: Set 'wlan1' to the correct radio ...