<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">do you see sent and received packets on the vlan?  I would suspect that you actually don't have the vlans trunked on the ports so the packets aren't making it across the switch.<div><br></div><div>Vish</div><div><br><div><div>On May 31, 2012, at 9:53 AM, Vijay wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="RIGHT: auto"><span style="RIGHT: auto">Thanks for the reply. Network controller assigns a private ip address to the vm launched on compute node. However, I still cannot ping this ip address from the network(controller node). I am running nova-network service only on the <var id="yui-ie-cursor"></var>controller.<br style="RIGHT: auto" class="yui-cursor"></span></div>
<div></div>
<div style="RIGHT: auto"> </div>
<div>Thanks,<br>-vj<br></div>
<div style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<div style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<div dir="ltr"><font size="2" face="Arial">
<div style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class="hr" contenteditable="false" readonly="true"></div><b><span style="FONT-WEIGHT: bold">From:</span></b> Narayan Desai <<a href="mailto:narayan.desai@gmail.com">narayan.desai@gmail.com</a>><br><b><span style="FONT-WEIGHT: bold">To:</span></b> Vijay <<a href="mailto:vijayrg@yahoo.com">vijayrg@yahoo.com</a>> <br><b><span style="FONT-WEIGHT: bold">Cc:</span></b> "<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>" <<a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a>> <br><b><span style="FONT-WEIGHT: bold">Sent:</span></b> Wednesday, May 30, 2012 5:28 PM<br><b><span style="FONT-WEIGHT: bold">Subject:</span></b> Re: [Openstack] dhcp is not leasing an ip address in vlan mode<br></font></div><br>This sounds like it might be working properly. In VLAN mode, all<br>instances are connected to one of the
 project vlans. The .1 address<br>(gateway, dhcp, etc) exists on an interface on the nova-network node<br>(or one of them, in the case that you are running multiple. This<br>interface is bridged to a tagged interface on the appropriate vlan<br>tag. On the nova-compute nodes, a vnet interface for the instance is<br>bridged to the vlan tagged interface. On the compute node, there isn't<br>an IP interface on this network, so the private IP for instances isn't<br>reachable, even if the instance is running on the same node.<br><br>The canonical test for correct network function is if an instance is<br>reachable via ping from the nova-network server that is currently<br>serving the instance's project network.<br>hth<br>-nld<br><br>On Wed, May 30, 2012 at 5:42 PM, Vijay <<a href="mailto:vijayrg@yahoo.com" ymailto="mailto:vijayrg@yahoo.com">vijayrg@yahoo.com</a>> wrote:<br>> Hello,<br>> I am trying install Essex in VLAN mode on multiple compute
 nodes.<br>><br>> I am able to lauch instances on controller (which also runs nova-compute)<br>> and ping/ssh those instances.<br>> I am able to launch instances on compute only node. However, I cannot ping<br>> the VM launched  on compute only node.<br>> When i did the euca-get-console-output on that instance, I see that it is<br>> not getting an IP leased from DHCP .. Because of that it is not able to<br>> reach metadata server.<br>> Any help is appreciated.<br>><br>> Console output is<br>> udhcpc (v1.17.2) started<br>> Sending discover...<br>> Sending discover...<br>> Sending discover...<br>> No lease, forking to background<br>> starting DHCP forEthernet interface eth0  [  OK  ]<br>> cloud-setup: checking<br>> <a href="http://169.254.169.254/2009-04-04/meta-data/instance-id">http://169.254.169.254/2009-04-04/meta-data/instance-id</a><br>> wget: can't connect to remote host (169.254.169.254): Network is unreachable<br>> cloud-setup:
 failed 1/30: up 17.71. request failed<br>> nova.conf:<br>> --dhcpbridge_flagfile=/etc/nova/nova.conf<br>> --dhcpbridge=/usr/local/bin/nova-dhcpbridge<br>> --logdir=/var/log/nova<br>> --state_path=/var/lib/nova<br>> --lock_path=/var/lock/nova<br>> --force_dhcp_release=True<br>> --use_deprecated_auth<br>> --iscsi_helper=tgtadm<br>> --verbose<br>> --vncserver_listen=0.0.0.0<br>> --sql_connection=<a href="mysql://novadbadmin:novasecret@192.168.198.85/nova">mysql://novadbadmin:novasecret@192.168.198.85/nova</a><br>> --daemonize<br>> --s3_host=192.168.198.85<br>> --rabbit_host=192.168.198.85<br>> --cc_host=192.168.198.85<br>> --ospi_host=192.168.198.85<br>> --ec2_host=192.168.198.85<br>> --ec2_url=<a href="http://192.168.198.85:8773/services/Cloud" target="_blank">http://192.168.198.85:8773/services/Cloud</a><br>> --nova_url=<a href="http://192.168.198.85:8774/v1.1/" target="_blank">http://192.168.198.85:8774/v1.1/</a><br>><br>> # VLAN mode<br>>
 --flat_interface=eth1<br>> --flat_injected=False<br>> --flat_network_bridge=br100<br>> --flat_network_dhcp_start=192.168.4.2<br>><br>> --network_manager=nova.network.manager.VlanManager<br>> --vlan_interface=eth1<br>> --public_interface=vlan100<br>> --allow_same_net_traffic=True<br>> --fixed_range=192.168.4.0/24<br>> --network_size=256<br>> --FAKE_subdomain=ec2<br>> --routing_source_ip=192.168.198.85<br>> --glance_api_servers=192.168.198.85:9292<br>> --image_service=nova.image.glance.GlanceImageService<br>> --iscsi_ip_prefix=192.168.<br>> --connection_type=libvirt<br>> --libvirt_type=qemu<br>><br>> # Keystone<br>> --auth_strategy=keystone<br>> --api_paste_config=/etc/nova/api-paste.ini<br>> --keystone_ec2_url=<a href="http://192.168.198.85:5000/v2.0/ec2tokens" target="_blank">http://192.168.198.85:5000/v2.0/ec2tokens</a><br>><br>><br>><br>><br>> Thanks,<br>>
 -vj<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" ymailto="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>><br><br><br></div></div></div></div>_______________________________________________<br>Mailing list: <a href="https://launchpad.net/~openstack">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">https://launchpad.net/~openstack</a><br>More help   : <a href="https://help.launchpad.net/ListHelp">https://help.launchpad.net/ListHelp</a><br></blockquote></div><br></div></body></html>