Search found 2 matches

Return

by Yipzy
Tue Aug 25, 2020 9:06 pm
Jump to forum
Jump to topic

Re: No data...

Ah. I didn't bother to ask you about what your TTL settings look like as I assume you would copy the right interface for the phone which is usually usb0. It was the only thing I changed when I tested it too and I already read you had it working at first with TTL set. If you add the TTL settings for ...
by gscheb
Tue Aug 25, 2020 10:03 pm
Jump to forum
Jump to topic

Re: No data...

#start TTL rules iptables -t mangle -I POSTROUTING -o usb0 -j TTL --ttl-set 117 iptables -t mangle -I PREROUTING -i usb0 -j TTL --ttl-set 117 ip6tables -t mangle -A POSTROUTING -o usb0 -j HL --hl-set 117 ip6tables -t mangle -I PREROUTING -i usb0 -j HL --hl-set 117 #end TTL rules This worked for me t...