hi
I'm successfully booting a proxmox node over iscsi via ipxe, per the iscsi guide.
However i'm unable to add a bridge interface, if an entry for vmbr0 exists in /etc/network/interfaces, the boot process halts at "Configuring network interfaces"
i have tried different options for vmbr0, like no ip and bridge_stp on/off, seems that if the entry just exists, the boot halts. My guess is it breaks the iscsi connection altough there's no kernel messages referring to that.
i have a static ip defined for the host at grub kernel options.. so question is:
- can i use a linux bridge on a interface that has OS mounted on remote iscsi target?
- if not, are there other options, does OVS work differently?
- would it be possible to first create a physical bridge (brctl) and then link a vmbr with different ip to that?
tia, mike
I'm successfully booting a proxmox node over iscsi via ipxe, per the iscsi guide.
However i'm unable to add a bridge interface, if an entry for vmbr0 exists in /etc/network/interfaces, the boot process halts at "Configuring network interfaces"
i have tried different options for vmbr0, like no ip and bridge_stp on/off, seems that if the entry just exists, the boot halts. My guess is it breaks the iscsi connection altough there's no kernel messages referring to that.
i have a static ip defined for the host at grub kernel options.. so question is:
- can i use a linux bridge on a interface that has OS mounted on remote iscsi target?
- if not, are there other options, does OVS work differently?
- would it be possible to first create a physical bridge (brctl) and then link a vmbr with different ip to that?
tia, mike