icehouse RHEL external port down| VMs with external IPS not accessible
I have several issues with my new installation. But ill add different questions in ask.openstack
I did not install openswitch plugin, i am using the ML2 plugin
The issue is networking with my new VMS. i have a demo network, demo subnet, demo router. The router has two interfaces, one for the internal network, the other for the external. I am able to ping the external port IP 172.16.11.10, but state says its DOWN, VM IPS 172.16.11.16 and 172.16.11.18, I am not able to ping any vas with public IPS on the 172.16.11.0/16 network. I have two VMS currently running.
Does the router saying its DOWN? Says its down, but i can ping 172.16.11.10 , but thats it.
root@controller ~]# neutron port-show 82f675e4-3843-48b2-af99-da7d98139ae1
+-----------------------+-------------------------------------------------------------------------------------+
| Field | Value |
+-----------------------+-------------------------------------------------------------------------------------+
| admin_state_up | True |
| allowed_address_pairs | |
| binding:host_id | network |
| binding:profile | {} |
| binding:vif_details | {"port_filter": true, "ovs_hybrid_plug": true} |
| binding:vif_type | ovs |
| binding:vnic_type | normal |
| device_id | dd6d5c92-e93a-4583-8a82-d45b728868c6 |
| device_owner | network:router_gateway |
| extra_dhcp_opts | |
| fixed_ips | {"subnet_id": "d09ccb0b-5e78-4f35-814e-d9298d9b9781", "ip_address": "172.16.11.10"} |
| id | 82f675e4-3843-48b2-af99-da7d98139ae1 |
| mac_address | fa:16:3e:a4:3e:31 |
| name | |
| network_id | abc33382-5f10-45a8-b9d6-1282f76dcedc |
| security_groups | |
| status | DOWN |
| tenant_id | |
+-----------------------+-------------------------------------------------------------------------------------+
Please, format your text.
I also met.if you use nova-network can be create instance ;
now,i don't know why use neutron produce error;; neutron agent-list alive is status xxx you can read ---> https://bugzilla.redhat.com/show_bug.cgi?id=1066519 (link text)
Please , reproduce this report for demo's qdhcp-xxxxxxxx namespace , sourcing demo's credentials.
If you have not empty output for
$ ip netns list | grep router_id ( for any router)
Then run :-
$ ip netns exec qrouter-router-id iptables -S -t nat
I was able to get the output for ip netns list
and here is the output of the routers
[
(more)