Jump to content

Vcn: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 August 2025

  • curprev 16:1116:11, 11 August 2025 Admin talk contribs 598 bytes +598 Created page with "<syntaxhighlight lang='bash'> # Backup delle chiavi e config sulla macchina source sudo tar -cf backup_vcn.tar /etc/tinc/vcn # estrai la cartella sulla macchina target tar -xvf backup_vcn.tar # metti la cartella vcn nel posto giusto mv vcn /etc/tinc/ # rendi root l'owner sudo chown -R root:root /etc/tinc/vcn # dai i giusti permessi ai file e cartelle di vcn sudo chmod 755 /etc/tinc/vcn/ sudo chmod 644 /etc/tinc/vcn/tinc.conf sudo chmod 755 /etc/tinc/vcn/tinc-up sudo chm..."