Hello,<div><br></div><div>I try to run nova a vlan-enabled network.</div><div><br></div><div>Basic setting is that a machine has two interfaces.</div><div>One is connected to public network and the other is used internally with vlan-enabled setting.</div>
<div><br></div><div>Basically I want to communicate VMs via vlan-enabled interface.</div><div><br></div><div>The following show /etc/network/interfaces</div><div>-------------------</div><div><div># The loopback network interface</div>
<div>auto lo</div><div>iface lo inet loopback</div><div><br></div><div>auto eth0</div><div>iface eth0 inet dhcp</div><div><br></div><div>auto br100</div><div>iface br100 inet static</div><div>        bridge_ports eth1.416</div>
<div>        bridge_stp off</div><div>        bridge_maxwait 0</div><div>        bridge_fd 0</div><div>        address 192.168.32.184</div><div>        netmask 255.255.248.0</div><div>        broadcast 192.168.39.255</div>
<div>-------------------</div></div><div>eth1.416 is vlan-interface.</div><div><br></div><div>nova.conf looks as follows.</div><div><br></div><div>-------</div><div><div>--dhcpbridge_flagfile=/etc/nova/nova.conf</div><div>
--dhcpbridge=/usr/bin/nova-dhcpbridge</div><div>--logdir=/var/log/nova</div><div>--state_path=/var/lib/nova</div><div>--lock_path=/var/lock/nova</div><div>--verbose</div><div>--s3_host=x.y.32.184</div><div>--rabbit_host=x.y.32.184</div>
<div>--cc_host=x.y.32.184</div><div>--ec2_host= x.y.32.184</div><div>--ec2_url=<a href="http://x.y.32.184:8773/services/Cloud">http://x.y.32.184:8773/services/Cloud</a></div><div>--fixed_range=<a href="http://10.10.0.0/16">10.10.0.0/16</a></div>
<div>--network_size=65536</div><div>--FAKE_subdomain=ec2</div><div>--routing_source_ip=x.y.32.184</div><div>--verbose</div><div>--sql_connection=mysql://root:nova@x.y.32.184/nova</div><div>--network_manager=nova.network.manager.FlatDHCPManager</div>
<div>--flat_interface=eth1.416</div><div>--public_interface=eth0</div></div><div><br></div><div>-------</div><div><br></div><div><div># brctl show</div><div>bridge name     bridge id               STP enabled     interfaces</div>
<div>br100           8000.00237d963199       no              eth1.416</div><div>virbr0          8000.000000000000       yes</div></div><div>------</div><div><br></div><div>Since VMs are running on the bridge interface (br100) and vlan-tagging will be taken care of by eth1.416, should communication between VMs in different hosts work fine?</div>
<div><br></div><div>If this is not right configuration, do I have to configure VlanManager mode?</div><div><br></div><div>Thanks,</div><div>-Myungjin Lee</div><div> </div>