similar to: No subject

Displaying 20 results from an estimated 4000 matches similar to: "No subject"

2001 Jun 01
1
No subject
Hi Tinc Groups again, Now i can set syslog. But my problem still the same. When i check Tap0 configure. I know idea what's wrong that i set. I set up tap follow these. ifconfig tap0 hw ether fe:fd:00:00:00:00 ifconfig tap0 192.168.1.1 netmask 255.255.255.0 ifconfig tap0 -arp But i notice in my routing table have 2 myvpn. Like these, myvpn * 255.0.0.0
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
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 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
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 May 26
1
How to test and debug.
Hi Tincs Groups, I try to set up Tinc-1.0pre 3 on RedHat kernel 2.2.14. I think i setup it's ok. Because it's show message like this. ********************************************************************** Site A May 22 07:30:00 sg1 tinc[802]: tincd 1.0pre3 (Apr 5 2001 02:02:52) starting, debug level 5 May 22 07:30:00 sg1 tinc[802]: Ready: listening on port
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,
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)
2002 May 22
1
single static ip address
Hi Tinc group, I have recently got an adsl connection at home, which only provides a single static ip address. I want to set up a tinc vpn from home to my workplace. I am trying to decide what hardware I need to do the above. At the moment, I am aware that I could use an Alcatel Speedtouch USB modem directly connected to a Linux vpn box at my home. ( Wall socket---adsl cable---Speedtouch---usb
2000 Jul 08
1
Problems starting up tincd with startupscript 1.0pre2-1.i386.rpm
Hello, I'm trying to set up a vpn using tinc, so I installed tinc with the rpm version on my firewall as a listener. Setting up the tap device is no problem. The file /etc/tinc/tinc.conf looks like: TapDevice = /dev/tap0 MyVirtualIP = 192.168.2.1/24 Vpnmask = 255.255.255.0 When I start the script /etc/rc.d/init.d/tinc start it says something about missing /etc/tinc/nets.boot
2000 Nov 12
1
Balanced trees in tinc
Hi everybody, I'm looking into replacing the linked lists in tinc with balanced trees. Using balanced trees will greatly improve performance for medium to large VPNs. As I see it, there are several options: 1) Use tsearch()/twalk()/etc functions from glibc. + It is in a very standard library - It relies solely on callback functions, which sometimes results in ugly, awkward code (I
2001 May 24
1
Revised documentation on website
Hello everyone, I have put revised and even more up-to-date documentation on the website (http://tinc.nl.linux.org/documentation/tinc.html). It is actually meant for the upcoming pre4 release, but most of it applies to pre3 as well, and it is a lot more helpful than the previous docs. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus@sliepen.warande.net> --------------
2006 Sep 26
0
tinc-devel Digest, Vol 12, Issue 1
Can i know where can i get into the digest?Got any links?Can sir recommend some journal or related works for me to refer?Thanks. tinc-devel-request@tinc-vpn.org wrote: Send tinc-devel mailing list submissions to tinc-devel@tinc-vpn.org To subscribe or unsubscribe via the World Wide Web, visit http://brouwer.uvt.nl/cgi-bin/mailman/listinfo/tinc-devel or, via email, send a message with subject or
2007 May 10
3
Sockets not non-blocking when compiling with MingW
Hello. When tinc is compiled with MingW, sockets are not made non-blocking because O_NONBLOCK is not defined anywhere. This leads to weird timeouts when one or more hosts part of a VPN are unreachable, because tinc hangs in connect() (and possibly other places as well). This guy is probably experiencing this bug: http://brouwer.uvt.nl/pipermail/tinc/2007-April/001646.html I've attached a
2007 May 10
3
Sockets not non-blocking when compiling with MingW
Hello. When tinc is compiled with MingW, sockets are not made non-blocking because O_NONBLOCK is not defined anywhere. This leads to weird timeouts when one or more hosts part of a VPN are unreachable, because tinc hangs in connect() (and possibly other places as well). This guy is probably experiencing this bug: http://brouwer.uvt.nl/pipermail/tinc/2007-April/001646.html I've attached a
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:
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
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