Tinc: Difference between revisions

imported>V3vAP
No edit summary
imported>Falsifian
networking.interfaces: Add my experience getting tinc working.
Line 77: Line 77:
   systemd.services."network-link-tinc.${networkName}".before = [ "tinc.${networkName}.service" ];
   systemd.services."network-link-tinc.${networkName}".before = [ "tinc.${networkName}.service" ];
</pre>
</pre>
Note 2019-12-28: another author found that those lines were counter-productive. Their system hung for 90 seconds on boot waiting for /sys/subsystem/net/devices/tinc.<tinc network name> to be available, and then after booting they had to manually do something to get tinc working. Removing those lines fixed both problems.
=== tinc-up/tinc-down ===
=== tinc-up/tinc-down ===