<div dir="ltr"><div><div>>What I usually do, and this might not be easiest/best, is, given you<br>
>do have console access, to manually set the IP in the cirrus node.<br>
<br>
>Then I enter the ip name space for the dhcp server on the network node<br>
>(sudo ip netns exec qdhcp-<thenetwork> bash), and see if I can ping<br>
>the cirrus node and vice-versa, things like that. Making sure to add a<br>
>security group rule to at least allow ICMP. See if you can at least<br>
>get an arp entry for the virtual machine's IP.<br>
<br>
>Usually if there is no connectivity at all it's b/c a vlan is missing<br>
>for the physical interface on the switch (not sure how your deployment<br>
>is setup), or the also neutron configuration settings are incorrect in<br>
>terms of bridge mappings and such, usually something simple like that.<br>
<br>
>Another option is to reboot or retry dhcp on the cirrus vm and tcpdump<br>
>on the physical interface the dhcp server is on and watch for dhcp<br>
>traffic, and you could do that on the compute node as well, looking<br>
>for both request and response, again to validate basic connectivity.<br>
<br>
>If you still are having issues, let us know how you deployed openstack<br>
(distro?) and what kind of network you are using (vxlan, vlan?),<br>
whether it's linux bridge or ovs, things like that.<br>
<br>
>Thanks,<br>
>Curtis.<br><br><br></div>I have deployed the nodes using a virtual box & set up nat 2 nat networks , configured the neutron service according to self service network guide . I have doubled checked the neutron configuration . I do agree to fact the<br></div><div><br>Although i can't make out whether there is connectivity between the nodes. <br></div>I get the following output when i run the tcp dump on the controller node .<br><br>listening on enp0s3, link-type EN10MB (Ethernet), capture size 262144 bytes<br>12:48:26.488533 IP 192.168.10.10.22 > 192.168.10.2.58970: Flags [P.], seq 1408700411:1408700519, ack 23895, win 40080, length 108<br>12:48:26.488719 IP 192.168.10.10.22 > 192.168.10.2.58970: Flags [P.], seq 108:144, ack 1, win 40080, length 36<br><br>Output on the compute node .<br><br>listening on enp0s3, link-type EN10MB (Ethernet), capture size 262144 bytes<br>12:59:21.558954 IP 192.168.10.20.22 > 192.168.10.10.60664: Flags [P.], seq 1404672109:1404672297, ack 639164055, win 312, options [nop,nop,TS val 677134 ecr 715780], length 188<br>12:59:21.559252 IP 192.168.10.10.60664 > 192.168.10.20.22: Flags [.], ack 188, win 1444, options [nop,nop,TS val 715791 ecr 677134], length 0<br><br></div>