os:proxmox:node6
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| os:proxmox:node6 [2024/09/18 11:37] – [Node2] warnaud | os: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 : | ||
| + | ===== SSH ===== | ||
| + | |||
| + | By default ssh is open for root account: | ||
| + | <code bash> | ||
| + | vi / | ||
| + | once key copied change to | ||
| + | <code perl> | ||
| + | # | ||
| + | PermitRootLogin prohibit-password | ||
| + | </ | ||
| + | <code bash> service ssh restart</ | ||
| + | ===== APT ===== | ||
| + | change to no subscription: | ||
| + | <code bash>vi / | ||
| + | <code perl># | ||
| + | deb http:// | ||
| + | </ | ||
| + | and | ||
| + | <code bash>vi / | ||
| + | <code perl># | ||
| + | deb http:// | ||
| + | <code bash> apt update && apt full-upgrade -y</ | ||
| + | ==== missing software ==== | ||
| + | <code bash> apt install vim htop lsof</ | ||
| + | |||
| + | ===== Network ===== | ||
| + | Config in **/ | ||
| + | Interfaces were all screwed up, being eno1 or eth1 randomly @boot. | ||
| + | ==== FIX ETHX ==== | ||
| + | <code bash>vi / | ||
| + | <code perl> | ||
| + | <code bash> | ||
| + | And all interfaces are ethX | ||
