<div dir="ltr">using tinc 1.1:<div>tinc -n network start/stop</div><div>seems to add and remove the services as needed.</div><div>It seems to me more stable than 1.0 regarding restarting services.</div><div><br></div><div>
-rsd</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-02-27 13:24 GMT-03:00 vmlinux <span dir="ltr"><<a href="mailto:vmlinux@charter.net" target="_blank">vmlinux@charter.net</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">><br>
>     /c:\Program Files (x86)\tinc\tincd -D -n vpn/<br>
<div class="">><br>
>     .. without problems, but have to keep the window open and that's not really useable. ;-)<br>
<br>
<br>
</div>Not sure I understand. the "-D" option tells tincd to stay attached to<br>
the terminal window, so it is indeed doing what you're tellin git.<br>
<br>
If you want tincd to stay running after closing the terminal, omit the<br>
-D switch.<br>
<br>
If you wish to start, restart or delete the tincd service, use the SC<br>
command at a dos prompt:<br>
<br>
eg: sc stop tinc.myvpnname<br>
    sc start tinc.myvpnname<br>
    sc delete tinc.myvpnname<br>
    (something like that...not at a windows box to verify atm..)<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
</div></div></blockquote></div><br></div>