Displaying 20 results from an estimated 20000 matches similar to: "problem with Solaris version"
2006 Aug 31
1
bridging on debian stable endpoints - clarification
I would like to clarify the email I sent yesterday.
There are two ethernet segments in two different cities that I would
like to operate as one logical network. Both physical lans have a
switch/hub, a gateway with one external IP address that NATs traffic
and can port forward tinc ports to the internal debian stable machine
(where tinc is run), various client computers ('c' in the
2007 Jan 02
1
how to build complete standalone "tincd"
I'm new to tinc. I have built tincd for Linux FC5. I also have an embedded Linux platform to deal with.
I'm unable to build tincd directly on embedded linux, due to compiler missing/incompatible etc. issues.
So I wish to build a standalone tincd on Linux FC5, and just ftp this single executable over to
embedded linux and use it. How to do that? Right now when I ftp tincd to embedded and
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
2006 Aug 31
0
bridging on debian stable endpoints.
Hello all:
I am trying to bridge two ethernet segments via tinc. Both endpoints
are debian stable machines.
Unfortunately the package available in stable is 1.0.3, which
according to:
http://brouwer.uvt.nl/pipermail/tinc/2006-January/001497.html
does not work using the switch or hub modes.
I looked at installing the unstable package, but it has dependencies
that are not available in
2006 Jun 12
1
[PATCH] host-up and host-down hooks
Hi,
Here's a dead simple patch that causes tinc to run optional host-up and
host-down scripts as hosts come up and go down. This allows custom host
up/down functionality to run without having to know host names in
advance. Please consider for future inclusion in tinc. I can provide
documentation patches if this is accepted.
Regards,
Menno Smits
NetBox Blue
http://netboxblue.com/
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
2005 Sep 01
1
Tinc on Windows 2003, Event-Log-Messages
Hello members of this list,
I'am running tinc 1.0.4 on a Windows 2003 Server nearly succesfull. In the
event -log I've got the following warning every minute (in German):
"Die Beschreibung der Ereigniskennung ( 0 ) in ( tinc.service-vpn ) wurde
nicht gefunden. Der lokale Computer verf?gt nicht ?ber die zum Anzeigen der
Meldungen von einem Remotecomputer erforderlichen
2006 Oct 26
1
No address specified error
Hi,
I am trying to create a vpn with tinc on three windows machines..
Tinc starts listening on 0.0.0.0 port 655
Virtual adapter is connected, no problems there
In the conf file are two connect to's :
Name = red
ConnectTo = duke
ConnectTo = optimus
Interface = VPN
In debug mode, tinc reports:
tincd 1.0.4 (May 4 2005 20:55:25) starting, debug level 5
Tap reader running
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
2007 Feb 13
2
[PATCH] Eternal flush, memory leaks
Using tincd 1.0.7, if I send a SIGALRM to tincd when a host is
unresolvable, it gets stuck in a nasty loop:
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Got ALRM signal
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Trying to connect to
calvin (216.136.66.56 port 655)
Feb 12 19:33:02 rosalyn tinc.slamb.org[2925]: Error looking up slamb-
linux.dyn.slamb.org port 4500: Name or service not
2003 May 06
0
lzo compression support for tinc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I've added lzo compression support for tinc 1.0pre8. Lzo is a very fast
compressor (see http://www.oberhumer.com/opensource/lzo/).
I've implemented it by using two new compression levels. Compression level 10
is for fast compression using lzo1x-1 algorithm. Compression level 11 is for
slow compression using lzo1x-999 algorithm.
2007 Jan 13
0
problem fix for Solaris tinc-up script
I ran tinc on Solaris but unable to ping, and found out tinc-up needs to be fixed in order to get rid of problem. Here is an example tinc-up.
#!/bin/sh
/usr/sbin/ifconfig $INTERFACE 10.x.1.1 netmask 255.255.0.0 up
/usr/sbin/route add -net 10.x 10.x.1.1 255.255.0.0 -interface
For
some reason, that "/usr/sbin" and trailing "up" have to be there,
otherwise ping will fail if
2006 Dec 18
0
[Announcement] Version 1.0.6 released
With pleasure we announce the release of version 1.0.6. Here is a
summary of the changes:
* More flexible detection of the LZO libraries when compiling.
* Fixed a bug where broadcasts in switch and hub modes sometimes would not
work anymore when part of the VPN had become disconnected from the rest.
This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier
2006 Dec 18
0
[Announcement] Version 1.0.6 released
With pleasure we announce the release of version 1.0.6. Here is a
summary of the changes:
* More flexible detection of the LZO libraries when compiling.
* Fixed a bug where broadcasts in switch and hub modes sometimes would not
work anymore when part of the VPN had become disconnected from the rest.
This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier
2004 Nov 11
1
[Announcement] Version 1.0.3 released
With pleasure we announce the release of version 1.0.3. Here is a
summary of the changes:
* Show error message when failing to write a PID file.
* Ignore spaces at end of lines in config files.
* Fix handling of late packets.
* Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
anything on tap devices as long as the underlying OS supports it.
* Handle IPv6 on Solaris tun
2004 Nov 11
1
[Announcement] Version 1.0.3 released
With pleasure we announce the release of version 1.0.3. Here is a
summary of the changes:
* Show error message when failing to write a PID file.
* Ignore spaces at end of lines in config files.
* Fix handling of late packets.
* Unify BSD tun/tap device handling. This allows IPv6 on tun devices and
anything on tap devices as long as the underlying OS supports it.
* Handle IPv6 on Solaris tun
2005 Jul 16
1
set-up tinc vpn on widows Xp as client
Hello Sir,
My name is Yosi, I am studying in Politeknik Caltex Riau. I am doing a Final project about implementation vpn with Tinc.
I read all of literature about Tinc where I configuried Tinc in Linux as Server and Windows Xp as Client.
1.
Now I have a problem in Windows Xp. I done all step is wrote by www.tinc-vpn.org. but my vpn not connected on windows. I have network is ?Network
2005 May 04
0
[Announcement] Version 1.0.4 released
With pleasure we announce the release of version 1.0.4. Here is a
summary of the changes:
* Fix switch and hub modes.
* Optionally start scripts when a Subnet becomes (un)reachable.
This version of tinc is compatible with 1.0pre8, 1.0 and later,
but not with earlier version of tinc.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus@sliepen.eu.org>
--------------
2005 May 04
0
[Announcement] Version 1.0.4 released
With pleasure we announce the release of version 1.0.4. Here is a
summary of the changes:
* Fix switch and hub modes.
* Optionally start scripts when a Subnet becomes (un)reachable.
This version of tinc is compatible with 1.0pre8, 1.0 and later,
but not with earlier version of tinc.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus@sliepen.eu.org>
--------------