Turns out the adpater I have for my sierra wireless card has a sim card slot on it. I put it in there and I believe it recognizes the card, however it isn't connecting to Verizon. Looking in the debug, it shows me this Tue May 5 19:01:02 2020 : /dev/ttyUSB2 AT+CFUN=1
+CME ERROR: operation not ...
Search found 2 matches
- Tue May 05, 2020 7:02 pm
- Jump to forum
- Jump to topic
- Sun Oct 18, 2020 4:31 pm
- Jump to forum
- Jump to topic
Re: WiFIX WE826-T Custom TTL Issue?
I put in earlier
#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#startTTL
iptables ...
#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#startTTL
iptables ...