HI,
it took a while to get some idea about the issue..
Setup:
Proxmox 4.4
a VM "router" with 2 network ifs.
if1 - vmbr250
if2 - vmbr208
second vm "hostA" with single if
if1 - vmbr250v1001
third vm "hostB" with single if
if1 - vmbr250v1001
The router vm use internally vlans 1001 and 1002 and the second if to setup routing betwen them.
1. Issue
vm router doesnt see the hostA and HostB as long they are at the same cluster host
2. Issue
if the vm HostA and B migrated to a second cluster host proxmox still has the interfaces vmbr250v1001 and 2002 on the original cluster host existing. They are not cleaned up fully.
ip link set vmbr250v1002 down
ip link delete vmbr250v1002
ip link delete eth3.250.1002
cleans it up.
3. on the target host i do get tx buffer issues as soon I access the vm. It looks like some frame handling is not done correctly
How can I setup the networking in a way router and Host can exists on the same hosts?
it took a while to get some idea about the issue..
Setup:
Proxmox 4.4
a VM "router" with 2 network ifs.
if1 - vmbr250
if2 - vmbr208
second vm "hostA" with single if
if1 - vmbr250v1001
third vm "hostB" with single if
if1 - vmbr250v1001
The router vm use internally vlans 1001 and 1002 and the second if to setup routing betwen them.
1. Issue
vm router doesnt see the hostA and HostB as long they are at the same cluster host
2. Issue
if the vm HostA and B migrated to a second cluster host proxmox still has the interfaces vmbr250v1001 and 2002 on the original cluster host existing. They are not cleaned up fully.
ip link set vmbr250v1002 down
ip link delete vmbr250v1002
ip link delete eth3.250.1002
cleans it up.
3. on the target host i do get tx buffer issues as soon I access the vm. It looks like some frame handling is not done correctly
How can I setup the networking in a way router and Host can exists on the same hosts?