inline<br><div><br><div class="gmail_quote">On Tue, Feb 26, 2013 at 10:51 PM, Ajiva Fan <span dir="ltr"><<a href="mailto:aji.zqfan@gmail.com" target="_blank">aji.zqfan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
greeting, stackers<br>
<br>
i deploy essex with flatdhcp, it works for a long time, but currently<br>
i want to use vlan network, so i deploy a new environment everything<br>
is same as the previous one, just use vlan network.<br>
<br>
here is the probelm:<br>
i cannot ping vm on other compute node<br>
<br>
control node (all-in-one)<br>
public nic(eth0): 172.16.1.12<br>
vlan nic(eth1):<br>
vlan105<br>
br105 10.0.12.6<br>
compute node(nova-compute, nova-network)<br>
public nic(eth0): 172.16.1.13<br>
vlan nic(eth1):<br>
vlan105<br>
br105 10.0.12.4<br>
<br>
now i create 2 vm, one is 10.0.12.5 on control node, another one is<br>
10.0.12.3 on compute node<br>
<br>
i cannot ping 10.0.12.4 from control node, so i cannot ping 10.0.12.3 neither<br>
<br>
using tcpdump -nnxx -i eth1 host 10.0.12.3, i capture ARP package from<br>
control node with vlan tag 8100 0069 0806 0001 0800 0604, so i think<br>
it works right so far. but on compute node i use tcpdump -i eth1 host<br>
10.0.12.3 and get nothing.<br>
<br>
the cables connect to eth1 are plugged into a cisco catalyst 2950<br>
swither port 22 and 23, working under trunk mode, it allows all vlan<br>
by default<br>
<br>
i guess the problem may be caused by wrong setting of switcher since<br>
packets are dropped, but i'm not very sure.<br>
<br></blockquote><div><br></div><div>You could do: </div><div><br></div><div>on host connected to port 22 on the switch</div><div>vconfig add eth1 5  </div><div>ifconfig eth0.5 <a href="http://10.2.2.2/24">10.2.2.2/24</a></div>
<div><br></div><div>on host connected on port 23</div><div>vconfig add eth1 5</div><div>ifconfig eth0.5 <a href="http://10.2.2.3/24">10.2.2.3/24</a></div><div><br></div><div>and then try to ping through the switch (ping 10.2.2.2) in order switch to rule it out. </div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">after two days search answer on the internet, i've no idea how to<br>
solve this question, so please help me<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div><br></div>