This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:proxmox [2023/06/19 06:59] – 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 ===== | ===== KSM ===== | ||
| Installation | Installation | ||
| Line 10: | Line 61: | ||
| Enable | Enable | ||
| - | < | + | < |
| + | systemctl start ksmtuned</ | ||
| Check if greater then 0 | Check if greater then 0 | ||