I'm not sure when I started having problems, but I haven't changed my network configuration so it might have been a PVE upgrade.
Anyways, I think I have a relatively simple network configuration:
eth0 + eth3 are in an 802.3ad LACP group. (bond0)
eth1 + eth2 are also in an 802.3ad LACP group. (bond1)
bond0 is connected to bridge vmbr0 as "bond0.10" so it communicates using VLAN 10 and provides remote access to the PVE host and has a static IP address.
bond1 is connected to bridge vmbr1 without an address assigned. It's mostly used for VLAN 30 on my VMs.
My virtual machine (###.conf) has the following network configuration:
net0: name=eth0,bridge=vmbr1,hwaddr=XX:XX:XX:XX:XX:XX,ip=dhcp,tag=30,type=veth
However, it can't connect to my network. (i.e. DHCP doesn't work and even assigning a static IP address doesn't work)
I haven't changed any of this network configuration so I'm not sure why it stopped working.
Here is my /etc/network/interfaces file: http://paste.debian.net/784107
...and here is my LXC file: http://paste.debian.net/784112
Thanks for any help...
Anyways, I think I have a relatively simple network configuration:
eth0 + eth3 are in an 802.3ad LACP group. (bond0)
eth1 + eth2 are also in an 802.3ad LACP group. (bond1)
bond0 is connected to bridge vmbr0 as "bond0.10" so it communicates using VLAN 10 and provides remote access to the PVE host and has a static IP address.
bond1 is connected to bridge vmbr1 without an address assigned. It's mostly used for VLAN 30 on my VMs.
My virtual machine (###.conf) has the following network configuration:
net0: name=eth0,bridge=vmbr1,hwaddr=XX:XX:XX:XX:XX:XX,ip=dhcp,tag=30,type=veth
However, it can't connect to my network. (i.e. DHCP doesn't work and even assigning a static IP address doesn't work)
I haven't changed any of this network configuration so I'm not sure why it stopped working.
Here is my /etc/network/interfaces file: http://paste.debian.net/784107
...and here is my LXC file: http://paste.debian.net/784112
Thanks for any help...