Hi,
I'm seeing some weird network activity on the guest on the summary page. For each guest I see the same network activity, as if the activity was showing actually the host network activity. I'm using bonded interfaces (mode 1). Maybe this is the problem? For instance, I'm sending some data to NFS each day at 6:00 on host, but I see the same traffic also for all the guests.
Here is my network configuration:
Thank You
I'm seeing some weird network activity on the guest on the summary page. For each guest I see the same network activity, as if the activity was showing actually the host network activity. I'm using bonded interfaces (mode 1). Maybe this is the problem? For instance, I'm sending some data to NFS each day at 6:00 on host, but I see the same traffic also for all the guests.
Here is my network configuration:
Code:
# The bonded network interface
auto bond0
iface bond0 inet manual
up ifconfig bond0 0.0.0.0 up
bond-mode 1
bond-primary eth0
bond-slaves eth0 eth1
bond-miimon 100
bond-downdelay 400
bond-updelay 800
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx
netmask xxx
gateway xxx
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_maxwait 0
bridge_maxage 0
bridge_ageing 0
Thank You