============================== Steps followed 1. Create a Network - N1 OK 2. Create an IPv4 subnet on that network - V4N1 OK 3. Create a Ipv6 subnet on that network - V6N1 OK 4. Create a Router R1 and add only the IPv6 subnet to that router OK 5. Make sure the DHCP Agent running is capable of supporting both IPv4 and IPv6 (like upstream CSIT) 5. Then boot 4 VMs on the Network (not the subnet). All those VMs will come up as DualStack VMs. Booted 3 VMs only. DualStack VM confirmed. OK 6. Make sure all the 4 VMs got both the IPv4 and IPv6 addresses correctly. OK. VM1, VM2, VM3. 7. Make sure FIB shows only the IPv6 address prefixes of V6N1 subnet. NOK. FIB shows also the IPv4 entries. 8. Just make sure that IPv6 to IPv6 communication between all the 4 VMs are working. OK 9. Just make that IPv4 to IPv4 communication between all the 4 VMs are working. OK 10. Create another new network N2 and an IPv4 subnet V4N2 on that new network. OK 11. Add that subnet V4N2 to the same router R1 of Step 4. OK 11. Boot 2 more VMs with network N2. Booted 1 VM only. VM4. OK 10. Make sure FIB now additionally shows the two IPv4 VM prefixes of V4N2 subnet. YES 11. Make sure that both those VMs of step 11 are able to communicate with each other on IPv4 prefixes. Just did a ping between DHCP Server and VM4. OK 12. Make sure that both those VMs of N2 of Step 11 are not able to communicate over IPv4 to the VMs on Network N1. OK. tried to ping between VM4 and VM1/2/3. Test was NOK. 13. Now delete subnet V6N1 from Router R1. ( router-interface-delete) 14. Make sure all IPv6 FIB Entries of V6N1 disappear. OK. Observation : also IPv4 FIB entries disappear 15. Then delete subnet V4N2 from Router R1. ( router-interface-delete) 16. Make sure all the IPv4 FIB Entries of V4N2 disappear. OK 17. Delete the Router R1. Make sure VRF Table for R1 disappears. OK ============================== Traces OpenDaylight odl@odl1-deray:~/vpnservice-karaf-0.5.1-SNAPSHOT\> ./bin/client Logging in as karaf ________ ________ .__ .__ .__ __ \_____ \ ______ ____ ____ \______ \ _____ ___.__.| | |__| ____ | |___/ |_ / | \\____ \_/ __ \ / \ | | \\__ \< | || | | |/ ___\| | \ __\ / | \ |_> > ___/| | \| ` \/ __ \\___ || |_| / /_/ > Y \ | \_______ / __/ \___ >___| /_______ (____ / ____||____/__\___ /|___| /__| \/|__| \/ \/ \/ \/\/ /_____/ \/ Hit '' for a list of available commands and '[cmd] --help' for help on a specific command. Hit '' or type 'system:shutdown' or 'logout' to shutdown OpenDaylight. opendaylight-user@root>feature:install odl-netvirt-openstack opendaylight-user@root>feature:install odl-dlux-core opendaylight-user@root>feature:install odl-restconf opendaylight-user@root>feature:install odl-restconf-noauth opendaylight-user@root>log:set TRACE org.opendaylight.netvirt.neutronvpn opendaylight-user@root>log:set TRACE org.opendaylight.netvirt.vpnmanager opendaylight-user@root>log:set TRACE org.opendaylight.netvirt.fibmanager opendaylight-user@root>log:set TRACE org.opendaylight.netvirt.natservice opendaylight-user@root> opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2::1/128 0.0.0.0 100001 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fea4:e1ae/128 192.168.0.1 100003 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.2/32 192.168.0.1 100002 l opendaylight-user@root>! VMS are created ( 2) Command not found: ! opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fe85:d083/128 192.168.0.2 100007 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.6/32 192.168.0.2 100006 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fea4:e1ae/128 192.168.0.1 100003 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.2/32 192.168.0.1 100002 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2::1/128 0.0.0.0 100001 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.10/32 192.168.0.3 100004 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fe44:cbd7/128 192.168.0.3 100005 l opendaylight-user@root>!3 VMs feature:install odl-restconfVMs Error executing command: No matching features for odl-restconfVMs/0.0.0 opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fe85:d083/128 192.168.0.2 100007 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.6/32 192.168.0.2 100006 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fed5:bf1d/128 192.168.0.3 100008 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fea4:e1ae/128 192.168.0.1 100003 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.3/32 192.168.0.3 100009 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.2/32 192.168.0.1 100002 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2::1/128 0.0.0.0 100001 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.10/32 192.168.0.3 100004 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fe44:cbd7/128 192.168.0.3 100005 l opendaylight-user@root>! second subnet ipv4 attached to router1 Command not found: ! opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fe85:d083/128 192.168.0.2 100007 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.6/32 192.168.0.2 100006 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fed5:bf1d/128 192.168.0.3 100008 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fea4:e1ae/128 192.168.0.1 100003 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.3/32 192.168.0.3 100009 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.2/32 192.168.0.1 100002 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2::1/128 0.0.0.0 100001 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.10/32 192.168.0.3 100004 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.2/32 192.168.0.1 100011 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.1/32 0.0.0.0 100010 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fe44:cbd7/128 192.168.0.3 100005 l opendaylight-user@root>^C opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fe85:d083/128 192.168.0.2 100007 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.6/32 192.168.0.2 100006 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fed5:bf1d/128 192.168.0.3 100008 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fea4:e1ae/128 192.168.0.1 100003 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.3/32 192.168.0.3 100009 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.2/32 192.168.0.1 100002 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2::1/128 0.0.0.0 100001 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 15.0.0.10/32 192.168.0.3 100004 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.2/32 192.168.0.1 100011 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.1/32 0.0.0.0 100010 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.12/32 192.168.0.2 100012 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 2001:db8:0:2:f816:3eff:fe44:cbd7/128 192.168.0.3 100005 l opendaylight-user@root> opendaylight-user@root> opendaylight-user@root> opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.2/32 192.168.0.1 100011 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.12/32 192.168.0.2 100012 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.1/32 0.0.0.0 100010 l opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.2/32 192.168.0.1 100011 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.12/32 192.168.0.2 100012 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.1/32 0.0.0.0 100010 l opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.2/32 192.168.0.1 100011 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.12/32 192.168.0.2 100012 l 51b2685c-0757-40a3-a1eb-1e59ff520a38 25.0.0.1/32 0.0.0.0 100010 l opendaylight-user@root>! PB: step 14 : not only IPv6 FIB entries disappeared , but also IPv4 entries from router1 Command not found: ! opendaylight-user@root>! not really an issue, since IPv4 entries were "belonging" to router1. Command not found: ! opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- opendaylight-user@root>fib-show RD Prefix NextHop Label Origin ------------------------------------------------------------------- opendaylight-user@root>vpn-show ----------------------------------------------------------------------- VpnInstanceName RD Config Count Oper Count ----------------------------------------------------------------------- 51b2685c-0757-40a3-a1eb-1e59ff520a38 null 0 0 ----------------------------------------------------------------------- Total Count: 0 0 Usage:To display vpn-interfaces for a particular vpnInstance vpn-show --detail [] opendaylight-user@root> ============================== Traces OpenStack [stack@controller-deray ~]> neutron security-group-create X Created a new security_group: +----------------------+-----------------------------------------------------------------------------------+ | Field | Value | +----------------------+-----------------------------------------------------------------------------------+ | created_at | 2017-10-19T08:07:34Z | | description | | | id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | name | X | | project_id | b8792843b2654d2ca2db014e3af65c2a | | revision_number | 1 | | security_group_rules | {"remote_group_id": null, "direction": "egress", "protocol": null, "description": | | | null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, | | | "updated_at": "2017-10-19T08:07:34Z", "security_group_id": | | | "1794da1c-1491-4483-aee0-a35d6eb67b0a", "port_range_min": null, | | | "revision_number": 1, "tenant_id": "b8792843b2654d2ca2db014e3af65c2a", | | | "created_at": "2017-10-19T08:07:34Z", "project_id": | | | "b8792843b2654d2ca2db014e3af65c2a", "id": "e5d84434-1cb5-4590-96e2-6dfe42de2630"} | | | {"remote_group_id": null, "direction": "egress", "protocol": null, "description": | | | null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, | | | "updated_at": "2017-10-19T08:07:34Z", "security_group_id": | | | "1794da1c-1491-4483-aee0-a35d6eb67b0a", "port_range_min": null, | | | "revision_number": 1, "tenant_id": "b8792843b2654d2ca2db014e3af65c2a", | | | "created_at": "2017-10-19T08:07:34Z", "project_id": | | | "b8792843b2654d2ca2db014e3af65c2a", "id": "e9677e3a-a290-4ed7-95ef-ae683b114491"} | | tenant_id | b8792843b2654d2ca2db014e3af65c2a | | updated_at | 2017-10-19T08:07:34Z | +----------------------+-----------------------------------------------------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --ingress --dst-port 1:65535 --protocol tcp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:36Z | | description | | | direction | ingress | | ethertype | IPv4 | | headers | | | id | 9aa04258-79cd-4562-b644-cc9e1191827f | | port_range_max | 65535 | | port_range_min | 1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | tcp | | remote_group_id | None | | remote_ip_prefix | 0.0.0.0/0 | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:36Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --egress --dst-port 1:65535 --protocol tcp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:37Z | | description | | | direction | egress | | ethertype | IPv4 | | headers | | | id | 885bbe3b-7e1b-4865-bac0-d71c1de8a9a1 | | port_range_max | 65535 | | port_range_min | 1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | tcp | | remote_group_id | None | | remote_ip_prefix | 0.0.0.0/0 | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:37Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --egress --dst-port 1:65535 --protocol udp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:38Z | | description | | | direction | egress | | ethertype | IPv4 | | headers | | | id | 6a3f3974-b478-425f-aa3e-b9ff612a96f6 | | port_range_max | 65535 | | port_range_min | 1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | udp | | remote_group_id | None | | remote_ip_prefix | 0.0.0.0/0 | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:38Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --ingress --dst-port 1:65535 --protocol udp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:39Z | | description | | | direction | ingress | | ethertype | IPv4 | | headers | | | id | 71fd4dff-d70d-409a-8ae5-246fad6f0f57 | | port_range_max | 65535 | | port_range_min | 1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | udp | | remote_group_id | None | | remote_ip_prefix | 0.0.0.0/0 | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:39Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --ingress --protocol icmp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:41Z | | description | | | direction | ingress | | ethertype | IPv4 | | headers | | | id | 87037553-4e4f-4e50-8fcf-7bd57652ac7f | | port_range_max | None | | port_range_min | None | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | icmp | | remote_group_id | None | | remote_ip_prefix | 0.0.0.0/0 | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:41Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --egress --protocol icmp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:42Z | | description | | | direction | egress | | ethertype | IPv4 | | headers | | | id | 7d0e75ed-8637-494d-a6e5-e332292958bd | | port_range_max | None | | port_range_min | None | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | icmp | | remote_group_id | None | | remote_ip_prefix | 0.0.0.0/0 | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:42Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --ingress --ethertype IPv6 --dst-port 1:65535 --protocol tcp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:43Z | | description | | | direction | ingress | | ethertype | IPv6 | | headers | | | id | 9d5d930b-7efd-4c35-8f59-b61105df5baa | | port_range_max | 65535 | | port_range_min | 1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | tcp | | remote_group_id | None | | remote_ip_prefix | None | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:43Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --ingress --ethertype IPv6 --dst-port 1:65535 --protocol udp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:44Z | | description | | | direction | ingress | | ethertype | IPv6 | | headers | | | id | 95826e6f-1f82-42fe-9c47-f323797c7f66 | | port_range_max | 65535 | | port_range_min | 1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | udp | | remote_group_id | None | | remote_ip_prefix | None | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:44Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --egress --ethertype IPv6 --dst-port 1:65535 --protocol udp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:46Z | | description | | | direction | egress | | ethertype | IPv6 | | headers | | | id | 69ad6384-da85-40c4-8a2b-204fe890f74e | | port_range_max | 65535 | | port_range_min | 1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | udp | | remote_group_id | None | | remote_ip_prefix | None | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:46Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --egress --ethertype IPv6 --dst-port 1:65535 --protocol tcp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:47Z | | description | | | direction | egress | | ethertype | IPv6 | | headers | | | id | 77ef117f-5e26-40f0-b505-a72851c1f5e1 | | port_range_max | 65535 | | port_range_min | 1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | tcp | | remote_group_id | None | | remote_ip_prefix | None | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:47Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --ingress --ethertype IPv6 --protocol icmp +-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:48Z | | description | | | direction | ingress | | ethertype | IPv6 | | headers | | | id | 2539cf91-0edf-448a-9456-4e9c7f17a40a | | port_range_max | None | | port_range_min | None | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | icmp | | remote_group_id | None | | remote_ip_prefix | None | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:48Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> openstack security group rule create X --egress --ethertype IPv6 --protocol icmp+-------------------+--------------------------------------+ | Field | Value | +-------------------+--------------------------------------+ | created_at | 2017-10-19T08:07:49Z | | description | | | direction | egress | | ethertype | IPv6 | | headers | | | id | 59d88e20-e6d9-4013-a279-887bbd289266 | | port_range_max | None | | port_range_min | None | | project_id | b8792843b2654d2ca2db014e3af65c2a | | project_id | b8792843b2654d2ca2db014e3af65c2a | | protocol | icmp | | remote_group_id | None | | remote_ip_prefix | None | | revision_number | 1 | | security_group_id | 1794da1c-1491-4483-aee0-a35d6eb67b0a | | updated_at | 2017-10-19T08:07:49Z | +-------------------+--------------------------------------+ [stack@controller-deray ~]> neutron net-create N1 Created a new network: +---------------------------+--------------------------------------+ | Field | Value | +---------------------------+--------------------------------------+ | admin_state_up | True | | availability_zone_hints | | | availability_zones | | | created_at | 2017-10-19T08:08:00Z | | description | | | id | d7bf6a09-9261-4d74-b288-30ff3fca2d62 | | ipv4_address_scope | | | ipv6_address_scope | | | mtu | 1450 | | name | N1 | | port_security_enabled | True | | project_id | b8792843b2654d2ca2db014e3af65c2a | | provider:network_type | vxlan | | provider:physical_network | | | provider:segmentation_id | 29 | | revision_number | 3 | | router:external | False | | shared | False | | status | ACTIVE | | subnets | | | tags | | | tenant_id | b8792843b2654d2ca2db014e3af65c2a | | updated_at | 2017-10-19T08:08:00Z | +---------------------------+--------------------------------------+ [stack@controller-deray ~]> neutron subnet-create --name V6N1 --ip-version 6 --ipv6-ra-mode slaac --ipv6-address-mode slaac N1 2001:db8:0:2::/64 Created a new subnet: +-------------------+-------------------------------------------------------------------------+ | Field | Value | +-------------------+-------------------------------------------------------------------------+ | allocation_pools | {"start": "2001:db8:0:2::2", "end": "2001:db8:0:2:ffff:ffff:ffff:ffff"} | | cidr | 2001:db8:0:2::/64 | | created_at | 2017-10-19T08:08:01Z | | description | | | dns_nameservers | | | enable_dhcp | True | | gateway_ip | 2001:db8:0:2::1 | | host_routes | | | id | 9f58526f-1f13-402a-8291-45e14d540ff9 | | ip_version | 6 | | ipv6_address_mode | slaac | | ipv6_ra_mode | slaac | | name | V6N1 | | network_id | d7bf6a09-9261-4d74-b288-30ff3fca2d62 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | revision_number | 2 | | service_types | | | subnetpool_id | | | tenant_id | b8792843b2654d2ca2db014e3af65c2a | | updated_at | 2017-10-19T08:08:01Z | +-------------------+-------------------------------------------------------------------------+ [stack@controller-deray ~]> neutron subnet-create --name V4N1 N1 15.0.0.0/24 Created a new subnet: +-------------------+--------------------------------------------+ | Field | Value | +-------------------+--------------------------------------------+ | allocation_pools | {"start": "15.0.0.2", "end": "15.0.0.254"} | | cidr | 15.0.0.0/24 | | created_at | 2017-10-19T08:08:02Z | | description | | | dns_nameservers | | | enable_dhcp | True | | gateway_ip | 15.0.0.1 | | host_routes | | | id | 2dc50711-7bcb-4534-a743-287bdc1b39a9 | | ip_version | 4 | | ipv6_address_mode | | | ipv6_ra_mode | | | name | V4N1 | | network_id | d7bf6a09-9261-4d74-b288-30ff3fca2d62 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | revision_number | 2 | | service_types | | | subnetpool_id | | | tenant_id | b8792843b2654d2ca2db014e3af65c2a | | updated_at | 2017-10-19T08:08:02Z | +-------------------+--------------------------------------------+ [stack@controller-deray ~]> neutron router-create router1 Created a new router: +-----------------------+--------------------------------------+ | Field | Value | +-----------------------+--------------------------------------+ | admin_state_up | True | | created_at | 2017-10-19T08:08:04Z | | description | | | distributed | False | | external_gateway_info | | | id | 51b2685c-0757-40a3-a1eb-1e59ff520a38 | | name | router1 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | revision_number | 3 | | routes | | | status | ACTIVE | | tenant_id | b8792843b2654d2ca2db014e3af65c2a | | updated_at | 2017-10-19T08:08:04Z | +-----------------------+--------------------------------------+ [stack@controller-deray ~]> neutron router-interface-add router1 V6N1 Added interface 18b6c4a7-8983-45f9-b5df-192b25220acf to router router1. [stack@controller-deray ~]> neutron port-list +--------------------------------------+------+-------------------+---------------------------------------+ | id | name | mac_address | fixed_ips | +--------------------------------------+------+-------------------+---------------------------------------+ | 18b6c4a7-8983-45f9-b5df-192b25220acf | | fa:16:3e:ad:bb:c9 | {"subnet_id": "9f58526f- | | | | | 1f13-402a-8291-45e14d540ff9", | | | | | "ip_address": "2001:db8:0:2::1"} | | 1e6efceb-719e-4e17-af5f-8515c2cbc95e | | fa:16:3e:a4:e1:ae | {"subnet_id": "2dc50711-7bcb-4534-a74 | | | | | 3-287bdc1b39a9", "ip_address": | | | | | "15.0.0.2"} | | | | | {"subnet_id": "9f58526f- | | | | | 1f13-402a-8291-45e14d540ff9", | | | | | "ip_address": | | | | | "2001:db8:0:2:f816:3eff:fea4:e1ae"} | +--------------------------------------+------+-------------------+---------------------------------------+ [stack@controller-deray ~]> openstack server create --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic net-id=d7bf6a09-9261-4d74-b288-30ff3fca2d62 --security-group X VM1 +--------------------------------------+----------------------------------------------------------------+ | Field | Value | +--------------------------------------+----------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:host | None | | OS-EXT-SRV-ATTR:hypervisor_hostname | None | | OS-EXT-SRV-ATTR:instance_name | | | OS-EXT-STS:power_state | NOSTATE | | OS-EXT-STS:task_state | scheduling | | OS-EXT-STS:vm_state | building | | OS-SRV-USG:launched_at | None | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | | | adminPass | Cq4hbds6DD4U | | config_drive | | | created | 2017-10-19T08:09:08Z | | flavor | m1.tiny (1) | | hostId | | | id | e81f1fd2-b9a9-46cc-94ab-05172db4f683 | | image | cirros-0.3.4-x86_64-uec (313ec3b9-a95e-49b8-989d-c971e0a4fa11) | | key_name | None | | name | VM1 | | os-extended-volumes:volumes_attached | [] | | progress | 0 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | properties | | | security_groups | [{u'name': u'X'}] | | status | BUILD | | updated | 2017-10-19T08:09:08Z | | user_id | af70412b89f34f63ba46042c55626063 | +--------------------------------------+----------------------------------------------------------------+ [stack@controller-deray ~]> openstack server create --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic net-id=d7bf6a09-9261-4d74-b288-30ff3fca2d62 --security-group X VM2 +--------------------------------------+----------------------------------------------------------------+ | Field | Value | +--------------------------------------+----------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:host | None | | OS-EXT-SRV-ATTR:hypervisor_hostname | None | | OS-EXT-SRV-ATTR:instance_name | | | OS-EXT-STS:power_state | NOSTATE | | OS-EXT-STS:task_state | scheduling | | OS-EXT-STS:vm_state | building | | OS-SRV-USG:launched_at | None | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | | | adminPass | 6p5cfovHWMgx | | config_drive | | | created | 2017-10-19T08:09:13Z | | flavor | m1.tiny (1) | | hostId | | | id | c9244530-c8cf-4cf5-b356-b752ec567a15 | | image | cirros-0.3.4-x86_64-uec (313ec3b9-a95e-49b8-989d-c971e0a4fa11) | | key_name | None | | name | VM2 | | os-extended-volumes:volumes_attached | [] | | progress | 0 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | properties | | | security_groups | [{u'name': u'X'}] | | status | BUILD | | updated | 2017-10-19T08:09:13Z | | user_id | af70412b89f34f63ba46042c55626063 | +--------------------------------------+----------------------------------------------------------------+ [stack@controller-deray ~]> nova console-log VM1 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68) [ 0.000000] Command line: root=/dev/vda console=tty0 console=ttyS0 no_timer_check [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000001fffe000 (usable) [ 0.000000] BIOS-e820: 000000001fffe000 - 0000000020000000 (reserved) [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.4 present. [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x1fffe max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [ffff8800000f0b00] f0b00 [ 0.000000] init_memory_mapping: 0000000000000000-000000001fffe000 [ 0.000000] RAMDISK: 1fc5e000 - 1fff0000 [ 0.000000] ACPI: RSDP 00000000000f0950 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000001ffffbc1 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000001ffff1c0 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000001fffe040 01180 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000001fffe000 00040 [ 0.000000] ACPI: SSDT 000000001ffff234 008DD (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: APIC 000000001ffffb11 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 000000001ffffb89 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000001fffe000 [ 0.000000] Initmem setup node 0 0000000000000000-000000001fffe000 [ 0.000000] NODE_DATA [000000001fff6000 - 000000001fffafff] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal empty [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0001fffe [ 0.000000] ACPI: PM-Timer IO Port: 0xb008 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:dffc0000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001fa00000 s78848 r8192 d23552 u2097152 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128904 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/vda console=tty0 console=ttyS0 no_timer_check [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 496088k/524280k available (6576k kernel code, 452k absent, 27740k reserved, 6620k data, 928k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] NR_IRQS:4352 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 4194304 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 3403.438 MHz processor. [ 0.012554] Calibrating delay loop (skipped), value calculated using timer frequency.. 6806.87 BogoMIPS (lpj=13613752) [ 0.013348] pid_max: default: 32768 minimum: 301 [ 0.019171] Security Framework initialized [ 0.021626] AppArmor: AppArmor initialized [ 0.021881] Yama: becoming mindful. [ 0.025796] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.027033] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.028086] Mount-cache hash table entries: 256 [ 0.035273] Initializing cgroup subsys cpuacct [ 0.035660] Initializing cgroup subsys memory [ 0.036487] Initializing cgroup subsys devices [ 0.036753] Initializing cgroup subsys freezer [ 0.036986] Initializing cgroup subsys blkio [ 0.037225] Initializing cgroup subsys perf_event [ 0.039163] mce: CPU supports 10 MCE banks [ 0.041018] SMP alternatives: switching to UP code [ 0.227530] Freeing SMP alternatives: 24k freed [ 0.228384] ACPI: Core revision 20110623 [ 0.251402] ftrace: allocating 26610 entries in 105 pages [ 0.272782] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.273395] CPU0: AMD QEMU Virtual CPU version 2.0.0 stepping 03 [ 0.276016] Performance Events: Broken PMU hardware detected, using software events only. [ 0.278621] NMI watchdog disabled (cpu0): hardware events not enabled [ 0.279658] Brought up 1 CPUs [ 0.280108] Total of 1 processors activated (6806.87 BogoMIPS). [ 0.290986] devtmpfs: initialized [ 0.313875] EVM: security.selinux [ 0.314057] EVM: security.SMACK64 [ 0.314186] EVM: security.capability [ 0.324375] print_constraints: dummy: [ 0.325189] RTC time: 8:09:14, date: 10/19/17 [ 0.326402] NET: Registered protocol family 16 [ 0.330062] ACPI: bus type pci registered [ 0.331873] PCI: Using configuration type 1 for base access [ 0.344773] bio: create slab at 0 [ 0.347844] ACPI: Added _OSI(Module Device) [ 0.348067] ACPI: Added _OSI(Processor Device) [ 0.348239] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.348414] ACPI: Added _OSI(Processor Aggregator Device) [ 0.383499] ACPI: Interpreter enabled [ 0.383776] ACPI: (supports S0 S3 S4 S5) [ 0.384926] ACPI: Using IOAPIC for interrupt routing [ 0.424519] ACPI: No dock devices found. [ 0.424776] HEST: Table not found. [ 0.425057] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.428026] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.431551] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] [ 0.432092] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xadff] [ 0.432338] pci_root PNP0A03:00: host bridge window [io 0xae0f-0xaeff] [ 0.432574] pci_root PNP0A03:00: host bridge window [io 0xaf20-0xafdf] [ 0.432820] pci_root PNP0A03:00: host bridge window [io 0xafe4-0xffff] [ 0.433105] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.433443] pci_root PNP0A03:00: host bridge window [mem 0x20000000-0xfebfffff] [ 0.446321] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI [ 0.446876] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB [ 0.485281] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) [ 0.529175] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.530878] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.532513] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.534021] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.534955] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.540348] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.540890] vgaarb: loaded [ 0.541090] vgaarb: bridge control possible 0000:00:02.0 [ 0.543377] i2c-core: driver [aat2870] using legacy suspend method [ 0.543743] i2c-core: driver [aat2870] using legacy resume method [ 0.545855] SCSI subsystem initialized [ 0.548688] usbcore: registered new interface driver usbfs [ 0.549371] usbcore: registered new interface driver hub [ 0.550215] usbcore: registered new device driver usb [ 0.552990] PCI: Using ACPI for IRQ routing [ 0.561891] NetLabel: Initializing [ 0.562184] NetLabel: domain hash size = 128 [ 0.562429] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.564289] NetLabel: unlabeled traffic allowed by default [ 0.565824] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.566440] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.566927] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.578183] Switching to clocksource hpet [ 0.685791] AppArmor: AppArmor Filesystem Enabled [ 0.686723] pnp: PnP ACPI init [ 0.687075] ACPI: bus type pnp registered [ 0.699600] pnp: PnP ACPI: found 9 devices [ 0.699839] ACPI: ACPI bus type pnp unregistered [ 0.732638] NET: Registered protocol family 2 [ 0.751844] IP route cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.756814] TCP established hash table entries: 16384 (order: 6, 262144 bytes) [ 0.757706] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.758872] TCP: Hash tables configured (established 16384 bind 16384) [ 0.759209] TCP reno registered [ 0.759480] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.759810] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.761573] NET: Registered protocol family 1 [ 0.761968] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.762221] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.762564] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.766234] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.766979] pci 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 0.768047] pci 0000:00:01.2: PCI INT D disabled [ 0.778590] Trying to unpack rootfs image as initramfs... [ 0.788003] audit: initializing netlink socket (disabled) [ 0.789048] type=2000 audit(1508400554.788:1): initialized [ 0.918299] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.954070] VFS: Disk quotas dquot_6.5.2 [ 0.954759] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.997166] fuse init (API version 7.17) [ 0.998410] msgmni has been set to 968 [ 1.025465] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 1.026141] io scheduler noop registered [ 1.026323] io scheduler deadline registered (default) [ 1.026850] io scheduler cfq registered [ 1.028651] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.029588] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.032331] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.033059] ACPI: Power Button [PWRF] [ 1.055184] ERST: Table is not found! [ 1.055390] GHES: HEST is not enabled! [ 1.061950] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.062369] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 10 (level, high) -> IRQ 10 [ 1.065234] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 1.073236] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.073490] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 [ 1.081693] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.104481] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.146953] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.219033] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.262650] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.287524] Linux agpgart interface v0.103 [ 1.318938] brd: module loaded [ 1.336863] loop: module loaded [ 1.356391] vda: unknown partition table [ 1.380878] scsi0 : ata_piix [ 1.382140] scsi1 : ata_piix [ 1.382716] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.382952] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.387343] Fixed MDIO Bus: probed [ 1.387696] tun: Universal TUN/TAP device driver, 1.6 [ 1.387857] tun: (C) 1999-2004 Max Krasnyansky [ 1.393841] PPP generic driver version 2.4.2 [ 1.404789] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.405263] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.405577] uhci_hcd: USB Universal Host Controller Interface driver [ 1.405954] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 1.407100] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.414639] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.415463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.421895] hub 1-0:1.0: USB hub found [ 1.422352] hub 1-0:1.0: 2 ports detected [ 1.424849] usbcore: registered new interface driver libusual [ 1.425693] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.428363] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.428730] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.441158] mousedev: PS/2 mouse device common for all mice [ 1.443907] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.445934] rtc_cmos 00:01: RTC can wake from S4 [ 1.453280] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 1.454117] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs [ 1.455092] device-mapper: uevent: version 1.0.3 [ 1.456333] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com [ 1.457189] cpuidle: using governor ladder [ 1.457390] cpuidle: using governor menu [ 1.457531] EFI Variables Facility v0.08 2004-May-17 [ 1.461434] TCP cubic registered [ 1.462778] NET: Registered protocol family 10 [ 1.471613] NET: Registered protocol family 17 [ 1.471979] Registering the dns_resolver key type [ 1.497158] Freeing initrd memory: 3656k freed [ 1.505127] registered taskstats version 1 [ 1.690114] Magic number: 5:914:169 [ 1.690989] rtc_cmos 00:01: setting system clock to 2017-10-19 08:09:15 UTC (1508400555) [ 1.691335] powernow-k8: Processor cpuid 663 not supported [ 1.692847] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.693064] EDD information not available. [ 1.709986] Freeing unused kernel memory: 928k freed [ 1.728857] Write protecting the kernel read-only data: 12288k [ 1.759430] Freeing unused kernel memory: 1596k freed [ 1.782707] Freeing unused kernel memory: 1184k freed info: initramfs: up at 1.86 modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep info: copying initramfs to /dev/vda info: initramfs loading root from /dev/vda info: /etc/init.d/rc.sysinit: up at 4.91 info: container: none Starting logging: OK modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK cirros-ds 'local' up at 5.95 no results found for mode=local. up 6.17. searched: nocloud configdrive ec2 Starting network... udhcpc (v1.20.1) started Sending discover... Sending select for 15.0.0.10... Lease of 15.0.0.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "15.0.0.1" cirros-ds 'net' up at 6.99 checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 7.20. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data found datasource (ec2, net) Starting dropbear sshd: generating rsa key... generating dsa key... OK /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 3403.438 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: AMD-V RAM Size: 491MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 cirros-rootfs / === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAglbT6ENmVuwowjedabqc4e0fvs5VKSlv2L1kYO0FrqfdcrNYqooyGizPEXTdZ6BAvWHhAt5cqF5Hhd3GkFEo2cY6hq61dObtI7piJOixO+TkNIVidyMo1rkQH3DrEF4o3baohdripLBiXLcSdixDa8oAPuCkL/kvaSBWQGG7dLoX0R0= root@vm1 ssh-dss AAAAB3NzaC1kc3MAAACBAPs7NIMeS1Ty/t74yUq69IAjP58zFHmjrgjWHeKDWtZsYYM/DZ3R5CqavypA7GFCBxPFe7iIjXy9t1l4tSrS79KshPZp/voXsEqlOz7ETyyuQ5CGIcLsaKY1pRhG3Yu9TDungQyVWSa8FCXrKAHl1ACKUy/urWRuqf30xgfln5E/AAAAFQDh3nm4CDciiSEfWB6dhS4W+Zzx0wAAAIEA6hpcMVRD3QADS+yRsjnTXe8FSaO1uLsh5zYSjB4XYIpBw9R0SKPwreLopZzaKoGH4aCZovknlvbjrOODSxm2HyX226x8VG4bG6KHZizDo43fprLYAWUR5hNmXWhbW9emsdXcxsh8IogAJfmhapL4lxm7RUy4laIxFD20qSc+yO4AAACBANoOu6Nx/24fYVAB1kJUdR+2B0SO3NKieE3pTsrGqkuz0RN8YRiswZkFtXKFPjFH0qb4rH/gwup0AyfmcxncnfRS4zxA/NY8GS0lJfWsLiiKSomCZO9zYLUy5DVap6uGYzF33vzKYISSK0MaAy98DmcqU2BufZ5iksuT2B6AKcpY root@vm1 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,::1 if-info: eth0,up,15.0.0.10,24,fe80::f816:3eff:fe44:cbd7 ip-route:default via 15.0.0.1 dev eth0 ip-route:15.0.0.0/24 dev eth0 src 15.0.0.10 ip-route:169.254.169.254 via 15.0.0.2 dev eth0 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: vm1.novalocal launch-index: 0 === cirros: current=0.3.4 uptime=12.44 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Starting dropbear sshd: OK ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:44:CB:D7 inet addr:15.0.0.10 Bcast:15.0.0.255 Mask:255.255.255.0 inet6 addr: 2001:db8:0:2:f816:3eff:fe44:cbd7/64 Scope:Global inet6 addr: fe80::f816:3eff:fe44:cbd7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:73 errors:0 dropped:2 overruns:0 frame:0 TX packets:99 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:7824 (7.6 KiB) TX bytes:9881 (9.6 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 15.0.0.1 0.0.0.0 UG 0 0 0 eth0 15.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 15.0.0.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 15.0.0.2 ### ping -c 5 15.0.0.1 PING 15.0.0.1 (15.0.0.1): 56 data bytes --- 15.0.0.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 15.0.0.2 PING 15.0.0.2 (15.0.0.2): 56 data bytes 64 bytes from 15.0.0.2: seq=0 ttl=64 time=5.019 ms 64 bytes from 15.0.0.2: seq=1 ttl=64 time=1.340 ms 64 bytes from 15.0.0.2: seq=2 ttl=64 time=1.034 ms 64 bytes from 15.0.0.2: seq=3 ttl=64 time=1.079 ms 64 bytes from 15.0.0.2: seq=4 ttl=64 time=1.236 ms --- 15.0.0.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 1.034/1.941/5.019 ms ### uname -a Linux vm1 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 12713 0 nls_cp437 16991 0 vfat 17585 0 fat 61512 1 vfat isofs 40259 0 ip_tables 27473 0 x_tables 29891 1 ip_tables pcnet32 42119 0 8139cp 27360 0 ne2k_pci 13691 0 8390 18856 1 ne2k_pci e1000 108589 0 acpiphp 24231 0 ### dmesg | tail [ 2.042460] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker [ 2.060807] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) [ 2.079255] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 2.100172] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.225699] kjournald starting. Commit interval 5 seconds [ 2.226715] EXT3-fs (vda): mounted filesystem with ordered data mode [ 2.349944] kjournald starting. Commit interval 5 seconds [ 2.354902] EXT3-fs (vda): using internal journal [ 2.355009] EXT3-fs (vda): mounted filesystem with ordered data mode [ 4.941200] EXT3-fs (vda): using internal journal ### tail -n 25 /var/log/messages Oct 19 09:09:19 cirros kern.info kernel: [ 1.997649] acpiphp: Slot [21] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.997969] acpiphp: Slot [22] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.998202] acpiphp: Slot [23] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.998431] acpiphp: Slot [24] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.998638] acpiphp: Slot [25] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.998861] acpiphp: Slot [26] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.999074] acpiphp: Slot [27] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.999328] acpiphp: Slot [28] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.999561] acpiphp: Slot [29] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.999762] acpiphp: Slot [30] registered Oct 19 09:09:19 cirros kern.info kernel: [ 1.999958] acpiphp: Slot [31] registered Oct 19 09:09:19 cirros kern.info kernel: [ 2.023380] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Oct 19 09:09:19 cirros kern.info kernel: [ 2.023413] e1000: Copyright (c) 1999-2006 Intel Corporation. Oct 19 09:09:19 cirros kern.info kernel: [ 2.042460] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Oct 19 09:09:19 cirros kern.info kernel: [ 2.060807] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) Oct 19 09:09:19 cirros kern.info kernel: [ 2.079255] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Oct 19 09:09:19 cirros kern.info kernel: [ 2.100172] ip_tables: (C) 2000-2006 Netfilter Core Team Oct 19 09:09:19 cirros kern.info kernel: [ 2.225699] kjournald starting. Commit interval 5 seconds Oct 19 09:09:19 cirros kern.info kernel: [ 2.226715] EXT3-fs (vda): mounted filesystem with ordered data mode Oct 19 09:09:19 cirros kern.info kernel: [ 2.349944] kjournald starting. Commit interval 5 seconds Oct 19 09:09:19 cirros kern.info kernel: [ 2.354902] EXT3-fs (vda): using internal journal Oct 19 09:09:19 cirros kern.info kernel: [ 2.355009] EXT3-fs (vda): mounted filesystem with ordered data mode Oct 19 09:09:19 cirros kern.info kernel: [ 4.941200] EXT3-fs (vda): using internal journal Oct 19 09:09:24 cirros auth.notice su: + /dev/console root:cirros Oct 19 09:09:25 cirros authpriv.info dropbear[289]: Running in background ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root. vm1 login: [stack@controller-deray ~]> nova console-log VM2 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68) [ 0.000000] Command line: root=/dev/vda console=tty0 console=ttyS0 no_timer_check [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000001fffe000 (usable) [ 0.000000] BIOS-e820: 000000001fffe000 - 0000000020000000 (reserved) [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.4 present. [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x1fffe max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [ffff8800000f0b00] f0b00 [ 0.000000] init_memory_mapping: 0000000000000000-000000001fffe000 [ 0.000000] RAMDISK: 1fc5e000 - 1fff0000 [ 0.000000] ACPI: RSDP 00000000000f0950 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000001ffffbc1 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000001ffff1c0 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000001fffe040 01180 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000001fffe000 00040 [ 0.000000] ACPI: SSDT 000000001ffff234 008DD (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: APIC 000000001ffffb11 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 000000001ffffb89 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000001fffe000 [ 0.000000] Initmem setup node 0 0000000000000000-000000001fffe000 [ 0.000000] NODE_DATA [000000001fff6000 - 000000001fffafff] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal empty [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0001fffe [ 0.000000] ACPI: PM-Timer IO Port: 0xb008 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:dffc0000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001fa00000 s78848 r8192 d23552 u2097152 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128904 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/vda console=tty0 console=ttyS0 no_timer_check [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 496088k/524280k available (6576k kernel code, 452k absent, 27740k reserved, 6620k data, 928k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] NR_IRQS:4352 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 4194304 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 3403.357 MHz processor. [ 0.016793] Calibrating delay loop (skipped), value calculated using timer frequency.. 6806.71 BogoMIPS (lpj=13613428) [ 0.017928] pid_max: default: 32768 minimum: 301 [ 0.025085] Security Framework initialized [ 0.028605] AppArmor: AppArmor initialized [ 0.028969] Yama: becoming mindful. [ 0.034609] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.036806] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.038186] Mount-cache hash table entries: 256 [ 0.048903] Initializing cgroup subsys cpuacct [ 0.049484] Initializing cgroup subsys memory [ 0.050434] Initializing cgroup subsys devices [ 0.050831] Initializing cgroup subsys freezer [ 0.051165] Initializing cgroup subsys blkio [ 0.051522] Initializing cgroup subsys perf_event [ 0.054635] mce: CPU supports 10 MCE banks [ 0.057157] SMP alternatives: switching to UP code [ 0.295845] Freeing SMP alternatives: 24k freed [ 0.296371] ACPI: Core revision 20110623 [ 0.320953] ftrace: allocating 26610 entries in 105 pages [ 0.340667] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.341287] CPU0: AMD QEMU Virtual CPU version 2.0.0 stepping 03 [ 0.344020] Performance Events: Broken PMU hardware detected, using software events only. [ 0.345215] NMI watchdog disabled (cpu0): hardware events not enabled [ 0.345819] Brought up 1 CPUs [ 0.346007] Total of 1 processors activated (6806.71 BogoMIPS). [ 0.356794] devtmpfs: initialized [ 0.371331] EVM: security.selinux [ 0.371508] EVM: security.SMACK64 [ 0.371629] EVM: security.capability [ 0.381089] print_constraints: dummy: [ 0.381915] RTC time: 8:09:19, date: 10/19/17 [ 0.383035] NET: Registered protocol family 16 [ 0.386547] ACPI: bus type pci registered [ 0.388360] PCI: Using configuration type 1 for base access [ 0.400358] bio: create slab at 0 [ 0.405455] ACPI: Added _OSI(Module Device) [ 0.405738] ACPI: Added _OSI(Processor Device) [ 0.405909] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.406070] ACPI: Added _OSI(Processor Aggregator Device) [ 0.438250] ACPI: Interpreter enabled [ 0.438498] ACPI: (supports S0 S3 S4 S5) [ 0.439264] ACPI: Using IOAPIC for interrupt routing [ 0.469478] ACPI: No dock devices found. [ 0.469723] HEST: Table not found. [ 0.469947] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.472562] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.474992] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] [ 0.475245] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xadff] [ 0.475473] pci_root PNP0A03:00: host bridge window [io 0xae0f-0xaeff] [ 0.475704] pci_root PNP0A03:00: host bridge window [io 0xaf20-0xafdf] [ 0.476055] pci_root PNP0A03:00: host bridge window [io 0xafe4-0xffff] [ 0.476324] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.476591] pci_root PNP0A03:00: host bridge window [mem 0x20000000-0xfebfffff] [ 0.486279] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI [ 0.486598] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB [ 0.514730] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) [ 0.539091] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.540162] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.540962] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.541736] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.542264] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.545315] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.545604] vgaarb: loaded [ 0.545718] vgaarb: bridge control possible 0000:00:02.0 [ 0.547165] i2c-core: driver [aat2870] using legacy suspend method [ 0.547353] i2c-core: driver [aat2870] using legacy resume method [ 0.548679] SCSI subsystem initialized [ 0.550057] usbcore: registered new interface driver usbfs [ 0.550469] usbcore: registered new interface driver hub [ 0.550900] usbcore: registered new device driver usb [ 0.552487] PCI: Using ACPI for IRQ routing [ 0.557668] NetLabel: Initializing [ 0.557811] NetLabel: domain hash size = 128 [ 0.557969] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.558775] NetLabel: unlabeled traffic allowed by default [ 0.559634] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.560164] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.560439] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.569413] Switching to clocksource hpet [ 0.665664] AppArmor: AppArmor Filesystem Enabled [ 0.666359] pnp: PnP ACPI init [ 0.666619] ACPI: bus type pnp registered [ 0.676090] pnp: PnP ACPI: found 9 devices [ 0.676451] ACPI: ACPI bus type pnp unregistered [ 0.701200] NET: Registered protocol family 2 [ 0.718845] IP route cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.722386] TCP established hash table entries: 16384 (order: 6, 262144 bytes) [ 0.723010] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.723797] TCP: Hash tables configured (established 16384 bind 16384) [ 0.724209] TCP reno registered [ 0.724399] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.724667] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.725851] NET: Registered protocol family 1 [ 0.726220] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.726451] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.726762] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.729038] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.729425] pci 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 0.730188] pci 0000:00:01.2: PCI INT D disabled [ 0.738251] Trying to unpack rootfs image as initramfs... [ 0.762287] audit: initializing netlink socket (disabled) [ 0.762989] type=2000 audit(1508400558.760:1): initialized [ 0.881553] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.909683] VFS: Disk quotas dquot_6.5.2 [ 0.910350] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.917357] fuse init (API version 7.17) [ 0.918497] msgmni has been set to 968 [ 0.945475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.946040] io scheduler noop registered [ 0.946239] io scheduler deadline registered (default) [ 0.946642] io scheduler cfq registered [ 0.948012] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.949419] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.951765] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.952559] ACPI: Power Button [PWRF] [ 0.968689] ERST: Table is not found! [ 0.968905] GHES: HEST is not enabled! [ 0.977015] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.977278] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 10 (level, high) -> IRQ 10 [ 0.978759] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 0.985571] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.985801] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 [ 0.992592] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.015763] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.058781] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.125372] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.170753] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.202383] Linux agpgart interface v0.103 [ 1.226772] brd: module loaded [ 1.242966] loop: module loaded [ 1.282621] vda: unknown partition table [ 1.304455] scsi0 : ata_piix [ 1.312790] scsi1 : ata_piix [ 1.313478] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.313783] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.318065] Fixed MDIO Bus: probed [ 1.318415] tun: Universal TUN/TAP device driver, 1.6 [ 1.318572] tun: (C) 1999-2004 Max Krasnyansky [ 1.323818] PPP generic driver version 2.4.2 [ 1.328859] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.329284] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.329570] uhci_hcd: USB Universal Host Controller Interface driver [ 1.329949] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 1.331138] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.336714] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.337479] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.346580] hub 1-0:1.0: USB hub found [ 1.347090] hub 1-0:1.0: 2 ports detected [ 1.349482] usbcore: registered new interface driver libusual [ 1.350247] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.352660] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.352983] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.365056] mousedev: PS/2 mouse device common for all mice [ 1.367953] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.370054] rtc_cmos 00:01: RTC can wake from S4 [ 1.371797] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 1.372702] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs [ 1.373622] device-mapper: uevent: version 1.0.3 [ 1.380857] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com [ 1.381626] cpuidle: using governor ladder [ 1.381843] cpuidle: using governor menu [ 1.381983] EFI Variables Facility v0.08 2004-May-17 [ 1.385687] TCP cubic registered [ 1.386901] NET: Registered protocol family 10 [ 1.395786] NET: Registered protocol family 17 [ 1.396226] Registering the dns_resolver key type [ 1.410574] Freeing initrd memory: 3656k freed [ 1.414767] registered taskstats version 1 [ 1.533227] Magic number: 5:914:169 [ 1.534027] rtc_cmos 00:01: setting system clock to 2017-10-19 08:09:20 UTC (1508400560) [ 1.534354] powernow-k8: Processor cpuid 663 not supported [ 1.535614] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.535819] EDD information not available. [ 1.552783] Freeing unused kernel memory: 928k freed [ 1.569369] Write protecting the kernel read-only data: 12288k [ 1.599160] Freeing unused kernel memory: 1596k freed [ 1.622007] Freeing unused kernel memory: 1184k freed info: initramfs: up at 1.71 modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep info: copying initramfs to /dev/vda info: initramfs loading root from /dev/vda info: /etc/init.d/rc.sysinit: up at 3.88 info: container: none Starting logging: OK modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK cirros-ds 'local' up at 5.05 no results found for mode=local. up 5.28. searched: nocloud configdrive ec2 Starting network... udhcpc (v1.20.1) started Sending discover... Sending select for 15.0.0.6... Lease of 15.0.0.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "15.0.0.1" cirros-ds 'net' up at 6.16 checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 6.37. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data found datasource (ec2, net) Starting dropbear sshd: generating rsa key... generating dsa key... OK /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 3403.357 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: AMD-V RAM Size: 491MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 cirros-rootfs / === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwCQ8AEM9d54jyguFFzZ3sgl1sQRGgbEevXR3msIdQLl2QP+2yd7MKC9mUYOqUP/SRzdJy73gUh1Zf7utp6FrpKB/61YGaVdIIP+6lm9nwnWp3jF4q9OfXXtrXIHCqW1B2Ojixdb4MwW2GKJqRohY1+dy18ZD23nmGwD3RqEhopZhxxV root@vm2 ssh-dss AAAAB3NzaC1kc3MAAACBAIomS/O8NtW3hZjYRWLAfP9vB6Ck5bj4CZBAZD9yNqz0z4X8LD8VG97LlpTyNeHAtsOa7JDaUsJJDxBP9HFdjb1AI2T+heCEy9N8kyDMs/aYRAPv/B3MtQMpeOhyeO1UUQJo5u3sP2hcBKX1UMt4vIB7tyGTNXkW5EFLN1ycz97VAAAAFQC2pkGiDlDglO5YzlSDjmKNbDo73wAAAIAxX2z+BHH07OvcipuyFbI7TAFamg3082F2hhEXcZCrUFY6sGVOJF3ineB+NMY5HLN3S/K8notFKDT547cafmNM+MUCURpKyoXjF0dGA3EpjhNGAVgV153naT/uyWCsOrj93xlsNbmVObIiiK49HULil5eAcJFgZG5p+X/PTRfFsAAAAIB5KZOKILg16ZjMthC0rXpVqBIdgb6o22GInQgqW0dMuOI+/asLETID1KfVfLq2tqkTz8qUsc7BqR1a05z7hYkF/4TOqagr7kJn09jADk5xl8SGmAywXRxxt3qNHR1oXHlGPWd09C9uCJ5fvBt/sJbHtjwa6LnWbJKNjZx/eYjdeA== root@vm2 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,::1 if-info: eth0,up,15.0.0.6,24,fe80::f816:3eff:fe85:d083 ip-route:default via 15.0.0.1 dev eth0 ip-route:15.0.0.0/24 dev eth0 src 15.0.0.6 ip-route:169.254.169.254 via 15.0.0.2 dev eth0 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: vm2.novalocal launch-index: 0 === cirros: current=0.3.4 uptime=11.58 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Starting dropbear sshd: OK ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:85:D0:83 inet addr:15.0.0.6 Bcast:15.0.0.255 Mask:255.255.255.0 inet6 addr: 2001:db8:0:2:f816:3eff:fe85:d083/64 Scope:Global inet6 addr: fe80::f816:3eff:fe85:d083/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:76 errors:0 dropped:2 overruns:0 frame:0 TX packets:100 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8016 (7.8 KiB) TX bytes:9971 (9.7 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 15.0.0.1 0.0.0.0 UG 0 0 0 eth0 15.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 15.0.0.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 15.0.0.2 ### ping -c 5 15.0.0.1 PING 15.0.0.1 (15.0.0.1): 56 data bytes --- 15.0.0.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 15.0.0.2 PING 15.0.0.2 (15.0.0.2): 56 data bytes 64 bytes from 15.0.0.2: seq=0 ttl=64 time=5.801 ms 64 bytes from 15.0.0.2: seq=1 ttl=64 time=1.652 ms 64 bytes from 15.0.0.2: seq=2 ttl=64 time=1.809 ms 64 bytes from 15.0.0.2: seq=3 ttl=64 time=1.184 ms 64 bytes from 15.0.0.2: seq=4 ttl=64 time=1.391 ms --- 15.0.0.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 1.184/2.367/5.801 ms ### uname -a Linux vm2 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 12713 0 nls_cp437 16991 0 vfat 17585 0 fat 61512 1 vfat isofs 40259 0 ip_tables 27473 0 x_tables 29891 1 ip_tables pcnet32 42119 0 8139cp 27360 0 ne2k_pci 13691 0 8390 18856 1 ne2k_pci e1000 108589 0 acpiphp 24231 0 ### dmesg | tail [ 1.890670] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker [ 1.909219] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) [ 1.928669] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 1.949848] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.134335] kjournald starting. Commit interval 5 seconds [ 2.135599] EXT3-fs (vda): mounted filesystem with ordered data mode [ 2.294619] kjournald starting. Commit interval 5 seconds [ 2.322458] EXT3-fs (vda): using internal journal [ 2.322516] EXT3-fs (vda): mounted filesystem with ordered data mode [ 3.923571] EXT3-fs (vda): using internal journal ### tail -n 25 /var/log/messages Oct 19 09:09:23 cirros kern.info kernel: [ 1.844283] acpiphp: Slot [21] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.844437] acpiphp: Slot [22] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.844599] acpiphp: Slot [23] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.844762] acpiphp: Slot [24] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.844912] acpiphp: Slot [25] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.845071] acpiphp: Slot [26] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.845310] acpiphp: Slot [27] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.845465] acpiphp: Slot [28] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.845633] acpiphp: Slot [29] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.845784] acpiphp: Slot [30] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.845933] acpiphp: Slot [31] registered Oct 19 09:09:23 cirros kern.info kernel: [ 1.869361] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Oct 19 09:09:23 cirros kern.info kernel: [ 1.869392] e1000: Copyright (c) 1999-2006 Intel Corporation. Oct 19 09:09:23 cirros kern.info kernel: [ 1.890670] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Oct 19 09:09:23 cirros kern.info kernel: [ 1.909219] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) Oct 19 09:09:23 cirros kern.info kernel: [ 1.928669] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Oct 19 09:09:23 cirros kern.info kernel: [ 1.949848] ip_tables: (C) 2000-2006 Netfilter Core Team Oct 19 09:09:23 cirros kern.info kernel: [ 2.134335] kjournald starting. Commit interval 5 seconds Oct 19 09:09:23 cirros kern.info kernel: [ 2.135599] EXT3-fs (vda): mounted filesystem with ordered data mode Oct 19 09:09:23 cirros kern.info kernel: [ 2.294619] kjournald starting. Commit interval 5 seconds Oct 19 09:09:23 cirros kern.info kernel: [ 2.322458] EXT3-fs (vda): using internal journal Oct 19 09:09:23 cirros kern.info kernel: [ 2.322516] EXT3-fs (vda): mounted filesystem with ordered data mode Oct 19 09:09:23 cirros kern.info kernel: [ 3.923571] EXT3-fs (vda): using internal journal Oct 19 09:09:28 cirros auth.notice su: + /dev/console root:cirros Oct 19 09:09:29 cirros authpriv.info dropbear[289]: Running in background ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root. vm2 login: [stack@controller-deray ~]> openstack server create --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic net-id=d7bf6a09-9261-4d74-b288-30ff3fca2d62 --security-group X VM3 +--------------------------------------+----------------------------------------------------------------+ | Field | Value | +--------------------------------------+----------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:host | None | | OS-EXT-SRV-ATTR:hypervisor_hostname | None | | OS-EXT-SRV-ATTR:instance_name | | | OS-EXT-STS:power_state | NOSTATE | | OS-EXT-STS:task_state | scheduling | | OS-EXT-STS:vm_state | building | | OS-SRV-USG:launched_at | None | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | | | adminPass | UJa2ofcUNdf6 | | config_drive | | | created | 2017-10-19T08:12:20Z | | flavor | m1.tiny (1) | | hostId | | | id | 0e5ee492-2e1c-47e4-9b93-0e364f2d385d | | image | cirros-0.3.4-x86_64-uec (313ec3b9-a95e-49b8-989d-c971e0a4fa11) | | key_name | None | | name | VM3 | | os-extended-volumes:volumes_attached | [] | | progress | 0 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | properties | | | security_groups | [{u'name': u'X'}] | | status | BUILD | | updated | 2017-10-19T08:12:21Z | | user_id | af70412b89f34f63ba46042c55626063 | +--------------------------------------+----------------------------------------------------------------+ [stack@controller-deray ~]> nova console-log VM3 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.2.0-80-virtual (buildd@batsu) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 (Ubuntu 3.2.0-80.116-virtual 3.2.68) [ 0.000000] Command line: root=/dev/vda console=tty0 console=ttyS0 no_timer_check [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000001fffe000 (usable) [ 0.000000] BIOS-e820: 000000001fffe000 - 0000000020000000 (reserved) [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.4 present. [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x1fffe max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [ffff8800000f0b00] f0b00 [ 0.000000] init_memory_mapping: 0000000000000000-000000001fffe000 [ 0.000000] RAMDISK: 1fc5e000 - 1fff0000 [ 0.000000] ACPI: RSDP 00000000000f0950 00014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000001ffffbc1 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000001ffff1c0 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000001fffe040 01180 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000001fffe000 00040 [ 0.000000] ACPI: SSDT 000000001ffff234 008DD (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: APIC 000000001ffffb11 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 000000001ffffb89 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000001fffe000 [ 0.000000] Initmem setup node 0 0000000000000000-000000001fffe000 [ 0.000000] NODE_DATA [000000001fff6000 - 000000001fffafff] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal empty [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0001fffe [ 0.000000] ACPI: PM-Timer IO Port: 0xb008 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000 [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000 [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:dffc0000) [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001fa00000 s78848 r8192 d23552 u2097152 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128904 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/vda console=tty0 console=ttyS0 no_timer_check [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 496088k/524280k available (6576k kernel code, 452k absent, 27740k reserved, 6620k data, 928k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] NR_IRQS:4352 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 4194304 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 3403.316 MHz processor. [ 0.008584] Calibrating delay loop (skipped), value calculated using timer frequency.. 6806.63 BogoMIPS (lpj=13613264) [ 0.013053] pid_max: default: 32768 minimum: 301 [ 0.018086] Security Framework initialized [ 0.020463] AppArmor: AppArmor initialized [ 0.020675] Yama: becoming mindful. [ 0.024379] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.025647] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.026527] Mount-cache hash table entries: 256 [ 0.033639] Initializing cgroup subsys cpuacct [ 0.033982] Initializing cgroup subsys memory [ 0.034612] Initializing cgroup subsys devices [ 0.034854] Initializing cgroup subsys freezer [ 0.035071] Initializing cgroup subsys blkio [ 0.035303] Initializing cgroup subsys perf_event [ 0.037411] mce: CPU supports 10 MCE banks [ 0.038879] SMP alternatives: switching to UP code [ 0.197039] Freeing SMP alternatives: 24k freed [ 0.197669] ACPI: Core revision 20110623 [ 0.218579] ftrace: allocating 26610 entries in 105 pages [ 0.234960] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236061] CPU0: AMD QEMU Virtual CPU version 2.0.0 stepping 03 [ 0.240014] Performance Events: Broken PMU hardware detected, using software events only. [ 0.241257] NMI watchdog disabled (cpu0): hardware events not enabled [ 0.241880] Brought up 1 CPUs [ 0.242069] Total of 1 processors activated (6806.63 BogoMIPS). [ 0.253956] devtmpfs: initialized [ 0.275381] EVM: security.selinux [ 0.275521] EVM: security.SMACK64 [ 0.275650] EVM: security.capability [ 0.284680] print_constraints: dummy: [ 0.285451] RTC time: 8:12:26, date: 10/19/17 [ 0.286572] NET: Registered protocol family 16 [ 0.290653] ACPI: bus type pci registered [ 0.292314] PCI: Using configuration type 1 for base access [ 0.303924] bio: create slab at 0 [ 0.305947] ACPI: Added _OSI(Module Device) [ 0.306124] ACPI: Added _OSI(Processor Device) [ 0.306291] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.306464] ACPI: Added _OSI(Processor Aggregator Device) [ 0.335647] ACPI: Interpreter enabled [ 0.336072] ACPI: (supports S0 S3 S4 S5) [ 0.336866] ACPI: Using IOAPIC for interrupt routing [ 0.366827] ACPI: No dock devices found. [ 0.367031] HEST: Table not found. [ 0.367258] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.369757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.372177] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] [ 0.372432] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xadff] [ 0.372669] pci_root PNP0A03:00: host bridge window [io 0xae0f-0xaeff] [ 0.372898] pci_root PNP0A03:00: host bridge window [io 0xaf20-0xafdf] [ 0.373145] pci_root PNP0A03:00: host bridge window [io 0xafe4-0xffff] [ 0.373397] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.373654] pci_root PNP0A03:00: host bridge window [mem 0x20000000-0xfebfffff] [ 0.382836] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI [ 0.383127] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB [ 0.409918] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e) [ 0.434095] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.435026] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435761] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.436562] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.437070] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440001] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.440089] vgaarb: loaded [ 0.440213] vgaarb: bridge control possible 0000:00:02.0 [ 0.441692] i2c-core: driver [aat2870] using legacy suspend method [ 0.441884] i2c-core: driver [aat2870] using legacy resume method [ 0.442963] SCSI subsystem initialized [ 0.444740] usbcore: registered new interface driver usbfs [ 0.445181] usbcore: registered new interface driver hub [ 0.445685] usbcore: registered new device driver usb [ 0.447204] PCI: Using ACPI for IRQ routing [ 0.452607] NetLabel: Initializing [ 0.452781] NetLabel: domain hash size = 128 [ 0.452916] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.453823] NetLabel: unlabeled traffic allowed by default [ 0.454679] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.455060] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.455356] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.461027] Switching to clocksource hpet [ 0.545998] AppArmor: AppArmor Filesystem Enabled [ 0.546748] pnp: PnP ACPI init [ 0.547046] ACPI: bus type pnp registered [ 0.555735] pnp: PnP ACPI: found 9 devices [ 0.555915] ACPI: ACPI bus type pnp unregistered [ 0.580994] NET: Registered protocol family 2 [ 0.597771] IP route cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.601131] TCP established hash table entries: 16384 (order: 6, 262144 bytes) [ 0.601750] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.602605] TCP: Hash tables configured (established 16384 bind 16384) [ 0.602854] TCP reno registered [ 0.603045] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.603326] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.604689] NET: Registered protocol family 1 [ 0.605048] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.605450] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.605837] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.608263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.608640] pci 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 0.609438] pci 0000:00:01.2: PCI INT D disabled [ 0.617659] Trying to unpack rootfs image as initramfs... [ 0.626301] audit: initializing netlink socket (disabled) [ 0.626998] type=2000 audit(1508400745.624:1): initialized [ 0.743415] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.777793] VFS: Disk quotas dquot_6.5.2 [ 0.778455] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.785121] fuse init (API version 7.17) [ 0.786347] msgmni has been set to 968 [ 0.807081] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.812277] io scheduler noop registered [ 0.812458] io scheduler deadline registered (default) [ 0.812895] io scheduler cfq registered [ 0.814428] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.815296] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.818005] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.818661] ACPI: Power Button [PWRF] [ 0.837293] ERST: Table is not found! [ 0.837472] GHES: HEST is not enabled! [ 0.838704] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.838940] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 10 (level, high) -> IRQ 10 [ 0.840409] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 0.850078] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.850330] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10 [ 0.852595] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.876703] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.928438] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.000493] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.048111] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 1.075050] Linux agpgart interface v0.103 [ 1.101101] brd: module loaded [ 1.110432] loop: module loaded [ 1.129295] vda: unknown partition table [ 1.152617] scsi0 : ata_piix [ 1.153724] scsi1 : ata_piix [ 1.154280] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 1.154514] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 [ 1.158403] Fixed MDIO Bus: probed [ 1.158738] tun: Universal TUN/TAP device driver, 1.6 [ 1.158893] tun: (C) 1999-2004 Max Krasnyansky [ 1.163780] PPP generic driver version 2.4.2 [ 1.172854] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.173237] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.173533] uhci_hcd: USB Universal Host Controller Interface driver [ 1.173884] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11 [ 1.174930] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.180535] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.181249] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040 [ 1.191862] hub 1-0:1.0: USB hub found [ 1.192416] hub 1-0:1.0: 2 ports detected [ 1.194572] usbcore: registered new interface driver libusual [ 1.195280] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.197665] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.197974] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.208365] Freeing initrd memory: 3656k freed [ 1.211651] mousedev: PS/2 mouse device common for all mice [ 1.214375] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.216156] rtc_cmos 00:01: RTC can wake from S4 [ 1.217766] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 [ 1.218472] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs [ 1.219381] device-mapper: uevent: version 1.0.3 [ 1.220408] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com [ 1.221122] cpuidle: using governor ladder [ 1.221306] cpuidle: using governor menu [ 1.221445] EFI Variables Facility v0.08 2004-May-17 [ 1.225481] TCP cubic registered [ 1.226662] NET: Registered protocol family 10 [ 1.234652] NET: Registered protocol family 17 [ 1.234909] Registering the dns_resolver key type [ 1.237388] registered taskstats version 1 [ 1.343959] Magic number: 5:467:220 [ 1.344537] dmi id: hash matches [ 1.345031] rtc_cmos 00:01: setting system clock to 2017-10-19 08:12:27 UTC (1508400747) [ 1.345360] powernow-k8: Processor cpuid 663 not supported [ 1.346546] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.346754] EDD information not available. [ 1.363272] Freeing unused kernel memory: 928k freed [ 1.379174] Write protecting the kernel read-only data: 12288k [ 1.410851] Freeing unused kernel memory: 1596k freed [ 1.434665] Freeing unused kernel memory: 1184k freed info: initramfs: up at 1.50 modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep info: copying initramfs to /dev/vda info: initramfs loading root from /dev/vda info: /etc/init.d/rc.sysinit: up at 3.40 info: container: none Starting logging: OK modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK cirros-ds 'local' up at 4.43 no results found for mode=local. up 4.64. searched: nocloud configdrive ec2 Starting network... udhcpc (v1.20.1) started Sending discover... Sending select for 15.0.0.3... Lease of 15.0.0.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "15.0.0.1" cirros-ds 'net' up at 5.40 checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 5.59. iid=i-00000003 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data found datasource (ec2, net) Starting dropbear sshd: generating rsa key... generating dsa key... OK /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: OpenStack Foundation OpenStack Nova Container: none Arch: x86_64 CPU(s): 1 @ 3403.316 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: AMD-V RAM Size: 491MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 cirros-rootfs / === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgwCUI2Z1K2nc4savr5lz/iUcC5WUjbGkppu4DMIL7QudR0iFU3oYpRHozkPYSRd5j5HnUTMFhb4Ex62gtV9swm7fA0bX/guMHVG2mAQeUfNkbQy+dE/kv8ecQom30oSKQcwGVIyI6GDpuYedW+drGBYndbCAaGcnSeNo/aiBd3fAnvPR root@vm3 ssh-dss AAAAB3NzaC1kc3MAAACBAJ5nyStuNqhwKl/Fh0VfWHaqF0kLmomH+P7by3PgSZn26xN/AKT19Yh23gr3L4T4J1GcaPh7zGflsAUBf1dASYUVaSEC86yI9471rbR1qHq7+6SKll/a6Uxdbl6+YakBUP9JDFELu2MqzAwj+/8ITLjLnexMDXuwpbxuefPGE91/AAAAFQCCCUm7K859enDCsIX+vS/llI7eSwAAAIB7hntn6ppg7qD/6JHWh1mr9plZxH1/ZoPncL2O72MfIcbh8DruLZWG26R7miZ6gOJycDicmqm+CrZmi5WI65aLd4RD+5Tc7q5NEe/F5VfUo7pAAdXJHDKbIXCLbAYhHO08mFw2XJPE+ZqoPu3WMcFiGxJjt5aoAGJhX/7gFrCaRAAAAH9Z6DubRbJBEqR1GqSZlQ4nlHD7edJ7PiWuxuCArgHwpAy3RCPcCtxExZzdmzc2ty3ruRffAQDo2PMAgVDcVlqXyyazuOb5PcsUj6F1Oh+D4aTonPiE14+eWAADESSlTcs5sPqtCWZkk7BHJmvztYNueW5UjwWVAKXSK5v+B6w/ root@vm3 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,::1 if-info: eth0,up,15.0.0.3,24,fe80::f816:3eff:fed5:bf1d ip-route:default via 15.0.0.1 dev eth0 ip-route:15.0.0.0/24 dev eth0 src 15.0.0.3 ip-route:169.254.169.254 via 15.0.0.2 dev eth0 === datasource: ec2 net === instance-id: i-00000003 name: N/A availability-zone: nova local-hostname: vm3.novalocal launch-index: 0 === cirros: current=0.3.4 uptime=9.96 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Starting dropbear sshd: OK ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:D5:BF:1D inet addr:15.0.0.3 Bcast:15.0.0.255 Mask:255.255.255.0 inet6 addr: 2001:db8:0:2:f816:3eff:fed5:bf1d/64 Scope:Global inet6 addr: fe80::f816:3eff:fed5:bf1d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:71 errors:0 dropped:2 overruns:0 frame:0 TX packets:100 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:7738 (7.5 KiB) TX bytes:9971 (9.7 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 15.0.0.1 0.0.0.0 UG 0 0 0 eth0 15.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 15.0.0.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 15.0.0.2 ### ping -c 5 15.0.0.1 PING 15.0.0.1 (15.0.0.1): 56 data bytes --- 15.0.0.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 15.0.0.2 PING 15.0.0.2 (15.0.0.2): 56 data bytes 64 bytes from 15.0.0.2: seq=0 ttl=64 time=5.547 ms 64 bytes from 15.0.0.2: seq=1 ttl=64 time=1.918 ms 64 bytes from 15.0.0.2: seq=2 ttl=64 time=1.521 ms 64 bytes from 15.0.0.2: seq=3 ttl=64 time=1.447 ms 64 bytes from 15.0.0.2: seq=4 ttl=64 time=1.317 ms --- 15.0.0.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 1.317/2.350/5.547 ms ### uname -a Linux vm3 3.2.0-80-virtual #116-Ubuntu SMP Mon Mar 23 17:28:52 UTC 2015 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 12713 0 nls_cp437 16991 0 vfat 17585 0 fat 61512 1 vfat isofs 40259 0 ip_tables 27473 0 x_tables 29891 1 ip_tables pcnet32 42119 0 8139cp 27360 0 ne2k_pci 13691 0 8390 18856 1 ne2k_pci e1000 108589 0 acpiphp 24231 0 ### dmesg | tail [ 1.668168] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker [ 1.684373] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) [ 1.702087] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 1.721244] ip_tables: (C) 2000-2006 Netfilter Core Team [ 1.812489] kjournald starting. Commit interval 5 seconds [ 1.813343] EXT3-fs (vda): mounted filesystem with ordered data mode [ 1.900984] kjournald starting. Commit interval 5 seconds [ 1.911660] EXT3-fs (vda): using internal journal [ 1.911713] EXT3-fs (vda): mounted filesystem with ordered data mode [ 3.424266] EXT3-fs (vda): using internal journal ### tail -n 25 /var/log/messages Oct 19 09:12:30 cirros kern.info kernel: [ 1.628800] acpiphp: Slot [21] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.628994] acpiphp: Slot [22] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.629196] acpiphp: Slot [23] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.629401] acpiphp: Slot [24] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.629587] acpiphp: Slot [25] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.629826] acpiphp: Slot [26] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.630014] acpiphp: Slot [27] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.630198] acpiphp: Slot [28] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.630432] acpiphp: Slot [29] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.630619] acpiphp: Slot [30] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.630858] acpiphp: Slot [31] registered Oct 19 09:12:30 cirros kern.info kernel: [ 1.651019] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Oct 19 09:12:30 cirros kern.info kernel: [ 1.651045] e1000: Copyright (c) 1999-2006 Intel Corporation. Oct 19 09:12:30 cirros kern.info kernel: [ 1.668168] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Oct 19 09:12:30 cirros kern.info kernel: [ 1.684373] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) Oct 19 09:12:30 cirros kern.info kernel: [ 1.702087] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Oct 19 09:12:30 cirros kern.info kernel: [ 1.721244] ip_tables: (C) 2000-2006 Netfilter Core Team Oct 19 09:12:30 cirros kern.info kernel: [ 1.812489] kjournald starting. Commit interval 5 seconds Oct 19 09:12:30 cirros kern.info kernel: [ 1.813343] EXT3-fs (vda): mounted filesystem with ordered data mode Oct 19 09:12:30 cirros kern.info kernel: [ 1.900984] kjournald starting. Commit interval 5 seconds Oct 19 09:12:30 cirros kern.info kernel: [ 1.911660] EXT3-fs (vda): using internal journal Oct 19 09:12:30 cirros kern.info kernel: [ 1.911713] EXT3-fs (vda): mounted filesystem with ordered data mode Oct 19 09:12:30 cirros kern.info kernel: [ 3.424266] EXT3-fs (vda): using internal journal Oct 19 09:12:34 cirros auth.notice su: + /dev/console root:cirros Oct 19 09:12:35 cirros authpriv.info dropbear[288]: Running in background ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root. vm3 login: [stack@controller-deray ~]> ^C [stack@controller-deray ~]> ip netns list qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 [stack@controller-deray ~]> ip netns exec qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 bash seting the network namespace "qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62" failed: Operation not permitted [stack@controller-deray ~]> sudo ip netns exec qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 bash [root@controller-deray ~]> /sbin/ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) ns-1e6efceb-71 Link encap:Ethernet HWaddr fa:16:3e:a4:e1:ae inet addr:169.254.169.254 Bcast:169.254.255.255 Mask:255.255.0.0 inet6 addr: fe80::f816:3eff:fea4:e1ae/64 Scope:Link inet6 addr: 2001:db8:0:2:f816:3eff:fea4:e1ae/64 Scope:Global UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:424 errors:0 dropped:78 overruns:0 frame:0 TX packets:226 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:43064 (43.0 KB) TX bytes:23744 (23.7 KB) [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fea4:e1ae PING 2001:db8:0:2:f816:3eff:fea4:e1ae(2001:db8:0:2:f816:3eff:fea4:e1ae) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fea4:e1ae: icmp_seq=1 ttl=64 time=0.051 ms ^C --- 2001:db8:0:2:f816:3eff:fea4:e1ae ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.051/0.051/0.051/0.000 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fe44:cbd7 PING 2001:db8:0:2:f816:3eff:fe44:cbd7(2001:db8:0:2:f816:3eff:fe44:cbd7) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fe44:cbd7: icmp_seq=1 ttl=64 time=7.75 ms 64 bytes from 2001:db8:0:2:f816:3eff:fe44:cbd7: icmp_seq=2 ttl=64 time=1.36 ms ^C --- 2001:db8:0:2:f816:3eff:fe44:cbd7 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1002ms rtt min/avg/max/mdev = 1.367/4.560/7.753/3.193 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fed5:bf1d PING 2001:db8:0:2:f816:3eff:fed5:bf1d(2001:db8:0:2:f816:3eff:fed5:bf1d) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fed5:bf1d: icmp_seq=1 ttl=64 time=7.98 ms ^C --- 2001:db8:0:2:f816:3eff:fed5:bf1d ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 7.983/7.983/7.983/0.000 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fe85:d083 PING 2001:db8:0:2:f816:3eff:fe85:d083(2001:db8:0:2:f816:3eff:fe85:d083) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fe85:d083: icmp_seq=1 ttl=64 time=6.25 ms ^C --- 2001:db8:0:2:f816:3eff:fe85:d083 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 6.252/6.252/6.252/0.000 ms [root@controller-deray ~]> ping 15.0.0.6 PING 15.0.0.6 (15.0.0.6) 56(84) bytes of data. 64 bytes from 15.0.0.6: icmp_seq=1 ttl=64 time=3.00 ms ^C --- 15.0.0.6 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 3.005/3.005/3.005/0.000 ms [root@controller-deray ~]> ping 15.0.0.3 PING 15.0.0.3 (15.0.0.3) 56(84) bytes of data. 64 bytes from 15.0.0.3: icmp_seq=1 ttl=64 time=2.67 ms ^C --- 15.0.0.3 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.675/2.675/2.675/0.000 ms [root@controller-deray ~]> ping 15.0.0.2 PING 15.0.0.2 (15.0.0.2) 56(84) bytes of data. 64 bytes from 15.0.0.2: icmp_seq=1 ttl=64 time=0.065 ms ^C --- 15.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.065/0.065/0.065/0.000 ms [root@controller-deray ~]> ping 15.0.0.10 PING 15.0.0.10 (15.0.0.10) 56(84) bytes of data. 64 bytes from 15.0.0.10: icmp_seq=1 ttl=64 time=2.76 ms ^C --- 15.0.0.10 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.763/2.763/2.763/0.000 ms [root@controller-deray ~]> ip neigh show 15.0.0.1 dev ns-1e6efceb-71 lladdr fa:91:b9:4c:80:af STALE 15.0.0.6 dev ns-1e6efceb-71 lladdr fa:16:3e:85:d0:83 STALE 15.0.0.3 dev ns-1e6efceb-71 lladdr fa:16:3e:d5:bf:1d STALE 15.0.0.10 dev ns-1e6efceb-71 lladdr fa:16:3e:44:cb:d7 DELAY fe80::f816:3eff:fead:bbc9 dev ns-1e6efceb-71 lladdr fa:16:3e:ad:bb:c9 router STALE fe80::f816:3eff:fe44:cbd7 dev ns-1e6efceb-71 lladdr fa:16:3e:44:cb:d7 STALE 2001:db8:0:2:f816:3eff:fe44:cbd7 dev ns-1e6efceb-71 lladdr fa:16:3e:44:cb:d7 STALE fe80::f816:3eff:fed5:bf1d dev ns-1e6efceb-71 lladdr fa:16:3e:d5:bf:1d REACHABLE 2001:db8:0:2:f816:3eff:fed5:bf1d dev ns-1e6efceb-71 lladdr fa:16:3e:d5:bf:1d STALE fe80::f816:3eff:fe85:d083 dev ns-1e6efceb-71 lladdr fa:16:3e:85:d0:83 REACHABLE 2001:db8:0:2:f816:3eff:fe85:d083 dev ns-1e6efceb-71 lladdr fa:16:3e:85:d0:83 REACHABLE [root@controller-deray ~]> arp -na ? (15.0.0.1) at fa:91:b9:4c:80:af [ether] on ns-1e6efceb-71 ? (15.0.0.6) at fa:16:3e:85:d0:83 [ether] on ns-1e6efceb-71 ? (15.0.0.3) at fa:16:3e:d5:bf:1d [ether] on ns-1e6efceb-71 ? (15.0.0.10) at fa:16:3e:44:cb:d7 [ether] on ns-1e6efceb-71 [root@controller-deray ~]> exit [stack@controller-deray ~]> neutron net-create N2 Created a new network: +---------------------------+--------------------------------------+ | Field | Value | +---------------------------+--------------------------------------+ | admin_state_up | True | | availability_zone_hints | | | availability_zones | | | created_at | 2017-10-19T08:18:39Z | | description | | | id | 1a4e903e-08f0-4bd6-880b-d1238c2b4a5c | | ipv4_address_scope | | | ipv6_address_scope | | | mtu | 1450 | | name | N2 | | port_security_enabled | True | | project_id | b8792843b2654d2ca2db014e3af65c2a | | provider:network_type | vxlan | | provider:physical_network | | | provider:segmentation_id | 87 | | revision_number | 3 | | router:external | False | | shared | False | | status | ACTIVE | | subnets | | | tags | | | tenant_id | b8792843b2654d2ca2db014e3af65c2a | | updated_at | 2017-10-19T08:18:39Z | +---------------------------+--------------------------------------+ [stack@controller-deray ~]> neutron subnet-create --name V4N2 N2 25.0.0.0/24 Created a new subnet: +-------------------+--------------------------------------------+ | Field | Value | +-------------------+--------------------------------------------+ | allocation_pools | {"start": "25.0.0.2", "end": "25.0.0.254"} | | cidr | 25.0.0.0/24 | | created_at | 2017-10-19T08:18:40Z | | description | | | dns_nameservers | | | enable_dhcp | True | | gateway_ip | 25.0.0.1 | | host_routes | | | id | 1538ef5f-8b77-4b70-a44d-0528bd212689 | | ip_version | 4 | | ipv6_address_mode | | | ipv6_ra_mode | | | name | V4N2 | | network_id | 1a4e903e-08f0-4bd6-880b-d1238c2b4a5c | | project_id | b8792843b2654d2ca2db014e3af65c2a | | revision_number | 2 | | service_types | | | subnetpool_id | | | tenant_id | b8792843b2654d2ca2db014e3af65c2a | | updated_at | 2017-10-19T08:18:40Z | +-------------------+--------------------------------------------+ [stack@controller-deray ~]> neutron router-interface-add router1 V4N2 Added interface 7d7b96d6-8e72-4d5b-91dc-6cf2d2d53f80 to router router1. [stack@controller-deray ~]> [stack@controller-deray ~]> ip net^C [stack@controller-deray ~]> sudo ip netns exec qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 bash [root@controller-deray ~]> ping 15.0.0.10 PING 15.0.0.10 (15.0.0.10) 56(84) bytes of data. 64 bytes from 15.0.0.10: icmp_seq=1 ttl=64 time=2.22 ms ^C --- 15.0.0.10 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.225/2.225/2.225/0.000 ms [root@controller-deray ~]> ping 15.0.0.2 PING 15.0.0.2 (15.0.0.2) 56(84) bytes of data. 64 bytes from 15.0.0.2: icmp_seq=1 ttl=64 time=0.046 ms ^C --- 15.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.046/0.046/0.046/0.000 ms [root@controller-deray ~]> ping 15.0.0.3 PING 15.0.0.3 (15.0.0.3) 56(84) bytes of data. 64 bytes from 15.0.0.3: icmp_seq=1 ttl=64 time=2.11 ms ^C --- 15.0.0.3 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.111/2.111/2.111/0.000 ms [root@controller-deray ~]> ping 15.0.0.^C [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fe85:d083 PING 2001:db8:0:2:f816:3eff:fe85:d083(2001:db8:0:2:f816:3eff:fe85:d083) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fe85:d083: icmp_seq=1 ttl=64 time=2.42 ms ^C --- 2001:db8:0:2:f816:3eff:fe85:d083 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.426/2.426/2.426/0.000 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fed5:bf1d PING 2001:db8:0:2:f816:3eff:fed5:bf1d(2001:db8:0:2:f816:3eff:fed5:bf1d) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fed5:bf1d: icmp_seq=1 ttl=64 time=1.91 ms 64 bytes from 2001:db8:0:2:f816:3eff:fed5:bf1d: icmp_seq=2 ttl=64 time=1.61 ms ^C --- 2001:db8:0:2:f816:3eff:fed5:bf1d ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 1.616/1.765/1.914/0.149 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fe44:cbd7 PING 2001:db8:0:2:f816:3eff:fe44:cbd7(2001:db8:0:2:f816:3eff:fe44:cbd7) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fe44:cbd7: icmp_seq=1 ttl=64 time=2.24 ms 64 bytes from 2001:db8:0:2:f816:3eff:fe44:cbd7: icmp_seq=2 ttl=64 time=1.42 ms ^C --- 2001:db8:0:2:f816:3eff:fe44:cbd7 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 1.424/1.834/2.244/0.410 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fea4:e1ae PING 2001:db8:0:2:f816:3eff:fea4:e1ae(2001:db8:0:2:f816:3eff:fea4:e1ae) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fea4:e1ae: icmp_seq=1 ttl=64 time=0.034 ms 64 bytes from 2001:db8:0:2:f816:3eff:fea4:e1ae: icmp_seq=2 ttl=64 time=0.049 ms ^C --- 2001:db8:0:2:f816:3eff:fea4:e1ae ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1000ms rtt min/avg/max/mdev = 0.034/0.041/0.049/0.009 ms [root@controller-deray ~]> ^C [root@controller-deray ~]> openstack server create --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic net-id=1a4e903e-08f0-4bd6-880b-d1238c2b4a5c --security-group X VM4 Missing value auth-url required for auth plugin password [root@controller-deray ~]> openstack server create --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic net-id=1a4e903e-08f0-4bd6-880b-d1238c2b4a5c --security-group X VM4 Missing value auth-url required for auth plugin password [root@controller-deray ~]> exit [stack@controller-deray ~]> openstack server create --image cirros-0.3.4-x86_64-uec --flavor m1.tiny --nic net-id=1a4e903e-08f0-4bd6-880b-d1238c2b4a5c --security-group X VM4 +--------------------------------------+----------------------------------------------------------------+ | Field | Value | +--------------------------------------+----------------------------------------------------------------+ | OS-DCF:diskConfig | MANUAL | | OS-EXT-AZ:availability_zone | | | OS-EXT-SRV-ATTR:host | None | | OS-EXT-SRV-ATTR:hypervisor_hostname | None | | OS-EXT-SRV-ATTR:instance_name | | | OS-EXT-STS:power_state | NOSTATE | | OS-EXT-STS:task_state | scheduling | | OS-EXT-STS:vm_state | building | | OS-SRV-USG:launched_at | None | | OS-SRV-USG:terminated_at | None | | accessIPv4 | | | accessIPv6 | | | addresses | | | adminPass | WB74WXoguJFj | | config_drive | | | created | 2017-10-19T08:22:55Z | | flavor | m1.tiny (1) | | hostId | | | id | b35df6a5-93e2-434a-a936-8514c58d9c0f | | image | cirros-0.3.4-x86_64-uec (313ec3b9-a95e-49b8-989d-c971e0a4fa11) | | key_name | None | | name | VM4 | | os-extended-volumes:volumes_attached | [] | | progress | 0 | | project_id | b8792843b2654d2ca2db014e3af65c2a | | properties | | | security_groups | [{u'name': u'X'}] | | status | BUILD | | updated | 2017-10-19T08:22:55Z | | user_id | af70412b89f34f63ba46042c55626063 | +--------------------------------------+----------------------------------------------------------------+ [stack@controller-deray ~]> sudo ip netns exec qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 bash^C[stack@controller-deray ~]> sudo ip netns list qdhcp-1a4e903e-08f0-4bd6-880b-d1238c2b4a5c qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 [stack@controller-deray ~]> sudo ip netns exec qdhcp-1a4e903e-08f0-4bd6-880b-d1238c2b4a5c bash [root@controller-deray ~]> ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) ns-d263cd5e-ef Link encap:Ethernet HWaddr fa:16:3e:4e:f4:03 inet addr:25.0.0.2 Bcast:25.0.0.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe4e:f403/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:158 errors:0 dropped:57 overruns:0 frame:0 TX packets:70 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:16369 (16.3 KB) TX bytes:7407 (7.4 KB) [root@controller-deray ~]> ping 25.0.0.1 PING 25.0.0.1 (25.0.0.1) 56(84) bytes of data. 64 bytes from 25.0.0.1: icmp_seq=1 ttl=64 time=0.238 ms ^C --- 25.0.0.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.238/0.238/0.238/0.000 ms [root@controller-deray ~]> ping 25.0.0.2 PING 25.0.0.2 (25.0.0.2) 56(84) bytes of data. 64 bytes from 25.0.0.2: icmp_seq=1 ttl=64 time=0.065 ms ^C --- 25.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.065/0.065/0.065/0.000 ms [root@controller-deray ~]> ping 25.0.0.12 PING 25.0.0.12 (25.0.0.12) 56(84) bytes of data. 64 bytes from 25.0.0.12: icmp_seq=1 ttl=64 time=3.11 ms 64 bytes from 25.0.0.12: icmp_seq=2 ttl=64 time=1.21 ms ^C --- 25.0.0.12 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 1.212/2.161/3.111/0.950 ms [root@controller-deray ~]> ssh root@25.0.0.12 The authenticity of host '25.0.0.12 (25.0.0.12)' can't be established. RSA key fingerprint is bb:3c:a7:bd:ca:32:cd:01:dd:e0:63:46:90:5f:b9:08. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '25.0.0.12' (RSA) to the list of known hosts. root@25.0.0.12's password: Permission denied, please try again. root@25.0.0.12's password: Permission denied, please try again. root@25.0.0.12's password: [root@controller-deray ~]> ssh cirros@25.0.0.12 cirros@25.0.0.12's password: $ netstat -nrt Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 25.0.0.1 0.0.0.0 UG 0 0 0 eth0 25.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 25.0.0.2 255.255.255.255 UGH 0 0 0 eth0 $ ping 15.0.0.3 PING 15.0.0.3 (15.0.0.3): 56 data bytes ^C --- 15.0.0.3 ping statistics --- 4 packets transmitted, 0 packets received, 100% packet loss $ ping 15.0.0.6 PING 15.0.0.6 (15.0.0.6): 56 data bytes ^C --- 15.0.0.6 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss $ ping 15.0.0.10 PING 15.0.0.10 (15.0.0.10): 56 data bytes ^C --- 15.0.0.10 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss $ Connection to 25.0.0.12 closed. [root@controller-deray ~]> exit [stack@controller-deray ~]> neutron router-interface-delete router1 V6N1 Removed interface from router router1. [stack@controller-deray ~]> ^C [stack@controller-deray ~]> neutron router-list +--------------------------------------+---------+-----------------------+-------------+ | id | name | external_gateway_info | distributed | +--------------------------------------+---------+-----------------------+-------------+ | 51b2685c-0757-40a3-a1eb-1e59ff520a38 | router1 | null | False | +--------------------------------------+---------+-----------------------+-------------+ [stack@controller-deray ~]> neutron router-interface-delete router1 V4N2 Removed interface from router router1. [stack@controller-deray ~]> neutron router-delete router1 Deleted router(s): router1 [stack@controller-deray ~]> nova list +--------------------------------------+------+--------+------------+-------------+------------------------------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+------+--------+------------+-------------+------------------------------------------------+ | e81f1fd2-b9a9-46cc-94ab-05172db4f683 | VM1 | ACTIVE | - | Running | N1=15.0.0.10, 2001:db8:0:2:f816:3eff:fe44:cbd7 | | c9244530-c8cf-4cf5-b356-b752ec567a15 | VM2 | ACTIVE | - | Running | N1=15.0.0.6, 2001:db8:0:2:f816:3eff:fe85:d083 | | 0e5ee492-2e1c-47e4-9b93-0e364f2d385d | VM3 | ACTIVE | - | Running | N1=15.0.0.3, 2001:db8:0:2:f816:3eff:fed5:bf1d | | b35df6a5-93e2-434a-a936-8514c58d9c0f | VM4 | ACTIVE | - | Running | N2=25.0.0.12 | +--------------------------------------+------+--------+------------+-------------+------------------------------------------------+ [stack@controller-deray ~]> nova delete VM1 VM2 VM3 VM4^C [stack@controller-deray ~]> ip netns list qdhcp-1a4e903e-08f0-4bd6-880b-d1238c2b4a5c qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 [stack@controller-deray ~]> ip netns exec qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 bash seting the network namespace "qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62" failed: Operation not permitted [stack@controller-deray ~]> sudo ip netns exec qdhcp-d7bf6a09-9261-4d74-b288-30ff3fca2d62 bash [root@controller-deray ~]> ping 15.0.0.6 PING 15.0.0.6 (15.0.0.6) 56(84) bytes of data. 64 bytes from 15.0.0.6: icmp_seq=1 ttl=64 time=3.65 ms ^C --- 15.0.0.6 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 3.653/3.653/3.653/0.000 ms [root@controller-deray ~]> ping 15.0.0.10 PING 15.0.0.10 (15.0.0.10) 56(84) bytes of data. 64 bytes from 15.0.0.10: icmp_seq=1 ttl=64 time=3.82 ms ^C --- 15.0.0.10 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 3.824/3.824/3.824/0.000 ms [root@controller-deray ~]> ping 15.0.0.3 PING 15.0.0.3 (15.0.0.3) 56(84) bytes of data. 64 bytes from 15.0.0.3: icmp_seq=1 ttl=64 time=2.99 ms ^C --- 15.0.0.3 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.994/2.994/2.994/0.000 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fe44:cbd7 PING 2001:db8:0:2:f816:3eff:fe44:cbd7(2001:db8:0:2:f816:3eff:fe44:cbd7) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fe44:cbd7: icmp_seq=1 ttl=64 time=3.24 ms ^C --- 2001:db8:0:2:f816:3eff:fe44:cbd7 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 3.240/3.240/3.240/0.000 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fe85:d083 PING 2001:db8:0:2:f816:3eff:fe85:d083(2001:db8:0:2:f816:3eff:fe85:d083) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fe85:d083: icmp_seq=1 ttl=64 time=4.40 ms ^C --- 2001:db8:0:2:f816:3eff:fe85:d083 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 4.409/4.409/4.409/0.000 ms [root@controller-deray ~]> ping6 2001:db8:0:2:f816:3eff:fed5:bf1d PING 2001:db8:0:2:f816:3eff:fed5:bf1d(2001:db8:0:2:f816:3eff:fed5:bf1d) 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fed5:bf1d: icmp_seq=1 ttl=64 time=4.44 ms ^C --- 2001:db8:0:2:f816:3eff:fed5:bf1d ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 4.443/4.443/4.443/0.000 ms [root@controller-deray ~]> ssh -6 2001:db8:0:2:f816:3eff:fed5:bf1d The authenticity of host '2001:db8:0:2:f816:3eff:fed5:bf1d (2001:db8:0:2:f816:3eff:fed5:bf1d)' can't be established. RSA key fingerprint is 87:66:a9:dc:1d:a5:7a:76:87:0c:f0:d4:3d:23:42:dd. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '2001:db8:0:2:f816:3eff:fed5:bf1d' (RSA) to the list of known hosts. root@2001:db8:0:2:f816:3eff:fed5:bf1d's password: [root@controller-deray ~]> ssh -6 cirrot@2001:db8:0:2:f816:3eff:fed5:bf1d cirrot@2001:db8:0:2:f816:3eff:fed5:bf1d's password: [root@controller-deray ~]> ssh -6 cirros@2001:db8:0:2:f816:3eff:fed5:bf1d cirros@2001:db8:0:2:f816:3eff:fed5:bf1d's password: Permission denied, please try again. cirros@2001:db8:0:2:f816:3eff:fed5:bf1d's password: $ ping6 2001:db8:0:2:f816:3eff:fe85:d083 PING 2001:db8:0:2:f816:3eff:fe85:d083 (2001:db8:0:2:f816:3eff:fe85:d083): 56 data bytes 64 bytes from 2001:db8:0:2:f816:3eff:fe85:d083: seq=0 ttl=64 time=8.476 ms 64 bytes from 2001:db8:0:2:f816:3eff:fe85:d083: seq=1 ttl=64 time=2.623 ms ^C --- 2001:db8:0:2:f816:3eff:fe85:d083 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 2.623/5.549/8.476 ms $ Connection to 2001:db8:0:2:f816:3eff:fed5:bf1d closed. [root@controller-deray ~]> ping 15.0.0.10 PING 15.0.0.10 (15.0.0.10) 56(84) bytes of data. 64 bytes from 15.0.0.10: icmp_seq=1 ttl=64 time=2.52 ms ^C --- 15.0.0.10 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.521/2.521/2.521/0.000 ms [root@controller-deray ~]> ping 25.0.0.12 PING 25.0.0.12 (25.0.0.12) 56(84) bytes of data. ^C --- 25.0.0.12 ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 1006ms [root@controller-deray ~]> exit [stack@controller-deray ~]> nova delete VM1 VM2 VM3 VM4 Request to delete server VM1 has been accepted. Request to delete server VM2 has been accepted. Request to delete server VM3 has been accepted. Request to delete server VM4 has been accepted. [stack@controller-deray ~]>