Re: [Openstack] router cannot communicate with external

2014-07-24 Thread ZHOU TAO A
dge = br-int bridge_mappings = physnet2:br-eth1,physnet1:br-ex Thanks Tao Original Message Subject:Re: [Openstack] router cannot communicate with external Date: Thu, 24 Jul 2014 23:22:43 +1200 From: Robert Collins To: ZHOU TAO A On 24 July 2014 14:56, ZHOU TA

Re: [Openstack] router cannot communicate with external

2014-07-24 Thread Akilesh K
In case you do not have/want to chat on gmail. I can give you a few hints. 1. Make sure ip forwarding is enabled. 'sysctl net.ipv4.ip_forward' 2. Inside the router namespace check the iptable rules. 'ip netns exec qrouter-e3119ff4-2fac-4226-9e63-009cfce8ac4c iptables-save' 3. ping the router inter

Re: [Openstack] router cannot communicate with external

2014-07-24 Thread ZHOU TAO A
Here's the routes in the router: [root@ih-controller images]# ip netns exec qrouter-e3119ff4-2fac-4226-9e63-009cfce8ac4c route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.48.1.0 0.0.0.0 255.255.255.0 U 0 00

Re: [Openstack] router cannot communicate with external

2014-07-23 Thread Remo Mattei
ff4-2fac-4226-9e63-009cfce8ac4croute –n > also share the route of qdhcp and the instance. > > Regards, > Subbareddy, > Persistent systems ltd. > > From: ZHOU TAO A [mailto:tao.a.z...@alcatel-lucent.com] > Sent: Thursday, July 24, 2014 8:26 AM > To: openstack@lists.openstack

Re: [Openstack] router cannot communicate with external

2014-07-23 Thread Chinasubbareddy M
, July 24, 2014 8:26 AM To: openstack@lists.openstack.org Subject: Re: [Openstack] router cannot communicate with external Hi, I have installed icehouse with ovs vlan configuration. Network node and controller node coexists. The problem is I can ping the public IP address of my router but cannot

Re: [Openstack] router cannot communicate with external

2014-07-23 Thread ZHOU TAO A
Hi, I have installed icehouse with ovs vlan configuration. Network node and controller node coexists. The problem is I can ping the public IP address of my router but cannot ping external gateway from my instance. My instance has internal IP 192.48.1.51 and a floating IP 135.252.167.187. My