Displaying 7 results from an estimated 7 matches for "wangh".
Did you mean:
wang
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
2016 Jul 25
0
How does tinc server handle the case one client's key file is removed after connection
...o connect. (Guus Sliepen)
> 4. Re: Tinc 1.0.24 regulary disconnected (Guus Sliepen)
> 5. Re: How does tinc server handle the case one client's key
> file is removed after connection (Рысь)
>
>
> ---------- Forwarded message ----------
> From: Heng Wang <jason.wangh at gmail.com>
> To: tinc at tinc-vpn.org
> Cc:
> Date: Mon, 25 Jul 2016 12:16:36 -0400
> Subject: 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...
2016 Jul 25
0
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:
> 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 "KeyExpir...
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 Dec 02
0
Is every node being treated equally in tinc?
Hi Guys,
I have a general question, traffic wise, is every node from tinc being
treated equally? Say every tinc node is a pc(with same condition)
connectting to same carrier signal (say AT&T), after a certain amount of
time(say one week), will every node(pc) consume the same amount of data? If
there will be a difference, why so?
Thanks.
-------------- next part --------------
An HTML
2017 Oct 10
1
UDP connections on tinc
Hello,
We are using tinc 1.0.24 with switch mode. Some questions regarding to the
UDP connections on tinc.
As far as I understand tinc is building meta connections with "ConnectTo",
and "ADD_EDGE" packet. With the help of EDGE info two nodes who don't have
direct meta connection are able to communicate through direct UDP
connection.
I understand we can dump the meta
2017 Oct 12
1
tinc Digest, Vol 156, Issue 4
Thanks Guus. Appreciate the help.
What's the purpose of SUBNET msg? Is it even useful in switch mode?
I tweaked the code to disable SUBNET msg, because I thought they weren't
useful when it comes to switch mode.
Which caused the UDP connection got blocked apparently. If I re-enable
SUBNET msg, the udp connection starts
to work fine. I don't see any forwarding traffic any more.
On