Hi guys in this time in my trip to Italy, I needed to use my data plan through my iPhone and I buy a LycaMobile It sim card for that porpuse but when I tried to get internet via HotSpot I can't got connected to the webpages. Investigating more about this issue I got a solution
SEIR3:~ joseibanez$ sysctl net.inet.ip.ttl
net.inet.ip.ttl: 64
the ttl value is 64, I changed for 65 with this command, using sudo:
SEIR3:~ joseibanez$ sudo sysctl -w net.inet.ip.ttl=65
net.inet.ip.ttl: 64 -> 65
And finally get access to the internet.
https://trick77.com/bypass-lycamobiles-tethering-block-linux/
Enjoy!