search for: lynxlynx

Displaying 15 results from an estimated 15 matches for "lynxlynx".

2015 Oct 16
2
Automatic hosts files update protocol extension for Tinc
...not, it will stay as is. With best wishes! P.S. I found Tinc a great code inside when I developed extension for it. I was able to quickly understand configuration and requests subsystem, and the rest was no a problem. It's a shame that Tinc still gets little attention in VPN area! -- http://lynxlynx.tk/ Power electronics made simple Unix and simple KISS C code
2015 Oct 17
1
Automated Windows installer
...to open \\\\.\\Global\\<adapter > id>.tap. If the latter succeeds, it means it's a free TAP interface. > Okay I see it, thanks! Usually my Windows nodes have no many TAP devices on their boxes, that's what I need. I will try that and will report my success there. -- http://lynxlynx.tk/ Power electronics made simple Unix and simple KISS C code
2016 Jul 25
3
How does tinc server handle the case one client's key file is removed after connection
Hi Guys, Say when tinc is running all good, the "server" contains all the key files of clients. If we remove the key file for client A during run, how long before does server find out the key file is gone? I see a "KeyExpire" option in the conf file, is this the time? In my own experiment, the client will still be able to connect to the tinc network even if the key file is
2015 Oct 16
0
Automatic hosts files update protocol extension for Tinc
That sounds pretty amazing. Excellent work and thanks for contributing, I hope this gets implemented. On 16 Oct 2015 11:02, "????" <lynx at lynxlynx.tk> wrote: > Hello dear Tincers! > > I recently developed an extension to tinc 1.0.x protocol which > introduces automatic and decentralized hosts update subsystem. > > The idea is to provide stable protocol extension to tinc which will do > all the dirty work of spreading...
2015 Oct 17
2
Automated Windows installer
...n append a number if there multiple ones. I can't link which interface belongs to which adapter: newly created, physical or virtual, TAP or VMWare and so on. Does anyone tried to solve this ever? Ironically, Linux configuration can be scripted well, but I usually do that by hand. -- http://lynxlynx.tk/ Power electronics made simple Unix and simple KISS C code
2016 Jul 25
0
How does tinc server handle the case one client's key file is removed after connection
...get the connection timeouts, then try to find out what > is going on during that time. > > -- > Met vriendelijke groet / with kind regards, > Guus Sliepen <guus at tinc-vpn.org> > > > ---------- Forwarded message ---------- > From: "Рысь" <lynx at lynxlynx.tk> > To: tinc at tinc-vpn.org > Cc: > Date: Mon, 25 Jul 2016 23:32:57 +0700 > Subject: Re: How does tinc server handle the case one client's key file is > removed after connection > On Mon, 25 Jul 2016 12:16:36 -0400 > Heng Wang <jason.wangh at gmail.com> wrote: &...
2016 Jul 25
0
How does tinc server handle the case one client's key file is removed after connection
...nal to it. There probably no configurable option to automatically remove a client from network once it's config (key) file was removed. But does not it happen automatically? Tinc tries to open config file on next connection attempt, and if that fails - denies it. At least on 1.0.x. -- http://lynxlynx.tk/ Power electronics made simple Unix and simple KISS C code
2016 Jul 25
1
Memory leak on tinc
Hi guys, Second question for me today:), really appreciate the help. I have been using tinc in a linux environment, due to our need, I kept it running all the time.(i.e. several months) Recently I found out the system's memory usage is gradually going higher and higher, and eventually triggering oom-killer in the system. After disabling process one by one, I identified tinc is the reason for
2015 Oct 18
1
Bug? Tinc does not reread it's host file into config_tree on SIGHUP
...quot;. I then fixed it with attached patch. It reads host file again on SIGHUP or internal reload (and maybe in other cases). If it was fixed later, then blame me using older version, but I see this also on completely unpatched 1.0.16. Or this was intentional? What I had broken then? -- http://lynxlynx.tk/ Power electronics made simple Unix and simple KISS C code ----------- ???????? ????? ----------- A non-text attachment was scrubbed... Name: tinc-1.0.16_reread_own_hostfile.patch Type: application/octet-stream Size: 562 bytes Desc: ??????????? URL: <http://www.tinc-vpn.org/pipermail/tinc/att...
2015 Oct 20
1
Problem fixed, still like to build tinc
...lowed it because I am lazy :) I needed to build Tinc for Windows because I made some changes to source code recently which makes it incompatible with original protocol. I cross compiled many things from Windows to Windows (32->64), and I usually develop on Windows using only mingw. -- http://lynxlynx.tk/ Power electronics made simple Unix and simple KISS C code
2015 Oct 20
3
Problem starting connection - build tinc VM
Hello, I have send the message below this message before. I guess nobody is familiar with my problem. So the next step is "use the source". The thing is I'm a windows developer. I have tried to build tinc before, a few years ago. And I know the linux developers think it is easy. And it always is, once you know what to do. But I got so many errors last time, I just gave up. I
2015 Nov 22
5
Authenticating VPN addresses: a proposal
TL;DR: a proposal for a new tinc feature that allows nodes to filter ADD_SUBNET messages based on the metaconnection on which they are received, so that nodes can't impersonate each other's VPN Subnets. Similar to StrictSubnets in spirit, but way more flexible. BACKGROUND: THE ISSUE OF TRUST IN A TINC NETWORK In terms of metaconnections (I'm not discussing data tunnels here), one of
2015 Nov 23
0
Authenticating VPN addresses: a proposal
I am, like you, have the same network: exactly two master servers which are trusted, and a number of clients that connect to one of them, or to both (this depends on which physical network they reside, we have city-wide LANs). I use StrictSubnets and I happy with them. That was choice from the beginning. But it also enforced to have all node keys and configuration data on each node. Up to
2016 Sep 26
0
Receiving packet failed: (10054) (2nd post)
On Mon, 26 Sep 2016 07:46:36 +0000 Henk <henk at innomeer.nl> wrote: > > Hello, > > I have a problem connecting to one of my computers using tinc 1.0.x > on Windows. It used to work, now it suddenly stopped (and nothing > changed :) ) When something worked for a long time but now it's not, then there was a change. It's time to determine where! > > We
2016 Sep 27
0
Receiving packet failed: (10054) (2nd post)
On Mon, 26 Sep 2016 20:40:47 +0000 Henk <henk at innomeer.nl> wrote: > Thank you for your response. > Yes, I know something changed, hence the smiley. > > I have looked at the code (I was able to build it under the new > windows bash). It turns out that the error was on a udp receive, not > a tcp connection. Didn't know you would get this error. > > Anyhow near