Skip to main content

Konfiguration

Openvswitch

Standalone Bridge

My config - /etc/network/interfaces:

auto ovsbr01
allow-ovs ovsbr01
iface ovsbr01 inet static
address 10.1.99.1
netmask 255.255.255.0
gateway 10.1.99.254
ovs_type OVSBridge
ovs_ports enp2s0

allow-ovsbr01 enp2s0
iface enp2s0 inet manual
ovs_bridge ovsbr01
ovs_type OVSPort

Ceph - Storage on single Node Proxmox

https://whiskeyalpharomeo.com/2016/02/21/proxmox-single-node-ceph/