<div dir="ltr">and if you want something a bit fancier, you can use this:<br><a href="https://github.com/JeevesTakesOver/Railtrack">https://github.com/JeevesTakesOver/Railtrack</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 25 July 2016 at 17:32, Рысь <span dir="ltr"><<a href="mailto:lynx@lynxlynx.tk" target="_blank">lynx@lynxlynx.tk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mon, 25 Jul 2016 12:16:36 -0400<br>
Heng Wang <<a href="mailto:jason.wangh@gmail.com">jason.wangh@gmail.com</a>> wrote:<br>
<br>
> Hi Guys,<br>
><br>
> Say when tinc is running all good, the "server" contains all the key<br>
> files of clients.<br>
> If we remove the key file for client A during run, how long before<br>
> does server find out the key<br>
> file is gone? I see a "KeyExpire" option in the conf file, is this<br>
> the time?<br>
><br>
> In my own experiment, the client will still be able to connect to the<br>
> tinc network even if the key file is being removed. Of course the<br>
> connection will be gone if I restart tinc server on the client side.<br>
><br>
> Thank you.<br>
> Heng<br>
<br>
</div></div>Usually you manually tell tinc that a particular client has gone by<br>
sending a SIGHUP signal to it. There probably no configurable option to<br>
automatically remove a client from network once it's config (key) file<br>
was removed.<br>
<br>
But does not it happen automatically? Tinc tries to open<br>
config file on next connection attempt, and if that fails - denies it.<br>
At least on 1.0.x.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
<a href="http://lynxlynx.tk/" rel="noreferrer" target="_blank">http://lynxlynx.tk/</a><br>
Power electronics made simple<br>
Unix and simple KISS C code<br>
_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" rel="noreferrer" target="_blank">https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
</font></span></blockquote></div><br></div>