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)Please do not add "answers" that are in fact updates to your original question. Either comment here or, ideally, update the question itself.
OK, I'm still getting use to using this interface.
I am able to attach my router to the external network, but i cannot ping the public/external interface.
(more)Please, post
$ neutron net-list ( I remember you did, but I don't see it in thread )
$ neutron router-list
$ ifconfig
$ ovs-vsctl show
on Controller ( is it AIO or Multi Node Setup ?)
Please,run also:-
$ ip netns exec qrouter-6dcf46c4-690c-44cd-b17e-85652ce0e6b7 ping 172.16.1.119
$ ip netns exec qrouter-c9e4e2fa-211c-4178-b571-7976967b2f8d ping 172.16.1.119
One of them is supposed to succeed another one to fail, because I don't have
router-list report now
Yes my setup is multi node, 1 controller, 1 network and 1 compute node.
from controller node
ifconfig on controller only shows my management interface, and ovs-vsctl show, displays nothing. Below is from the controller node output .
(more)