User Tools

Site Tools


os:proxmox:node6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
os:proxmox:node6 [2024/09/18 11:36] – ↷ Page name changed from os:proxmox:node2 to os:proxmox:node6 warnaudos:proxmox:node6 [2024/09/18 11:43] (current) – [Network] warnaud
Line 1: Line 1:
 +====== Node6 ======
 +32 CPU\\
 +256GB RAM\\
 +2TB\\
  
 +Install from ISO with IP :192.168.1.22/24\\
 +===== SSH =====
 +
 +By default ssh is open for root account:
 +<code bash>
 +vi /etc/ssh/sshd_config</code>
 +once key copied change to
 +<code perl>
 +#PermitRootLogin yes
 +PermitRootLogin prohibit-password
 +</code>
 +<code bash> service ssh restart</code>
 +===== APT =====
 +change to no subscription:
 +<code bash>vi /etc/apt/sources.list.d/pve-enterprise.list</code>
 +<code perl>#deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
 +deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
 +</code>
 +and
 +<code bash>vi /etc/apt/sources.list.d/ceph.list</code>
 +<code perl>#deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise
 +deb http://download.proxmox.com/debian/ceph-reef bookworm no-subscription</code>
 +<code bash> apt update && apt full-upgrade -y</code>
 +==== missing software ====
 +<code bash> apt install vim htop lsof</code>
 +
 +===== Network =====
 +Config in **/etc/network/interfaces**
 +Interfaces were all screwed up, being eno1 or eth1 randomly @boot.
 +==== FIX ETHX ====
 +<code bash>vi /etc/default/grub</code>
 +<code perl>GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"</code>
 +<code bash>update-grub</code>
 +And all interfaces are ethX