Hi
Can I just turn on my Hotspot on my Samsung Galaxy and connect to it my E750v2?
My provider (Vodafone UA) forbids to share internet using Hotspot.
Here is document:
And it's translated version:
I want to use it like this:
Phone -> E750v2 -> laptop (on linux), other phone, and some other stuff
What should I change in settings of Mudi and where to make it undetectable that I am using Hotspot?
1 Like
bruce
January 26, 2025, 10:27am
2
Hi,
According to this announcement, we learned that the operator SIM card has restrictions (Limit hotspot and network sharing, etc.), and there is no way to bypass its restrictions.
Sorry.
Found solution:
Login to router by SSH and execute this command:
iptables -t mangle -A POSTROUTING -j TTL --ttl-set 64
Also you can use this command that do it automatically:
echo "iptables -t mangle -A POSTROUTING -j TTL --ttl-set 64" >> /etc/firewall.user
Then execute
service firewall restart
1 Like
@admon maybe you should add this command to your troubleshooting guide?