cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
616
Views
0
Helpful
0
Replies

vlan and brdige on debian

golestani
Level 1
Level 1

I'm running Qemu based VMs on top of debian,

In my enviornment the data center gave us two vlans on one NIC,

As I build VMs' NIC on top of a bridge which is build on top of vlans, when vlans become two the network connectivity of VMs is lost, but with one vlan it's OK.

Any help on this issue?

it's my interfaces configuration file,

#network interface settings

auto lo

iface lo inet loopback

iface eth0 inet manual

        address  0.0.0.0

        netmask  0.0.0.0

auto eth0.972

iface eth0.972 inet static

       address  0.0.0.0

       netmask  0.0.0.0

auto eth0.973

iface eth0.973 inet static

        address  0.0.0.0

        netmask  0.0.0.0

auto eth0.976

iface eth0.976 inet static

        address  0.0.0.0

        netmask  0.0.0.0

auto eth0.977

iface eth0.977 inet static

        address  0.0.0.0

        netmask  0.0.0.0

iface vmbr0 inet manual

         bridge_ports eth0.978 eth0.976

         bridge_stp off

         bridge_fd 0

0 Replies 0