Mention tincapp.pacien.org.
[wiki] / faq.mdwn
index 722f34f..8ff3fbc 100644 (file)
--- a/faq.mdwn
+++ b/faq.mdwn
@@ -32,15 +32,6 @@ First, check that the other node is really online, and that tinc has made a conn
 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!
@@ -60,11 +51,11 @@ If you are still having trouble, check that you have the tun/tap devices install
 
 ### 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