This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| wiki:proxmox [2023/06/19 06:19] – created michel | wiki:proxmox [2023/06/20 06:04] (current) – michel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Proxmox ====== | ====== Proxmox ====== | ||
| + | ===== Storage ===== | ||
| + | [[https:// | ||
| + | |||
| + | ===== Network ===== | ||
| + | <file bash / | ||
| + | source / | ||
| + | |||
| + | auto lo | ||
| + | iface lo inet loopback | ||
| + | iface lo inet6 loopback | ||
| + | |||
| + | auto enp6s0 | ||
| + | iface enp6s0 inet manual | ||
| + | |||
| + | auto vmbr0 | ||
| + | iface vmbr0 inet static | ||
| + | address IP/NETMASK | ||
| + | gateway GATEWAY | ||
| + | bridge-ports enp6s0 | ||
| + | bridge-stp off | ||
| + | bridge-fd 0 | ||
| + | bridge-vlan-aware yes | ||
| + | bridge-vids 2-4092 | ||
| + | |||
| + | iface vmbr0 inet6 static | ||
| + | address IP6 | ||
| + | netmask 64 | ||
| + | gateway GATEWAY6 | ||
| + | |||
| + | auto vmbr0.4010 | ||
| + | iface vmbr0.4010 inet static | ||
| + | address 10.192.0.12/ | ||
| + | mtu 1400 | ||
| + | up ip route add 10.0.0.0/ | ||
| + | down ip route delete 10.0.0.0/ | ||
| + | |||
| + | auto vmbr0.4020 | ||
| + | iface vmbr0.4020 inet static | ||
| + | address 10.192.20.12/ | ||
| + | mtu 1400 | ||
| + | |||
| + | iface vmbr0.4020 inet6 static | ||
| + | address 2a01: | ||
| + | netmask 64 | ||
| + | |||
| + | auto vmbr0.4040 | ||
| + | iface vmbr0.4040 inet static | ||
| + | address 10.192.40.12/ | ||
| + | mtu 1400 | ||
| + | </ | ||
| + | |||
| + | ===== KSM ===== | ||
| + | Installation | ||
| + | < | ||
| + | |||
| + | <file plain / | ||
| + | KSM_SLEEP_MSEC=100 | ||
| + | KSM_THRES_COEF=50 | ||
| + | </ | ||
| + | |||
| + | Enable | ||
| + | < | ||
| + | systemctl start ksmtuned</ | ||
| + | |||
| + | Check if greater then 0 | ||
| + | < | ||
| ===== FAQ ===== | ===== FAQ ===== | ||
| Unlock VM | Unlock VM | ||
| < | < | ||