Re: [Openstack] dumb neutron question

2016-06-07 Thread Akash Gunjal
Hi, The routing is being done by neutron router. But you cannot have the neutron router the same network as physical router since if its a DHCP network then most likely the physical router will provide the IPs. Regards, Akash From: John van Ommen To: openstack@lists.openstack.org Date:

Re: [Openstack] Neutron Developers help needed

2015-12-20 Thread Akash Gunjal
Hi Atif, Please post your query. Will try to answer your query. Regards, Akash From: Atif Saeed To: "openstack@lists.openstack.org" Date: 12/21/2015 01:39 AM Subject:[Openstack] Neutron Developers help needed Hi! This is Atif. I am looking for some Neutron Developer real

Re: [Openstack] Openstack Kilo Vxlan tunnel single NIC setup

2015-10-19 Thread Akash Gunjal
Hi Amir, One point to check is the security rules set in your controller. Check if you have set the ingress/egress rules set for ICMP protocol (ping) which will otherwise block traffic from external hosts to the tenant VM. Regards, Akash From: yatin kumbhare To: Amir Huskić Cc: "o

Re: [Openstack] help openvswitch network configuration problems

2015-09-15 Thread Akash Gunjal
Hi, In your screen shot I see the IP is still on eth2 port. When you add the eth2 to br-ex OVS bridge, you need to move the IP of eth2 to br-ex for the connectivity to work. Regards, Akash From: "applyhhj" To: "openstack" Date: 09/16/2015 07:43 AM Subject:[Openstack] help op

Re: [Openstack] External network Issues

2015-08-09 Thread Akash Gunjal
public one. The image I'm using is Cirros-0.3.3. Any suggestions? Thanks, Dhvanan On Sat, Aug 8, 2015 at 9:39 PM, Akash Gunjal wrote: The only other thing to check is if your network parameters such as netmask is correct. Regards, Akash Inactive hide details for Dhvanan Shah -

Re: [Openstack] External network Issues

2015-08-08 Thread Akash Gunjal
The only other thing to check is if your network parameters such as netmask is correct. Regards, Akash From: Dhvanan Shah To: Akash Gunjal/India/IBM@IBMIN Cc: openstack@lists.openstack.org, nithish B Date: 08/08/2015 07:28 PM Subject:Re: [Openstack] External

Re: [Openstack] External network Issues

2015-08-05 Thread Akash Gunjal
Hi Dhvanan, Couple of changes are needed in the ifcfg-br-ex file. Please check the changes I made in below. ifcfg-br-ex DEVICE=br-ex BOOTPROTO=static IPADDR= e.g 10.16.37.221 NETMASK=255.255.255.0 DNS1= e.g 10.16.25.13 DNS2= e.g 10.16.25.15 BROADCAST=10.16.37.255 GATEWAY=10.16.37.1 NM_CONTROLLED

Re: [Openstack] [neutron]Multiple l3 agents

2015-03-17 Thread Akash Gunjal
Hi, The juno documentation says we can have multiple external networks with a single l3-agent. But never worked for me. So the way I could get it working is having two l3-agent files with different external networks. Starting one l3-agent the normal way and the second l3-agent from command "/usr/

Re: [Openstack] OpenVSwitch ports won't come up / Neutron configuration problems

2015-03-05 Thread Akash Gunjal
Hi, Yes, if IP is not needed set the BOOTPROTO to none. Regards, Akash From: Uwe Sauter To: Akash Gunjal/India/IBM@IBMIN Cc: "openstack@lists.openstack.org Openstack" Date: 03/05/2015 05:17 PM Subject:Re: [Openstack] OpenVSwitch ports won't co

Re: [Openstack] OpenVSwitch ports won't come up / Neutron configuration problems

2015-03-05 Thread Akash Gunjal
ipset = True enable_security_group = True firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver [ovs] bridge_mappings = phys-external:br_ext,phys-tenant:br_tun I'd appreciate every hint. Regards,

Re: [Openstack] Fedora/cirros instance failed to set root password

2014-12-19 Thread Akash Gunjal
Hi, If its a cloud image then root password cannot be set I think. You need to use ssh keys to login to these instances. Regards, Akash From: somshekar kadam To: Girija Sharan , Lars Kellogg-Stedman Cc: "openstack@lists.openstack.org" Date: 12/19/2014 02:27 PM Subjec

Re: [Openstack] assign public ip to vm's interface directly

2014-07-30 Thread Akash Gunjal
tedman | larsks @ irc Cloud Engineering / OpenStack | " " @ twitter [attachment "attgzrko.dat" deleted by Akash Gunjal/India/IBM] ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Po

Re: [Openstack] ML2 Plugin and vif_type=binding_failed

2014-06-17 Thread Akash Gunjal
Hi, This error occurs when the config is wrong wither on controller or the compute. Check the ml2_conf.ini on controller and ovs_plugin.ini on the compute. Regards, Akash From: Heiko Krämer To: Akilesh K , Cc: "openstack@lists.openstack.org" Date: 06/17/2014 03:56 PM Subject:

[Openstack] Number of flat networks in openstack

2014-05-08 Thread Akash Gunjal
Hi, I am using openstack icehouse. Is there any limitation on the number of flat networks we can consume in openstack? Or we can have more than one flat networks in a single controller being used for network setup. Regards, Akash ___ Mailing list: htt

Re: [Openstack] DHCP configuration with openvSwitch

2014-05-05 Thread Akash Gunjal
dhcp and L2 agents running on my compute. Is there any other config required to ping the public IP of the VM from my controller? Regards, Akash From: Yu Xing YX Wang To: Akash Gunjal/India/IBM@IBMIN, Cc: Damon Wang , "openstack@lists.openstack.org" Date: 04/

Re: [Openstack] DHCP configuration with openvSwitch

2014-04-30 Thread Akash Gunjal
now we have narrowed down this issue where the iptables needs to be corrected so we do these operations with iptables service running and also able to connect to the VM from the floating IPs. Hope this data helps you for further analysis. Regards, Akash From: Akash Gunjal/India/IBM@IBMIN To

Re: [Openstack] DHCP configuration with openvSwitch

2014-04-30 Thread Akash Gunjal
EL 6.5 Regards, Akash From: Damon Wang To: Akash Gunjal/India/IBM@IBMIN, Cc: "openstack@lists.openstack.org" Date: 04/30/2014 06:06 AM Subject:Re: [Openstack] DHCP configuration with openvSwitch Hi Akash, Can you paste your log of /etc/message, normally, you&#

[Openstack] DHCP configuration with openvSwitch

2014-04-29 Thread Akash Gunjal
Hello, I am using icehouse version for doing my network setup using openvSwitch agent with ML2 plugin. I want to configure flat network with DHCP server so the IP gets assigned to the guest VMs after deployment. As part of this I have started the dhcp and openvSwitch agents on my compute node and