Hello,
I have a strange issue with my proxmox implementation.
Proxmox version is 4.4-24 .
The problem is that when I run a tcpdump in one of my Guest VM's I can see OUTGOING traffic that has nothing to do with this VM's IP ( so source and destination is another VM ). This happens on all nodes ( currently 7 ) and the outgoing traffic is only visible where it should not be - per node. So if lets say I have a node1 and a VM inside this node, this VM can "see" all outgoing traffic sourced by this node VM's.
I paste the network configuration :
vmbr0 is the public bridge
vmbr1 is the Proxmox
vmbr2 is Ceph
I have already exhausted all my troubleshooting skills regarding this issue. So if anyone can help me figure this out I would be really glad.
The switches ( stacked ) connected to these nodes are Dell Switches, and the configuration is quite simple ( with vlt ).
Example of Port-channel for Node1
Again I will appreciate an assistance .
Best Regards,
Panagiotis Botos
I have a strange issue with my proxmox implementation.
Proxmox version is 4.4-24 .
The problem is that when I run a tcpdump in one of my Guest VM's I can see OUTGOING traffic that has nothing to do with this VM's IP ( so source and destination is another VM ). This happens on all nodes ( currently 7 ) and the outgoing traffic is only visible where it should not be - per node. So if lets say I have a node1 and a VM inside this node, this VM can "see" all outgoing traffic sourced by this node VM's.
I paste the network configuration :
Code:
auto bond0
iface bond0 inet manual
# slaves eth0 eth1 eth2 eth3
slaves eth8 eth9
bond_miimon 100
bond_mode 802.3ad
bond_downdelay 2000
bond_updelay 4000
auto bond1
iface bond1 inet manual
slaves eth4 eth6
bond_miimon 100
bond_mode 802.3ad
bond_downdelay 2000
bond_updelay 4000
auto bond2
iface bond2 inet manual
slaves eth5 eth7
bond_miimon 100
bond_mode 802.3ad
bond_downdelay 2000
bond_updelay 4000
auto vmbr0
iface vmbr0 inet static
address X.X.X.X
netmask X.X.X.X
gateway X.X.X.X
bridge_ports bond0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 10.0.0.1
netmask 255.255.255.0
bridge_ports bond1
bridge_stp off
bridge_fd 0
auto vmbr2
iface vmbr2 inet static
address 192.168.0.1
netmask 255.255.255.0
bridge_ports bond2
bridge_stp off
bridge_fd 0
vmbr0 is the public bridge
vmbr1 is the Proxmox
vmbr2 is Ceph
I have already exhausted all my troubleshooting skills regarding this issue. So if anyone can help me figure this out I would be really glad.
The switches ( stacked ) connected to these nodes are Dell Switches, and the configuration is quite simple ( with vlt ).
Example of Port-channel for Node1
Code:
interface Port-channel 1
no ip address
portmode hybrid
switchport
ip access-group multicast out
vlt-peer-lag port-channel 1
no shutdown
Again I will appreciate an assistance .
Best Regards,
Panagiotis Botos