diff --git a/secretwiki/index.html b/secretwiki/index.html index ab421ea..d308d7f 100644 --- a/secretwiki/index.html +++ b/secretwiki/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Lezzo secret wiki @@ -17,12 +17,13 @@

Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.

-
-

Pagine

-
+
+

Pagine

+

Author: bparodi

-

Created: 2023-05-25 Thu 18:38

+

Created: 2023-05-30 Tue 15:35

Validate

diff --git a/secretwiki/index.org b/secretwiki/index.org index 61bb675..0f243e3 100644 --- a/secretwiki/index.org +++ b/secretwiki/index.org @@ -3,6 +3,7 @@ Ogni pagina è disponibile anche in org-mode sostituendo .org a.html. * Pagine - [[./hosts.html][Lezzonet: gli host]] - [[./rete.html][Lezzonet: la configurazione di rete]] +- [[./settingupnewvm.html][Lezzonet: configurare una nuova vm]] - [[./bots.html][Bots]] - [[./commands.html][Frequently used commands and configuration snippets]] - [[./sonarr.html][Sonarr]] diff --git a/secretwiki/settingupnewvm.html b/secretwiki/settingupnewvm.html new file mode 100644 index 0000000..88f3df5 --- /dev/null +++ b/secretwiki/settingupnewvm.html @@ -0,0 +1,230 @@ + + + + + + + + + + + + + +
+

+Una lista approssimativa dei passaggi da compiere per configurare una nuova VM +nella rete di lezzonet +

+
    +
  1. segui il wizard libvirt, storage almeno 8 GB e setta vm come autostart
  2. +
  3. ci sono disponibili due reti interne, una a minore priorità
  4. +
  5. ricordati di aggiungere un'interfaccia per nfs se serve
  6. +
  7. aggiungi ip e hostname su atomino:/etc/unbound/unbound.conf
  8. +
  9. avvia la vm con livecd di gentoo
  10. +
  11. fai net-setup per configurare l'ip messo precedentemente
  12. +
  13. wget di installgentoo.git
  14. +
  15. bash installgentoo.sh
  16. +
  17. dal chroot: bash configuregentoochroot.sh <hostname>
  18. +
  19. copia la configurazione di rete (/etc/conf.d/net) dalla macchina più simile
  20. +
  21. fai i symlink su /etc/init.d/net.lo appropriati e aggiungi la rete in +autostart con rc-update
  22. +
  23. se nfs: emerge nfs-utils && mkdir /media/asparagi
  24. +
  25. se nfs: configura nfs su /etc/fstab
  26. +
+ +
+169.254.0.1:/media/asparagi /media/asparagi nfs rw,_netdev 0 0
+
+
+
+

Author: user

+

Created: 2023-05-30 Tue 15:34

+

Validate

+
+ + diff --git a/secretwiki/settingupnewvm.org b/secretwiki/settingupnewvm.org new file mode 100644 index 0000000..0eec0ac --- /dev/null +++ b/secretwiki/settingupnewvm.org @@ -0,0 +1,20 @@ +Una lista approssimativa dei passaggi da compiere per configurare una nuova VM +nella rete di lezzonet +1. segui il wizard libvirt, storage almeno 8 GB e setta vm come autostart +2. ci sono disponibili due reti interne, una a minore priorità +3. ricordati di aggiungere un'interfaccia per nfs se serve +4. aggiungi ip e hostname su atomino:/etc/unbound/unbound.conf +5. avvia la vm con livecd di gentoo +6. fai net-setup per configurare l'ip messo precedentemente +7. wget di installgentoo.git +8. bash installgentoo.sh +9. dal chroot: bash configure_gentoo_chroot.sh +10. copia la configurazione di rete (/etc/conf.d/net) dalla macchina più simile +11. fai i symlink su /etc/init.d/net.lo appropriati e aggiungi la rete in + autostart con rc-update +12. se nfs: emerge nfs-utils && mkdir /media/asparagi +13. se nfs: configura nfs su /etc/fstab + +#+begin_src +169.254.0.1:/media/asparagi /media/asparagi nfs rw,_netdev 0 0 +#+end_src