Displaying 20 results from an estimated 7000 matches similar to: "Suggestion for future "tinc""
2001 Mar 08
2
Tinc behind firewall?
On Thu, Mar 08, 2001 at 11:51:53AM +0100, Marcel Loesberg wrote:
> I'm going to build a VPN and I want to use either Tinc or FreeS/WAN.
> I've started building the VPN with FreeS/WAN and I find things are getting
> rather complicated.
> I looks like Tinc is much easier to configure but in the FAQ and in what I've
> seen of the documentation so far there is no mention of
2000 Aug 21
2
tinc TODO list
Hi, here's a small list of things that need to be done, and the
version when it should be ready.
smartcard support 1.1
LDAP support 1.1
public/private keys for authentication 1.1
don't store passphrases in files that are called after IP addresses
1.0
use names to identify
2000 Aug 27
4
[URGENT] tinc has a security hole of about 50 million km^2
Sending your passphrase encrypted is all fine, but tinc sends the key
with which it was encrypted about a second later...
Anyone being able to intercept these two requests is authorized on the
VPN.
We need asymmetric authentication _now_.
--
Ivo Timmermans
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size:
2001 Jan 10
2
1.0pre3 difficulties
Was running 1.0pre2 just fine, but had to move machines, so I figgured
I'd give 1.0pre3 a try.
After getting everything to build and figguring out the new config
files, here's where I'm stuck.
Start the server process (remote machine).
Start the client process (local machine).
In remote machine, the following shows up in syslog: tinc[2659]: Got
SEGV signal
In local machine, the
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,
2001 Feb 12
4
Performance VPN over the internet
Hi 'tinc users'
I'm new whit tinc and this mail-list.
I like to build a vpn over the internet between two sites in Holland and
Germany. Are there some experience whit the performance (turn-a-round en
bandwidth) of a link. I want to use it for a 1,5Mb connection.
Greetings, Fred Krom.
-
Tinc: Discussion list about the tinc VPN daemon
Archive:
2001 Mar 19
1
Problem initiating tinc connection..
Hi,
when I try to iniate tinc connection between two machins i get the following
at the syslogs:
client machine:
Mar 19 18:46:31 localhost tinc[733]: Ready: listening on port 655
Mar 19 18:46:31 localhost tinc[733]: Trying to connect to 192.168.1.180
Mar 19 18:46:31 localhost tinc[733]: Connected to 192.168.1.180 port 655
Mar 19 18:46:31 localhost tinc[733]: Metadata socket read error for
2001 Feb 27
1
[CVS] humbolt:/tinc/src net.c
Guus Sliepen wrote:
> - Added TCP_NODELAY and IPTOS_LOWDELAY options for meta sockets.
Maybe it's better to make these optional?
--
Ivo Timmermans
---
TINC development list, tinc-devel@nl.linux.org
Archive: http://mail.nl.linux.org/tinc-devel/
2000 Dec 16
1
tinc doesn't listen/connect
Hi,
I installed tinc as described in the documentation and started the tincd. It
runs, all config files seem ok, but when I do a netstat -an, it isn't listening
nor connected (to another tincd on another host). Is there a configfile error
or something else?
Getting the right info wasn't easy either. The info on the homepage seems old,
since the manpages say other configuration issue.
2001 Feb 12
1
tinc and nets
Hi,
I created a VPN succesfully with two internet-connected hosts. But both hosts
also have a LAN attached to them. One LAN has NW address 10.1.1.0/24 and the
other 10.1.3.0/24. How should I set up firewall rules (on the tinc-connected
hosts) and route definitions (on the other hosts of the LANs) to let for
example 10.1.1.11 connect to 10.1.3.12? I have been playing around a bit with
some things
2001 Feb 14
1
tinc connections fallout
Hi,
Our VPN runs okay for some time, and every now and then one of the links (we
have three hosts connected redundantly) just falls out with no reason. In the
syslog I get several (strange?) messages:
Feb 14 09:56:02 ophar tinc.pirnet[2816]: 212.187.121.188 port 655: Connection
timed out
Feb 14 09:56:02 ophar tinc.pirnet[2816]: Could not set up a meta
connection to 212.187.121.188
Feb 14
2001 Mar 19
4
Tinc doesn't connect
Hi,
I'm trying to set-up a VPN using Tinc 1.0pre3.
When I start tincd I get the following in /var/log/messages.
On the machine that listens for incomming connections:
> Mar 16 17:23:24 vpn tinc[1168]: tincd 1.0pre3 starting
> Mar 16 17:23:24 vpn tinc[1168]: Ready: listening on port 655
On the machine making the connection:
> Mar 16 17:16:51 mail tinc[802]: tincd 1.0pre3 starting
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 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
2001 Mar 06
3
crashing on receiving connection
Hello,
I got trouble installing tinc daemon. Every time when a connection comes
in, the daemon crashes:
Mar 6 18:32:56 localhost tinc.vpn[20703]: tincd 1.0pre3 (Feb 21 2001 02:32:50) starting, debug level 5
Mar 6 18:32:56 localhost tinc.vpn[20703]: Ready: listening on port 655
Mar 6 18:33:00 localhost tinc.vpn[20703]: Connection from 192.168.0.4 port 1135
Mar 6 18:33:00 localhost
2001 Dec 10
4
tinc dies after some days/weekes of normal activity
Hello,
I successfully use tinc for one year in a configuration with several
subnets (about 5-7 subnets) and one main server. Sometimes tinc dies
with the error message:
Error while waiting for input: Bad file descriptor
If it happens, this happens immediately, when one subnet has
disconnected. tinc (on the main server) tries then to disconnect all
currently connected subnets and while
2001 Jan 23
2
Linux Expo 23-02-2001
Hey Guus and Ivo,
Want to wish you good luck on your conference on VPN on the Expo!
Maybe I'll see you there.
Greets,
Richard
-
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site: http://ftp.nl.linux.org/pub/linux/tinc/
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 07
1
Config error - please help
I installed Tinc and started on two mashines. both connect and say
everything is OK. But then when I try to ping through the VPN I get the
following errors in syslog:
on server:
rtr-us tinc.vpn_net[911]: Metadata socket read error for BG_VPN (x.x.x.x -
inet ip of client): No such process
and on client
ns tinc.vpn_net[301]: Incoming data socket error: Connection refused
what does it mean as on my
2001 Mar 16
2
Installation problems
When I try to install the tinc RPM I am missing
[root@relay buytaert]# rpm -vih tinc-1.0pre2-1.i386.rpm
error: failed dependencies:
libgmp.so.2 is needed by tinc-1.0pre2-1
[root@relay buytaert]# ls /usr/lib/libgmp.so.3
/usr/lib/libgmp.so.3
[root@relay buytaert]# rpm -qf /usr/lib/libgmp.so.3
gmp-3.1.1-3
This seems to be a too recent version.
So I tried compiling it and got the following