From 107b630bf8e61249ffc78f7f596d6d83d5c926b7 Mon Sep 17 00:00:00 2001 From: mbent Date: Wed, 11 Apr 2012 15:09:36 +0200 Subject: [PATCH] --- faq.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/faq.mdwn b/faq.mdwn index 6e5dcb3..3c415dd 100644 --- a/faq.mdwn +++ b/faq.mdwn @@ -41,6 +41,16 @@ This is not an error, but a warning. Tinc 1.0 and later try to create IPv6 socke ## Platform specific questions +### Error while writing to Generic BSD tap device /dev/tap0: Input/output error on MacOSX or *BSD + +tinc needs to be running *before* configuring the network interface. +Try assigning a static ip address, while tinc is running: + + ifconfig tap0 + +If you are still having trouble, check that you have the tun/tap devices installed and configured for your kernel. + + ### No TAP-Win32 interface under Windows XP SP2 Because of changes in Windows XP since SP2, the TAP-Win32 driver distributed with the tinc-1.0.2 installer doesn't work correctly. Remove all tap devices (use deltapall.bat) and install tinc 1.0.4. -- 2.20.1