Displaying 20 results from an estimated 1000 matches similar to: "problem with tun/tap device"
2001 May 08
4
tap1 problem
Hi Tinc Mailing-Group,
Having set up the kernel correctly, and got tinc running successfully,
I am now trying to get two VPNs running at once. Hence I need to
have two ethertap devices ( /dev/tap0 and /dev/tap1 ).
The first tap0 device was created thus:
mknod -m 600 /dev/tap0 c 36 16
chown 0.0 /dev/tap0
The second tap1 device was created too:
mknod -m 600 /dev/tap1 c 36 17
chown 0.0 /dev/tap1
2001 Jun 28
4
Tinc1.0pre4 & kernel 2.4.5 & tun/tap
Hi !
I want to setup tinc 1.0 pre4 with kernel 2.4.5 I didn't find
information about settings of tun/tap device
I did
in kernel -
[*] Prompt for development and/or incomplete code/drivers
Network device support
<M> Universal TUN/TAP device driver support
in /etc/modules.conf -
alias char-major-10-200 tun
mknod -m 600 /dev/tun c 10 200
chown 0.0 /dev/tun
In mailing list archive I
2007 Jun 10
1
Setup problems, /dev/net/tun FD in bad state
Hi all, I'm following the manual but I get the below error, and I
believe tinc is clobbering my conf file.
I've never set up VPN before, I'm just trying to connect to my work
network from home. All the following is on my work computer. Thanks in
advance for any help.
$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:1A:A0:17:3A:50
inet addr:172.24.104.145
2002 Jul 07
2
Metadata socket and net2str() error
Hello there,
I was hoping that maybe one of you guys could help me out with a problem I'm
experiencing with tinc1.0pre7.
First, I'll start with my configuration, after that I'll explain my problem.
Background
----------
This is a simple, client-server situation on a private network. Both
machines run the same Debian Woody 3.0 testing installation and both have
identical packages
2001 May 01
0
Tinc: tap0 probs
On Mon, Apr 30, 2001 at 03:57:25AM +0000, cuBe wrote:
> Having some probs with setting up tap0:
>
> aibo:~# ifconfig tap0 hw ether fe:fd:00:00:00:00
> SIOCSIFHWADDR: No such device
>
> Now, I;ve checked everthing, and it all seems in order. I have compiled in
> theUniversal TAP/TUN support, and Netlink (including CONFIG_NETLINK_DEV),
> but to no avil, that error always
2008 Jul 30
1
tinc and wireless mesh
Hello!
I'm trying to make a wireless mesh network with b.a.t.m.a.n. protocol,
and I would like to secure the wireless links with tinc. My test network
is 2 wireless routers with OpenWRT Kamikaze firmware, and the network
topology is the following:
|CLIENT|eth0: 192.168.180| <--> |eth0: 192.168.1.1|MESH-NODE|ath0:
192.168.5.54| <~~> |ath0: 192.168.5.51|GW|eth1: 192.168.1.51|
2016 Jan 19
2
tinc running openwrt (mikrotik metarouter mips)
Hi Marek
I managed to setup everything in openwrt. However I am getting errors when
trying to run tinc daemon. Below is my debug output. Please help.. How do I
fix tunnel interface error?
root at OpenWrt:/etc/tinc/vpn# tincd -n vpn -D -d3
tincd 1.0.21 (Mar 9 2014 18:26:59) starting, debug level 3
/dev/net/tun is a Linux ethertap device
Executing script tinc-up
ifconfig: SIOCGIFFLAGS: No
2001 Aug 27
2
ethertap device: File descriptor in bad state
I've been running tincd on several machines without a problem.
I'm now setting up a new intel-type dual-processor machine, with a custom
compiled 2.4.9 linux kernel.
When I start the daemon: tincd -n vpn -dddddddddd
I get the following debug information in in /var/log/messages
Aug 27 17:26:49 q tinc.vpn[971]: Process 972 (tinc-up) exited with non-zero
status 255
Aug 27 17:26:49 q
2001 Feb 25
1
Tinc config problem
I fairly new to Linux, and I'm trying to set up Tinc on my Linux box. However I got stuck at the following point in the documentation:
"....
The actual setup of the ethertap device is quite simple, just repeat after me:
ifconfig tap_n_ hw ether fe:fd:00:00:00:00
...
".
Now, this is obviously not what I have to type to the command prompt, although, I'm not ashamed to say,
2006 Jul 28
1
tun/tap rpm for Centos4.0
hey friends,
I am trying to configure OpenVPN on Centos4.0 for this I need tun/tap rpm
package. Where can I find the package for the same ?
Thanks & Regards
Ankush Grover
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060728/ae8d2041/attachment-0001.html>
2001 Nov 08
1
ethertap dropping packets?
Hello,
I'm having some routing issue with my tinc setup. I'm running a fairly
basic VPN configuration between two networks:
-------
Site A:
-------
--- tinc-up ---
#!/bin/sh
/sbin/ifconfig tap0 hs ether fe:fd:00:00:00:00
/sbin/ifconfig tap0 10.11.1.2 netmask 255.0.0.0
/sbin/ifconfig tap0 -arp
---- tinc.conf ---
Name = orca
Hostnames = no
InterfaceIP = 63.108.71.7
KeyExpire =
2002 Dec 26
1
Questions about multiple Tinc daemons
Hi,
I have some questions about running multiple tinc deamons. The docs
say you can do it to support separate VPNs, but I don't see any
examples.
I have been running a single tinc vpn for months with no problems, now
I'm trying to add a second separate vpn. I'm running the static tinc
version 1.0pre7 (built Apr 9 2002 14:00:34, protocol 14) on Debian
potato. I did not want to go
2016 Jan 19
2
tinc running openwrt (mikrotik metarouter mips)
Hi Graham
Can you perhaps share with me the mr-mips metarouter image you are using?
Regards
Yazeed Fataar
<yazeedfataar at hotmail.com>
On Tue, Jan 19, 2016 at 8:01 PM, Graham Cobb <g+tinc at cobb.uk.net> wrote:
> On 19/01/16 03:57, Yazeed Fataar wrote:
> > Hi Marek
> >
> > I managed to setup everything in openwrt. However I am getting errors
> > when
2002 Nov 21
2
TINC (vpn daemon) has stopped working after compiling kernel
Hi folks,
after recompiling of kernel (need quota support), tinc daemon has
stopped working. Messages from log file are:
...
Nov 21 14:45:02 m61 tinc.sunnet[326]: tincd 1.0pre7 starting
Nov 21 14:45:02 m61 tinc.sunnet[326]: /dev/net/tun is a Linux ethertap
device
Nov 21 14:45:02 m61 tinc.sunnet[326]: Process 327 (tinc-up) exited with
non-zero status 255
Nov 21 14:45:02 m61 tinc.sunnet[326]:
2016 Jan 18
3
tinc running openwrt (mikrotik metarouter mips)
Hi Mark
Im trying to run this as a metarouter instance in mikrotik. Which build
should I use that has tinc pre-built?
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
This
email has been sent from a virus-free computer protected by Avast.
www.avast.com
2002 Nov 06
1
File descriptor in bad state...again ;-(
Hi folks,
I'm trying to set up a small vpn between a few Sun Ultra1 machines
(UltraSparc).
Distribution is Debian Woody (stable).
The problem:
Sunclient:
~~~~~~~~~~
tinc-1.0pre7 original binary package from Woody, machine is running on
original distribution kernel (2.4.18).
# ls -l /dev/net/tun
crw-r--r-- 1 root root 10, 200 Nov 6 22:09 /dev/net/tun
# lsmod
Module
2002 Jan 18
2
Connection established, but no data transfer...
Hello!
I am attempting to get tinc running between two machines and would
appreciate any guidance one could lend. I have read through all of the
documentation and feel that I am close but missing something silly.
First Machine: (gerry)
$tincd --version
tinc version 1.0-cvs (built Jan 17 2002 16:13:13, protocol 11)
Copyright (C) 1998-2001 Ivo Timmermans, Guus Sliepen and others.
See the
2011 Jul 08
1
Rsyslog and "Error while reading from Linux ethertap device /dev/net/tun: File descriptor in bad state"
Hi,
I recently had a machine filling up its harddisk with syslog and tinc
pilling up milions of messages like this:
"Error while reading from Linux ethertap device /dev/net/tun: File
descriptor in bad state"
I remembered that there was a difference between rsyslog and other
loggers, where one of those was skipping those messages, and simply
was displaying:
"this message has been
2002 Apr 25
1
Routing between two tunnels
Hi!
Me and two friends are trying to get a VPN working, but we cant get routing
between two tunnels.
This is how it looks, all servers (192.168.*.1) are running IP Masquerade to
enable the other computers behind them to access the internet.
Both elayne and glenn are connecting to melc, and the tunnel between melc
and glenn are running TCPOnly because that glenn doesnt have a public IP
(it's
2001 Feb 16
1
from chile
Guus
I have a problem with tinc-1.0pre2-1.i386.rpm
This send follow messages
Feb 22 18:46:58 enterprise kernel: tap0: Can't register net device
feb 22 18:46:58 enterprise tinc.10.1.1.0[6291]: Could not open
/dev/tap0: No existe tal dispositivo
feb 22 18:46:58 enterprise tinc.10.1.1.0[6291]: Terminating.
thanks regards claudio
-
Tinc: Discussion list about the tinc VPN daemon