similar to: Tinc config problem

Displaying 20 results from an estimated 1000 matches similar to: "Tinc config problem"

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
2002 Aug 23
1
problem with tun/tap device
Hello! I've a problem with tinc-up on Debian Woody (tinc 1.0pre7): router:/etc/tinc/vpn# /etc/init.d/tinc start Starting tinc daemons: vpn. router:/etc/tinc/vpn# tail /var/log/syslog Aug 23 03:25:26 router tinc.vpn[503]: /dev/tap0 is a Linux ethertap device Aug 23 03:25:26 router modprobe: modprobe: Can't locate module tap0 Aug 23 03:25:27 router last message repeated 4 times Aug 23
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 =
2007 Apr 18
1
[Bridge] received packet with own address as source address
Hello, I manage a number of servers all running 2.4 (same problem exists with 2.6). My problem is that since a few bridge versions ago, I've had to modify net/bridge/br_fdb.c in the br_fdb_insert() function -- to get rid of the checks that produce this error: Jan 16 10:35:31 host15 kernel: tap_0: received packet with own address as source address Jan 16 10:35:33 host15 kernel: tap_0:
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
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 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
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
2001 May 08
1
Config error - please help-continue
It didn't help :( When I did ping to 192.168.1.1 from client machine I got the following in syslog: May 8 08:55:54 ns tinc.vpn_net[726]: Sending packet of 100 bytes to US_VPN (x.x.x.x - inetIP) May 8 08:55:55 ns tinc.vpn_net[726]: Incoming data socket error: Connection refused tcpdump -i tap0 gives this: 08:49:13.919331 ns.iris.bg > 192.168.1.1: icmp: echo request 08:49:14.919323
2001 May 25
4
tinc 1.0pre4 released
Hello everybody, I have just released tinc 1.0pre4. Changes: - New authentication protocol (better security, and faster too). - TCPonly and IndirectData are back (but not fully tested). - Documentation revised, it's really up to date with the released package now. - tincd -K now stores public/private keys in PEM format, but keys of 1.0pre3 can still be used. - Faster and more secure
2000 Mar 25
3
RFH -> Request for Help.
Hello all, I've been playing with tinc to setup a wan between two offices of the company that I work for. I'm partially there but having a slight problem. tinc comes up between the 2 machines (both 2.2.14 debian woody machines), and I can ping from the vpn machine at office a, and get a response from office b. However, if I ping any other machine across the wan I can't get a
2002 Feb 25
1
problem with tinc pre5
Hello, I have 2 hosts HostA and HostB HostA - 10.38.9.2, kernel 2.4.16, tincd from Debian package HostB - 10.38.9.223, kernel 2.2.17-21mdk, tincd from tarball package. HostA: ------------------------------ /etc/tinc/test4/tinc.conf Name = HostA ConnectTo = HostB TapDevice = /dev/misc/net/tun PrivateKeyFile = /etc/tinc/test4/rsa_key.priv /etc/tinc/test4/hosts/HostA Subnet = 10.0.0.0/8 Port =
2003 Oct 19
2
Tinc doesn't respond in Windows XP.
I am novice using tinc. I followed step by step the sample reported in http://tinc.nl.linux.org/examples/windows-install I have the following in my home (Win XP with tinc-1.0.1-install.exe): ------------------------------------------------------------------------ C:\Program Files\tinc\vpn>type tinc.conf AddressFamily = ipv4 Name = home ConnectTo = office Interface = VPN C:\Program
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
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
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
2000 Jun 27
1
[CVS] humbolt:/tinc/cabal/src net.c netutl.c protocol.c
> - Indirectdata finally REALLY REALLY works now! > - More precise debug messages Hmmm ... I can't prove that using the CVS code I checked out this morning. Everything works like yesterday: I can ping the peer but I canot go beyond: *** SERVER *** Jun 27 09:04:56 lemon tinc.9[10186]: tincd 1.0pre3 (Jun 27 2000 08:53:56) startin g, debug level 4 Jun 27 09:04:56 lemon tinc.9[10186]:
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
2015 Mar 26
2
Problem With Android Configuration
Yes. The problem is lollipop. I tried to install tinc on my brother's device which mount a cyano 10.1( android 4.2.2) and it works. I don't understand which is the problem with lollipop. Is there a firewall that block the packets? Andrea Squeri If you are running Lollipop / Android 5.x on your Nexus 5, then you are probably seeing the same issue I was with it. lollipop seems to change
2015 Mar 25
4
Problem With Android Configuration
Hi, First sorry for my bad English. I made a vpn wtih tinc for link my home and my two office. In Addition I want to configure my android device to link with my vpn. The topology of the net is this: cubox(a linux machine in my home with vpn address 192.168.0.20) groppalbero (a linux machine in my second office with vpn address 192.168.0.40) imac(a mac machine in my first office with vpn address