<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<STYLE type=text/css> <!--@import url(scrollbar.css); --></STYLE>

<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<STYLE>                   BLOCKQUOTE{margin-Top: 0px; margin-Bottom: 0px; margin-Left: 2em}                       body{FONT-SIZE:12.1pt; COLOR:#001; FONT-FAMILY:宋体,serif;}           </STYLE>

<META name=GENERATOR content="MSHTML 8.00.7601.17744"><BASE 
target=_blank></HEAD>
<BODY 
style="LINE-HEIGHT: 1.3; BORDER-RIGHT-WIDTH: 0px; MARGIN: 12px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px" 
marginheight="0" marginwidth="0"><STATIONERY>
<DIV><FONT color=#000000 size=3>
<DIV><FONT color=#000000 size=3>
<DIV><FONT color=#000000 size=3 face="Times New Roman">Hi all,</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><FONT color=#000000 size=3 
face="Times New Roman">I just installed openstack folsm version in two machines, 
one works as the controller node and the other is the compute node in the 
mode VLAN, and I can launch instance without error, shown as 
below:</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><FONT face="Times New Roman"><IMG 
src="cid:flashmail$PHjgavw6$1364795334__0@nmmp"></FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><FONT face="Times New Roman">but I 
can't access the virtual machines by ping or ssh, neither through 
the external address or the internal address(through the vnc console in the 
horizon, I can see that the virtual machine is running ).</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><FONT face="Times New Roman">The ip addresss 
of the controller node is 202.122.39.*, do I need to make some 
configuration on the switch which the controller node connected to? if 
so, how can I do it?</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><FONT face="Times New Roman">The followings are 
some of the configuration in my environment:</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><A href="mailto:root@controller01"><FONT 
style="BACKGROUND-COLOR: #aca899"><FONT 
face="Times New Roman">root@<STRONG>controller01</STRONG></FONT></FONT></A><FONT 
style="BACKGROUND-COLOR: #aca899" face="Times New Roman">:~# brctl 
show<BR>bridge name     bridge 
id               
STP enabled     
interfaces<BR>br-ex           
0000.441ea15d8581       
no              
eth1<BR>                                                        
qg-3fb4f234-87<BR>                                                        
qg-858cc92d-e9<BR>br-int          
0000.56fdf9dbfa44       
no              
qr-da193884-e6<BR>                                                        
tap2362751e-47<BR>                                                        
tap98f5950d-16</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><A href="mailto:root@controller01"><FONT 
style="BACKGROUND-COLOR: #ccffcc"><FONT 
face="Times New Roman">root@<STRONG>controller01</STRONG></FONT></FONT></A><FONT 
style="BACKGROUND-COLOR: #ccffcc" face="Times New Roman">:~# quantum 
net-list<BR>+--------------------------------------+-------------+--------------------------------------+<BR>| 
id                                   
| name        | 
subnets                              
|<BR>+--------------------------------------+-------------+--------------------------------------+<BR>| 
bfab9f72-a02b-4a50-8bc8-5ed98f54bbb0 | private_net | 
7e959bb7-38ba-4d1b-8abb-ba740a4e942b |<BR>| f65401c3-a5a5-4452-813b-3663df2586d7 
| public_net  | e2ad8f43-dd9d-4955-b768-73e19ff805af 
|<BR>+--------------------------------------+-------------+--------------------------------------+</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><A href="mailto:root@controller01"><FONT 
style="BACKGROUND-COLOR: #aca899"><FONT 
face="Times New Roman">root@<STRONG>controller01</STRONG></FONT></FONT></A><FONT 
style="BACKGROUND-COLOR: #aca899" face="Times New Roman">:~# brctl 
show<BR>bridge name     bridge 
id               
STP enabled     
interfaces<BR>br-ex           
0000.441ea15d8581       
no              
eth1<BR>                                                        
qg-3fb4f234-87<BR>                                                        
qg-858cc92d-e9<BR>br-int          
0000.56fdf9dbfa44       
no              
qr-da193884-e6<BR>                                                        
tap2362751e-47<BR>                                                        
tap98f5950d-16</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><A href="mailto:root@compute01"><FONT 
style="BACKGROUND-COLOR: #ccffcc"><FONT face="Times New Roman">root@<FONT 
color=#ff0000>compute01</FONT></FONT></FONT></A><FONT 
style="BACKGROUND-COLOR: #ccffcc" face="Times New Roman">:~# brctl 
show<BR>bridge name     bridge 
id               
STP enabled     
interfaces<BR>br-eth2         
0000.002655e9ec09       
no              
eth2<BR>                                                        
phy-br-eth2<BR>br-int          
0000.ba1b4a5e2140       
no              
int-br-eth2<BR>                                                        
qvo7b839399-09<BR>                                                        
qvo8631dc9c-88<BR>                                                        
qvoe7a81c82-07<BR>                                                        
qvoff01f526-89<BR>qbr7b839399-09          
8000.ba07ccb67827       
no              
qvb7b839399-09<BR>                                                        
vnet5<BR>qbr8631dc9c-88          
8000.e2c3f43f4908       
no              
qvb8631dc9c-88<BR>                                                        
vnet0<BR>qbre7a81c82-07          
8000.3e31e86477bf       
no              
qvbe7a81c82-07<BR>                                                        
vnet1<BR>qbrff01f526-89          
8000.4af1c1728f83       
no              
qvbff01f526-89<BR>                                                        
vnet2</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><FONT face="Times New Roman"></FONT> </DIV>
<DIV style="TEXT-INDENT: 2em"><FONT face="Times New Roman">Meanwhile, I am 
wonderring how the virtual machine access to the internet, and how the 
external machines access the virutal machine?</FONT></DIV>
<DIV style="TEXT-INDENT: 2em"><FONT face="Times New Roman">It will be great 
if anyone can help me, thank you very 
much!</FONT></DIV></FONT></DIV></FONT></DIV>
<DIV><FONT face="Times New Roman"></FONT> </DIV>
<DIV align=left><FONT color=#c0c0c0 size=2 
face="Times New Roman">2013-04-01</FONT></DIV><FONT size=2 
face="Times New Roman">
<HR style="WIDTH: 122px; HEIGHT: 2px" id=SignNameHR align=left SIZE=2>
</FONT>
<DIV><FONT color=#c0c0c0 size=2 face="Times New Roman"><SPAN 
id=_FlashSignName>zengshan2008</SPAN></FONT></DIV></STATIONERY></BODY></HTML>