When running tinc in router mode (which is the default),
check that the node you are trying to reach has a Subnet statement in its host config file that contains the IP address you are trying to reach.
-
-### File descriptor in bad state
-
- Jan 1 12:00:00 host tinc.net[1234]: Error while reading from ethertap device: File descriptor in bad state
-
-There is a problem reading packet from the virtual network device.
-Check that the tun module is loaded, and that tinc tries to open the right device file.
-If you have added Device and/or Interface statements to tinc.conf, try removing them, tinc's defaults usually work fine.
-
### Packets looping back to us
Jan 1 12:00:00 host tinc.net[1234]: Packet with destination 192.168.1.1 is looping back to us!
### Is there an app for tinc?
-Tinc itself supports many platforms.
-Code was merged in version 1.0.10 that in principle allows tinc to run on iPhone and iPod devices.
-However, as far as we know, no one has created an iOS app for tinc.
-The latest version in the git [[repository]] allows tinc to be compiled for Android.
-There is an unofficial Android app for tinc that can be found on [Google Play](https://play.google.com/store/apps/details?id=org.poirsouille.tinc_gui).
+Tinc itself supports many platforms, and in principle supports mobile platforms such as Android and iOS as well.
+However, on this website you will only find the source code (with some exceptions).
+Ready-to-install packages or apps are mostly made by third parties.
+
+For Android, there are two apps available: [tincapp.pacien.org](http://tincapp.pacien.org/) or [tinc_gui.poirsouille.org](https://play.google.com/store/apps/details?id=org.poirsouille.tinc_gui).
## Generic questions
| OS | Architecture | Compiles | Runs | Really works | Remarks |
| -- | ------------ | -------- | ---- | ------------ | ------- |
| iOS | arm | yes | yes | yes | Cydia packages are available [here](/packages/cydia/). |
-| Android | arm | yes | yes | yes | An unofficial installer and GUI for Android is on [Google Play](https://play.google.com/store/apps/details?id=org.poirsouille.tinc_gui) |
+| Android | arm | yes | yes | yes | Use [tincapp.pacien.org](http://tincapp.pacien.org/) or [tinc_gui.poirsouille.org](https://play.google.com/store/apps/details?id=org.poirsouille.tinc_gui) from Google's app store. |
On other platform tinc will likely not compile at all. If you do
want to report a successful compile or if you have succeeded in