<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi all:<BR>
 <BR>
    When use multi-node installation with vlan mode, the vlan configuration is in switch or in nova control node? And what's the vlan configuration process?<BR>
 <BR>
    I read this article : <A href="http://dodeeric.louvrex.net/?p=225">http://dodeeric.louvrex.net/?p=225</A><BR>
 <BR>
    ================begin====================<BR>
In the VLAN network mode, each project is given a specific VLAN/subnet. We will configure three VLANs/subnets (feel free to create much more):<BR>
<STRONG>- VLAN: 1 — Subnet: 10.0.1.0/24 — Bridge name: br_vlan1:</STRONG><BR><PRE># nova-manage network create 10.0.1.0/24 1 256</PRE>
<STRONG>- VLAN: 2 — Subnet: 10.0.2.0/24 — Bridge name: br_vlan2:</STRONG><BR><PRE># nova-manage network create 10.0.2.0/24 1 256</PRE>
<STRONG>- VLAN: 3 — Subnet: 10.0.3.0/24 — Bridge name: br_vlan3:</STRONG><BR><PRE># nova-manage network create 10.0.3.0/24 1 256</PRE>
    =================end===================<BR>
 <BR>
  It's seem like configure vlan in nova control node?<BR>
 <BR>
  If there are two switch: one is for public and another is for private, both public and private switch need support vlan 802.1q? Or just private switch is need support vlan 802.1q?<BR>
 <BR>
  thanks<BR>
 <BR>
alex<BR>
 <BR>                                          </div></body>
</html>