similar to: tinc in sslh

Displaying 20 results from an estimated 10000 matches similar to: "tinc in sslh"

2011 Nov 12
1
tinc behind sslh
Hello Guus. I've reading mailing list archives threads about it at http://www.tinc-vpn.org/pipermail/tinc/2011-July/thread.html#2757 and http://rutschle.net/pipermail/sslh/2011-July/thread.html and now trying to hide tinc server behind sslh multiplexer but without luck. First of all directly it works fine. Initiator (instance of tincd with ConnectTo statement) successfully establishes
2014 Jan 28
1
[SUSPECTED SPAM] default change in 6.2 breaks sslh
Hi all! I'm using sslh. It's a multiplexer, used to let you have ssh, https, stunnel, etc on one port. In 6.2 there is a change in default behaviour: * ssh(1): When SSH protocol 2 only is selected (the default), ssh(1) now immediately sends its SSH protocol banner to the server without waiting to receive the server's banner, saving time when connecting. which, i suppose,
2013 Oct 19
1
[Announcement] Tinc version 1.0.23 released
With pleasure we announce the release of tinc version 1.0.23. Here is a summary of the changes: * Start authentication immediately on outgoing connections (useful for sslh). * Fixed segfault when Name = $HOST but $HOST is not set. * Updated the build system and the documentation. * Clean up child processes left over from Proxy = exec. This version of tinc is compatible with 1.0pre8, 1.0
2013 Oct 19
1
[Announcement] Tinc version 1.0.23 released
With pleasure we announce the release of tinc version 1.0.23. Here is a summary of the changes: * Start authentication immediately on outgoing connections (useful for sslh). * Fixed segfault when Name = $HOST but $HOST is not set. * Updated the build system and the documentation. * Clean up child processes left over from Proxy = exec. This version of tinc is compatible with 1.0pre8, 1.0
2014 Jun 01
1
Tips punching through tight firewalls
Any tips or guidance on improving the probability of being able to connect to a Tinc daemon. I am currently on a guest wifi at a hospital for my in-laws family. Wanting to pass time and be semi productive, I tried to VPN back to my private networks but it appears the default port Tinc users is blocked. Here is what I know about their firewall:
2019 Jan 04
3
[SUSPECTED SPAM] VPN over SSH: State of the art?
I know that this has been discussed before and I know that you should avoid it, and use a real VPN solution. I would like to move from port-forwarding via ssh to VPN and I have only the ssh port open. What is the current state of the art if you want to create VPN over ssh? Regards, Thomas -- Thomas Guettler http://www.thomas-guettler.de/ I am looking for feedback:
2009 Mar 13
1
Tinc on 64-bit Vista
Guus, Just thoguht I'd let you know -- Tinc works fine under 64-bit Vista! Obtaining a 64-bit signed TAP/TUN driver was a bit of an ordeal. It appears that the OpenVPN guys have forked out the money to get the TAP-win64 driver signed for kernel modules. I installed OpenVPN, then installed Tinc -- no problems whatsoever. The OpenVPN installer does a check to see if it's running on
2015 Apr 15
2
UDP Listening a Different Port
Hi all, I am behind a firewall which only let UDP 80 go through. In order to connect to an outside public node by UDP, I can set ... Port = 80 ... However, an httpd is running on the public node, occupying TCP 80. How can I configure tinc to bind on TCP 8080 but listen to UDP 80? Redirecting UDP 80 to UDP 8080 on the public node is one method. Is there a more elegant way to
2007 Aug 17
1
Tinc via https proxy
Hi, is it possible to use tinc via https proxy? I mean tell tinc to connect via https proxy to my tinc server. I heared openvpn can do this. Can tinc do that the same way? ALBI...
2012 Nov 14
1
[olug] TINC
IPsec Pre Shared Key for enterprise wireless is worse than PPTP according to https://www.cloudcracker.com/blog/2012/07/29/cracking-ms-chap-v2/ . Make sure IPsec is used with certificates instead. tinc is an educational project sponsored by a university aiming to grow awareness of encryption over the public internet. It does not have a marketing department. Criticism is welcome. Think of
2005 Dec 09
1
tinc and TLS
Hello, Sorry if this is a frequently-asked question - but I didn't find the answer on the tinc frequently-asked questions page :-) OK, the question is: * Given that tinc uses TCP for its metadata channel, and that tinc also uses the OpenSSL library, why doesn't tinc just open a TLS connection for its metadata channel? I'm sure there must be a good reason, but I can't think
2016 Jan 22
1
Does tinc have something akin to openvpn's --tls-auth ? Or do I not need that at all ?
Hello, I wanted to ask if tinc had something akin to openvpn's --tls-auth option, for all the reason's listed here: https://community.openvpn.net/openvpn/wiki/Hardening I have read http://www.tinc-vpn.org/documentation-1.1/tinc.pdf, but I have not seen anything similar. Or do I not need that feature at all because tinc handles cryptology different than openvpn ( tinc's uses RSA keys
2007 Feb 11
2
No /dev/net/tun in dom0
I have a dom0 with Debian Etch, created with Xen-tools, that I want to use as a OpenVPN-server. I cannot start the openvpn-deamon, it cannot open the TUN/TAP dev /dev/net/tun The dom0 does not have a directory /dev/net and if I create it, it is away after the next reboot. Can I get a staying /dev/net/tun in the dom0 ? -- Morten Christensen _______________________________________________
2007 Apr 19
2
Help with Windows Installation
Hi, I'm a beginner on VPN's World. I think TINC is a solution for me. I want to connect thru Internet 2 different locations, both networks are Windows based. I downloaded TINC Installer for Windows and followed Installation Guide step by step, everything is ok but when I tried to run TINC Deamon a message it's displayed said: "The services has started and finished immediately
2018 Mar 29
3
Tinc and android 6
Hi, I compiled tinc 1.1pre14 for android 6, then i created the config for tinc. When i try to start tinc, it can not connect to /dev/tun I have looked for information on android/tinc and /dev/tun. The information i found is about system permissions, how can i start tinc on android whitout rooting my android tablet ? And set extra routing to the tinc interface. Greeting from Amsterdam,
2012 Jan 08
1
tinc Digest, Vol 87, Issue 3
actually at the moment the setup is like this , it has the same ip address , both lan and tinc , but iax doesn't work at all , moreover , i want to be able to make an IAX trunk to the rest of the machines from different networks together . what happens is that , asterisk says that the request is sent , but nothing will be received . if you want i can try to make a tcpdump tomorrow , and send
2017 Aug 30
1
non-standard base64 functions in tinc 1.1
I noticed that the base64 functions in util.c don't produce the same results as other versions that implement RFC 1421 (and its successors). This results in PEM files that can only be decoded by tinc itself. Is this intentional? Below is a diff to make tinc's base64 functions match what everyone else does. This will break existing key files, though, which is unfortunate. - todd diff
2012 Jan 07
1
tinc IAX2 problem .
Hi everyone , i have a large network , connected together by tinc , and the whole network is connected so that i can access all the devices through out the networks simply and easily , but when i try to interconnect my asterisk servers usin iax , it doesn't work , if i try to register to my server using the tinc's interface it's ok, the registry is done ok , and the connection works
2016 Jan 22
2
Having more info, like the ip address of the vpn nodes in the xdot graph file of tinc
Hello, I am using tinc's feature to dump a graph of the vpn extensively to view the machines which are currently part of the vpn. In my tinc.conf I have this: GraphDumpFile = /tmp/tinc-graph Then I have a desktop starter that executes /usr/bin/xdot /tmp/tinc-graph to open the graph. I would love to have the ip addresses of the vpn ips of the tinc nodes in that graph, e.g. if one tinc node
2010 Jan 17
1
How to improve the throughput
Dear I am very new to tinc and would like to ask any advice regarding tinc's throughput. I have been using OpenVPN for several years and found tinc as a simpler/scaler VPN using TUN/TAP device. I have tried to use tinc on WindowsXP and measured throughput in contrast to OpenVPN. My test revealed that tinc is faster in PING response (almost half of OpenVPN). However, when I tested with