🇬🇧 🇪🇸 Tethering not working with Spanish SIM (FP1U v1.6 and v1.8)

:gb:
In Fairphone 2014, with version 1.6 or after upgrading to 1.8, I’ve not managed to use the data connection Fairphone from other devices (Mac, Android, iOS).

The connection between the two devices work fine, with password or without it, but then it’s impossible to load web pages. From the Fairphone I can use the Internet, so the configuration is right.

Has it happened to anyone else? Is there any solution?

:es:
En el fairphone de 2014, ni con la versión 1.6, ni tras actualizar a 1.8, he logrado usar la conexión de datos del fairphone desde otros dispositivos (Mac, Android, iOS).

La conexión entre los dos dispositivos sí se produce, tanto con contraseña como sin ésta, pero luego es imposible cargar páginas web. Desde el fairphone puedo usar Internet, así que la configuración es correcta.

¿Le ha sucedido a alguien más? ¿Hay alguna solución?

Saludos.

Ha. Tengo tu mismo problema y despues de contactar con el servicio tecnico con el mismo resultado, me Doctor n que envíe el fairphone.

Cuando pruebo con otra sim del mismo operador, sigue sin funcionar. Pero cuando pruebo con otra sim de operador diferente funfiona el tethering.
Por otra parte cuando pruebo com mi sim en otro telèfono tambien funciona el tethering.
Debe ser algonrelacionado con el operador o con como se.debe configurar el operador en el teléfono.
Mi operador es nubip.

1 Like

Parece que es relacionado con el APN. Contacten el operador y pregunten por el APN. Normalmente se lo envía por SMS, o les dicen la configuración para configurar el APN Uds. mismos.

Por favor, compartan la solución con nosotros!

@Stefan, la configuración del operador es la que he recibido automáticamente en el teléfono tras solicitarlo por SMS.

La misma tarjeta SIM funciona bien en otro teléfono, lo mismo que comenta @Miquel_Alcaide. En mi caso, el operador es Yoigo.

Por ahora, la solución es no usar el fairphone cuando necesito tethering, es decir, casi todos los días : -(

¿Alguna solución para usar tethering con el FP1U en España con Yoigo?

Es lo mismo con USB y WiFi (y Bluetooth, si disponible)?

@Stefan, no funciona bien el tethering con USB, ni con Wifi, ni con Bluetooh. :frowning:

Le dije el problema al equipo de Fairphone, a ver si saben una solución.

Les importaría si yo tradujiera el titulo al ingles (y tambien el primer post) para facilitar que otros ayuden?

@Stefan, puedes traducir el título y el primer post al inglés, de acuerdo.

Gracias y a ver si encontramos alguna solución.

1 Like

@Rigel Veo que has traducido el post tu mismo. Siento que no he tenido tiempo para hacerlo! Feliz Navidad!

I can’t use my FP as a router neither by USB cable connection nor by wifi. Only once I succeeded some months ago, after that never more. This is the biggest problem I have with my FP.

Hola guys.

I have a similar problem, temporarily solved by manually enabling “masquerading”:

  1. Download Terminal Emulator for Android
  2. Share the Internet connection from the configuration menu
  3. Connect from the computer
  4. Launch Terminal Emulator on the phone and run the following commands:

su -
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o ccmni0 -j MASQUERADE

You should then be able to browse from the computer.
Afterwards you can put all commands within a script file.
If anything goes wrong just reboot and try again.

Regards
Enos, from Italy

2 Likes

Hi enos, I get error message:

iptables v1.4.11.1: can’t initialize iptables table `nat’: Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.

Permission denied (you must be root)? Why?

Regards.

Before typing any other command, type su to give superuser rights to Terminal Emulator.

@Rigel
Sorry I had mistyped su as cd. Follow Stefan’s advice or refer to my corrected message.

@enzo, I get error message:

Unknown id: echo

@Rigel that’d be Enos, not Enzo :smile: anyway type enter after each line, like this:

su (space) - (enter)
echo (space) 1 (space) > (space) /proc/sys/net/ipv4/ip_forward (enter)
iptables (space) ...

Thanks, @enos . It works!.

I have copied the text and then pasted it in the terminal, as it has no nano editor to make a bat.

As this is a problem reported in the first version of the fairphone OS, it would be great to fix this in next upgrades .

Who do I have to tell this? maybe @Stefan ?

Regards

Hi, thanks for summoning me. I will add @keesj, from the software developer team of Fairphone. Can you tell us if this fix can be implemented in a future version of Fairphone OS?

I’ve become to the same problem after Knut version upgrade.

My solution from terminal, here: http://bit.ly/1EXeYHG