Search found 3 matches
- Mon Apr 11, 2022 1:28 pm
- Forum: Nighthawks MR1100 - MR5200 (M1...M5...)
- Topic: enable root telnet on MR5100
- Replies: 9
- Views: 7830
Re: enable root telnet on MR5100
Was able to test with T-Mobile and it works perfectly fine. I did have to factory reset due to a glitched web panel but it persisted after reset (imei didn’t but that is easy).
- Sun Apr 10, 2022 8:50 pm
- Forum: Nighthawks MR1100 - MR5200 (M1...M5...)
- Topic: enable root telnet on MR5100
- Replies: 9
- Views: 7830
Re: enable root telnet on MR5100
After enabling telnet with the root shell, enabling TTL was simple with these commands: echo "iptables -t mangle -I POSTROUTING -o rmnet_data0 -j TTL --ttl-set 64" > /etc/init.d/ttl.sh echo "ip6tables -t mangle -I POSTROUTING -o rmnet_data0 -j HL --hl-set 64" >> /etc/init.d/ttl.sh chmod 755 /etc ...
- Sun Apr 10, 2022 5:25 pm
- Forum: Nighthawks MR1100 - MR5200 (M1...M5...)
- Topic: enable root telnet on MR5100
- Replies: 9
- Views: 7830
Re: enable root telnet on MR5100
After enabling telnet with the root shell, enabling TTL was simple with these commands: echo "iptables -t mangle -I POSTROUTING -o rmnet_data0 -j TTL --ttl-set 64" > /etc/init.d/ttl.sh echo "ip6tables -t mangle -I POSTROUTING -o rmnet_data0 -j HL --hl-set 64" >> /etc/init.d/ttl.sh chmod 755 /etc ...