This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:proxmox [2023/06/19 07:39] – michel | wiki:proxmox [2023/06/20 06:04] (current) – michel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Proxmox ====== | ====== Proxmox ====== | ||
| + | ===== Storage ===== | ||
| + | [[https:// | ||
| ===== Network ===== | ===== Network ===== | ||
| Line 14: | Line 16: | ||
| auto vmbr0 | auto vmbr0 | ||
| iface vmbr0 inet static | iface vmbr0 inet static | ||
| - | address | + | address |
| - | gateway | + | gateway |
| bridge-ports enp6s0 | bridge-ports enp6s0 | ||
| bridge-stp off | bridge-stp off | ||
| Line 23: | Line 25: | ||
| iface vmbr0 inet6 static | iface vmbr0 inet6 static | ||
| - | address | + | address |
| netmask 64 | netmask 64 | ||
| - | gateway | + | gateway |
| auto vmbr0.4010 | auto vmbr0.4010 | ||
| Line 31: | Line 33: | ||
| address 10.192.0.12/ | address 10.192.0.12/ | ||
| mtu 1400 | mtu 1400 | ||
| - | up ip route add 10.0.0.0/ | + | up |
| down ip route delete 10.0.0.0/ | down ip route delete 10.0.0.0/ | ||