[pve-devel] [PATCH common] support for udev-systemd-style physical interface names (like enp3s0)

Igor Vlasenko ivlasenko at gmail.com
Mon May 9 18:45:30 CEST 2016


On Mon, May 9, 2016 at 7:09 PM, Dietmar Maurer <dietmar at proxmox.com> wrote:
> That is not the only problem. The main problem is that systemd
> does not support OVS - or do they support that now?

I do not know specifics, as on a test machine we set up the ordinary bridges,
not OVS, as you can see from our (fake) /etc/network/interfaces below

[root at pve01 ~]# cat /etc/network/interfaces
auto lo
iface lo inet loopback

iface enp3s0 inet manual
iface enp6s0 inet manual

auto vmbr0
iface vmbr0 inet static
    address 10.10.10.2
    netmask 255.255.255.0
    gateway 10.10.10.1
    bridge_ports enp3s0
    bridge_stp off
    bridge_fd 0

auto vmbr1
iface vmbr1 inet static
    address 192.168.0.2
    netmask 255.255.255.0
    bridge_ports enp6s0
    bridge_stp off
    bridge_fd 0

I will ask this question and will write the answer later.



More information about the pve-devel mailing list