Displaying 20 results from an estimated 8000 matches similar to: "openssl"
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 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 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 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
2002 Mar 07
3
I can't ping across gateway
Hi Who concern,
I setup TINC VPN follow these.
192.168.1.x / 24 (Client groups)
|
192.168.1.1 (eth1)
(GW1)
202.44.34.206 (eth0)
||
Internet
||
202.44.45.14 (eth0)
(GW2)
192.168.2.1 (eth1)
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 Dec 13
3
cannot route packet: unknown type 0
Hi!
When I try to use tinc I get this message 'Cannot route packet: unknown type
0' when I try to ping or ssh to the box I'm connected to.
Below is my setup:
ifconfig tun device:
--------------------
midkemia Link encap:Ethernet HWaddr FE:FD:00:00:00:00
inet addr:192.168.6.1 Bcast:192.168.6.255 Mask:255.255.0.0
UP BROADCAST RUNNING NOARP MULTICAST MTU:1500
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:
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
2001 Jun 01
2
Error: cannot route packet - please help
Hi,
I?m fighting with a silly problem: my syslog tells me tinc cannot route
a packet. I can use a telnet or the good ol ping, it is the same effect.
When I?m pinging from the laptop (172.16.11.2) the network address
(172.16.11.0) or any address numerically lower than the laptops address,
the packet gets routed, otherwise not. And when I ping the network
address, I get the reply twice, as to be
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
2007 May 22
1
Almost working
Dev-Cpp is a IDE that can be used with MinGW and GCC but its causing problems.
I installed MinGW since I am used to ./configure type builds but im unsure if this is a tinc issue or OpenSSL issue. I installed openssl 0.9.8e and I get to the following,
$./configure
...
checking openssl/evp.h usability... yes
...
checking for openssl/engine.h... yes
checking for SHA1_version in -lcrypto... no
2000 Nov 13
2
Suggestion for future "tinc"
In my opinion there ought to be a configuration option that allows for
those who have their whole OpenSSL distro located in /usr/local/ssl to
configure without what now must be done: moving libraries and include
files around, etc.
I am reasonably certain that I built my version of OpenSSL (0.9.5a) with
the default install paths and names, and it breaks horribly when I try
to ./configure in your
2003 Jun 02
1
Help with compilation problems
Hi,
I am trying to install tinc-1.0pre8 on my RH 9.0 (kernel 2.4.20-13.9)
system. I have already installed Openssl (v0.9.7a).
When i try to run the ./configure script, it stops at the follwing check
---SNIP--
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking for SHA1_version in -lcrypto... yes
checking for RAND_pseudo_bytes... yes
checking for
2002 Apr 09
1
[Announcement] Version 1.0pre7 released
With pleasure we announce the release of version 1.0pre6. Here is a
summary of the changes:
* Don't do blocking read()s when getting a signal.
* Remove RSA key checking code, since it sometimes thinks perfectly good RSA
keys are bad.
* Fix handling of subnets when prefixlength isn't divisible by 8.
This version features only small bugfixes. It is fully compatible with
1.0pre6.
--
2002 Apr 09
1
[Announcement] Version 1.0pre7 released
With pleasure we announce the release of version 1.0pre6. Here is a
summary of the changes:
* Don't do blocking read()s when getting a signal.
* Remove RSA key checking code, since it sometimes thinks perfectly good RSA
keys are bad.
* Fix handling of subnets when prefixlength isn't divisible by 8.
This version features only small bugfixes. It is fully compatible with
1.0pre6.
--
2001 Sep 18
2
fixing cannot route packet error
I am seeing a problem that looks the same as that described in
message:
http://mail.nl.linux.org/tinc/2001-06/msg00000.html
titled : Error: cannot route packet - please help
The thread says it is fixed in the CVS version.
I did a "cvs checkout -r CABAL tinc" and installed
that version. Now tinc always fails trying to
establish the meta-data connection. I assume I
compiled something
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 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 Jun 02
1
No subject
Hi Guus,
Becuase i read in mailing list it's talk about set port forward TCP/UDP to 655. So that i guess, may be it's concern with my problem.
Aey :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://brouwer.uvt.nl/pipermail/tinc/attachments/20010602/830f2717/attachment.htm