network:router_gateway port down, when adding external network [closed]
I'm in the last step of configuring all-in-one Openstack system with neutron+GRE.
I try multiples times to configure external network, with CIDR 192.168.1.0/24 gateway ip 192.168.1.254.
- Port of network:router_gateway gets the ip 192.168.1.121, but the port status is always down.
- Port of network:dhcp gets the ip of 192.168.1.120, and the port status is alive
In l3-agent.log, qpid complains: Failed to consume message from queue: connection aborted
Then I try to ping 192.168.1.120 from the router's network namespace. And tcpdump complains: "192.168.1.121 > 192.168.1.121: ICMP host 192.168.1.120 unreachable, length 92...."
ping goole.com(173.194.127.116), complains the similar: "192.168.1.121 > 192.168.1.121: ICMP host 173.194.127.116 unreachable, length 92"
Detail info: http://paste.openstack.org/show/54296/
This post is a really long time idle. Are you still experiencing this problem?