First off, I am having a headache on the setup right now and hopefully, some of you had the experience or answer to share with me, thank you so much and appreciate it.
So here's the story, Last week I have bought the router, adapters from The Wireless Haven and last but not least, a EM7511 from amazon to setup with my verizon sim to replace my old cradlepoint setup. Everything worked out just fine on the first two days, modem detected and firmware upgraded(lastest generic verison) through airvantage but one thing is still bugging me and that is the hotspot usage being detected eventhough I set 117 on the firewall-> custom TTL setting, so I immediately came here and search for the information. I then figured out I should use the custom TTL rule shared on forum which is
Code: Select all
#start TTL rules
iptables -t mangle -I POSTROUTING -j TTL --ttl-set 117
iptables -t mangle -I PREROUTING -j TTL --ttl-set 117
ip6tables -t mangle -A POSTROUTING -o wwan0 -j HL --hl-set 117
ip6tables -t mangle -I PREROUTING -i wwan0 -j HL --hl-set 117
#end TTL rules
*One extra question, I am not sure if it is suppose to be asked here though, let me know if I shouldn't and I will delete this part. I have one att ipad plan sim so I took it out from my ipad and inserted it to my modem when it was still working but couldn't connect to the internet even I entered "broadband" or "phone" into the APN setting. Does anyone know the answer to this? Thanks.