Hello all,
happy new year everyone
I configured Proxmox VE 6.1-5 on a Debian Buster install (freshly set up for that purpose) according to the entry in the wiki.
The server is running in my homelab/-network, IP range is 192.168.222.0/24, gateway is at .254, DNS & DHCP is at .253
The server has the IP 192.168.222.4, configured on the vmbr0 OVS Bridge device which is bound to eno1 (the server has 4 NICs in total).
/etc/network/interfaces
As far as i can tell, nothing out of the ordinary - but my problem is that the network interface on vmbr0 doesn't seem to properly come up after the server has booted.
I have no network unless i do a ifdown vmbr0, followed by ifup vmbr0 - i actually have no idea why it will not come up by itself or what the reason may be it doesn't behave as expected.... After this little "raindance", everything works normally - i have network in a Debian VM as well as a LXC container i have tested so far...
I'd be very grateful if anyone of you can provide clues what may be the issue - if i omitted something important, please don't hesitate to ask!
Thanks in advance!
happy new year everyone
I configured Proxmox VE 6.1-5 on a Debian Buster install (freshly set up for that purpose) according to the entry in the wiki.
The server is running in my homelab/-network, IP range is 192.168.222.0/24, gateway is at .254, DNS & DHCP is at .253
The server has the IP 192.168.222.4, configured on the vmbr0 OVS Bridge device which is bound to eno1 (the server has 4 NICs in total).
/etc/network/interfaces
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug eno1
iface eno2 inet manual
iface eno3 inet manual
iface enp129s0f3 inet manual
allow-vmbr0 eno1
iface eno1 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
allow-ovs vmbr0
iface vmbr0 inet static
address 192.168.222.4
netmask 24
gateway 192.168.222.254
ovs_type OVSBridge
ovs_ports eno1
As far as i can tell, nothing out of the ordinary - but my problem is that the network interface on vmbr0 doesn't seem to properly come up after the server has booted.
I have no network unless i do a ifdown vmbr0, followed by ifup vmbr0 - i actually have no idea why it will not come up by itself or what the reason may be it doesn't behave as expected.... After this little "raindance", everything works normally - i have network in a Debian VM as well as a LXC container i have tested so far...
I'd be very grateful if anyone of you can provide clues what may be the issue - if i omitted something important, please don't hesitate to ask!
Thanks in advance!
Last edited: