Trouble: wget: can't connect to remote host (169.254.169.254): No route to host

Asked by Lucian Thomaz da Silva

I was trying access the VNC Console from Dashboard, but I'm having some troubles that I can't solve.
There are a running instance in a compute node and I can ping it from controller and can ssh from controller too, but I can't ping or ssh out of there.

Here is my configurations:

--Controller
Running services:

nova nova-dhcpbridge nova-scheduler
nova-ajax-console-proxy nova-manage nova-vncproxy
nova-api nova-network nova-volume
nova-compute nova-objectstore

#ifconfig

br100 Link encap:Ethernet HWaddr 78:ac:c0:c1:87:80
          inet addr:10.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.0
          inet6 addr: fe80::fc8c:f9ff:fe41:8525/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:294414 errors:0 dropped:0 overruns:0 frame:0
          TX packets:95590 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:69246161 (69.2 MB) TX bytes:101114544 (101.1 MB)

eth0 Link encap:Ethernet HWaddr 78:ac:c0:c1:87:80
          inet addr:192.168.100.150 Bcast:0.0.0.0 Mask:255.255.255.255
          inet6 addr: fe80::7aac:c0ff:fec1:8780/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:329549 errors:0 dropped:0 overruns:0 frame:0
          TX packets:128956 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:79937559 (79.9 MB) TX bytes:103792911 (103.7 MB)
          Interrupt:17

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:508076 errors:0 dropped:0 overruns:0 frame:0
          TX packets:508076 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:351903403 (351.9 MB) TX bytes:351903403 (351.9 MB)

virbr0 Link encap:Ethernet HWaddr 16:f2:48:06:76:04
          inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
          UP BROADCAST MULTICAST MTU:1500 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)

(obs: there is an issue here that I don't understand, the IP of my controller is 192.168.100.140, and I have allocated the IP 192.168.100.150 for a VM running on the compute node, and I don't understand why the ifconfig in the 192.168.100.140 machine show the IP 192.168.100.150)

#ip addr show

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet 169.254.169.254/32 scope link lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br100 state UP qlen 1000
    link/ether 78:ac:c0:c1:87:80 brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.150/32 scope global eth0
    inet6 fe80::7aac:c0ff:fec1:8780/64 scope link
       valid_lft forever preferred_lft forever
3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN
    link/ether 16:f2:48:06:76:04 brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
5: br100: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 78:ac:c0:c1:87:80 brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.1/24 scope global br100
    inet 192.168.100.140/24 scope global br100
    inet 192.168.100.149/32 scope global br100
    inet 192.168.100.150/32 scope global br100
    inet6 fe80::fc8c:f9ff:fe41:8525/64 scope link
       valid_lft forever preferred_lft forever

#vim /etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.100.140
netmask 255.255.255.0
gateway 192.168.100.1
network 192.168.100.0

# Bridge network interface for VM networks
auto br100
iface br100 inet static
address 10.0.0.1
netmask 255.255.255.0
bridge_stp off
bridge_fd 0

# ps aux | grep dnsmasq

nobody 1483 0.0 0.0 21628 932 ? S Mar29 0:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override
nobody 1891 0.0 0.0 24476 1028 ? S Mar29 0:00 dnsmasq --strict-order --bind-interfaces --conf-file= --domain=novalocal --pid-file=/var/lib/nova/networks/nova-br100.pid --listen-address=10.0.0.1 --except-interface=lo --dhcp-range=10.0.0.2,static,120s --dhcp-lease-max=256 --dhcp-hostsfile=/var/lib/nova/networks/nova-br100.conf --dhcp-script=/usr/bin/nova-dhcpbridge --leasefile-ro
root 1892 0.0 0.0 24448 440 ? S Mar29 0:00 dnsmasq --strict-order --bind-interfaces --conf-file= --domain=novalocal --pid-file=/var/lib/nova/networks/nova-br100.pid --listen-address=10.0.0.1 --except-interface=lo --dhcp-range=10.0.0.2,static,120s --dhcp-lease-max=256 --dhcp-hostsfile=/var/lib/nova/networks/nova-br100.conf --dhcp-script=/usr/bin/nova-dhcpbridge --leasefile-ro
lis 15717 0.0 0.0 9256 904 pts/0 S+ 11:31 0:00 grep --color=auto dnsmasq

# vim /etc/nova/nova.conf

# DATABASE
--sql_connection=mysql://nova:yourpassword@192.168.100.140/nova

# LOGS/STATE
--verbose
--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova

# RABBITMQ
--rabbit_password=guest
--rabbit_port=5672
--rabbit_host=192.168.100.140

# SCHEDULER
--scheduler_driver=nova.scheduler.simple.SimpleScheduler

# NETWORK
--network_manager=nova.network.manager.FlatDHCPManager
--fixed_range=10.0.0.0/24
--flat_network_dhcp_start=10.0.0.2
--public_interface=eth0
--flat_interface=eth0
--flat_network_bridge=br100

# GLANCE
--image_service=nova.image.glance.GlanceImageService
--glance_api_servers=192.168.100.140:9292

# COMPUTE
--compute_manager=nova.compute.manager.ComputeManager
--libvirt_type=kvm

# VNCPROXY
--vncproxy_url=http://192.168.100.140:6080
--vncproxy_wwwroot=/var/lib/nova/noVNC
--novncproxy_base_url=http://192.168.100.140:6080/vnc_auto.html
--vncserver_proxyclient_address=192.168.100.143
--vncserver_listen=192.168.100.143

# MISC
--use_deprecated_auth=false
--allow_admin_api=true
--enable_zone_routing=true

# KEYSTONE
--keystone_ec2_url=http://192.168.100.140:5000/v2.0/ec2tokens

----------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------

Compute Node

Services running

nova nova-compute nova-manage
nova-api nova-dhcpbridge nova-network

#ifconfig

br100 Link encap:Ethernet HWaddr 78:e7:d1:72:15:5d
          inet addr:192.168.100.143 Bcast:0.0.0.0 Mask:255.255.255.0
          inet6 addr: fe80::5465:e3ff:fe05:d2be/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:276167 errors:0 dropped:0 overruns:0 frame:0
          TX packets:122810 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:105446625 (105.4 MB) TX bytes:54356082 (54.3 MB)

eth0 Link encap:Ethernet HWaddr 78:e7:d1:72:15:5d
          inet6 addr: fe80::7ae7:d1ff:fe72:155d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:315921 errors:0 dropped:0 overruns:0 frame:0
          TX packets:125316 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:115443702 (115.4 MB) TX bytes:55031666 (55.0 MB)
          Interrupt:42

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)

virbr0 Link encap:Ethernet HWaddr b2:38:6d:bc:eb:30
          inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
          UP BROADCAST MULTICAST MTU:1500 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)

vnet0 Link encap:Ethernet HWaddr fe:16:3e:07:1e:bb
          inet6 addr: fe80::fc16:3eff:fe07:1ebb/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:313 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4882 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500
          RX bytes:65186 (65.1 KB) TX bytes:936376 (936.3 KB)

#ip addr show

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet 169.254.169.254/32 scope link lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br100 state UP qlen 1000
    link/ether 78:e7:d1:72:15:5d brd ff:ff:ff:ff:ff:ff
    inet6 fe80::7ae7:d1ff:fe72:155d/64 scope link
       valid_lft forever preferred_lft forever
3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN
    link/ether b2:38:6d:bc:eb:30 brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
5: br100: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 78:e7:d1:72:15:5d brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.143/24 scope global br100
    inet6 fe80::5465:e3ff:fe05:d2be/64 scope link
       valid_lft forever preferred_lft forever
10: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br100 state UNKNOWN qlen 500
    link/ether fe:16:3e:07:1e:bb brd ff:ff:ff:ff:ff:ff
    inet6 fe80::fc16:3eff:fe07:1ebb/64 scope link
       valid_lft forever preferred_lft forever

#vim /etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.100.143
netmask 255.255.255.0
gateway 192.168.100.1
network 192.168.100.0

#ps aux | grep dnsmasq

nobody 1107 0.0 0.0 21628 912 ? S Mar29 0:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override
lis 24160 0.0 0.0 9256 908 pts/0 S+ 11:40 0:00 grep --color=auto dnsmasq

# vim /etc/nova/nova.conf

# DATABASE
--sql_connection=mysql://nova:yourpassword@192.168.100.140/nova

# LOGS/STATE
--verbose
--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova

# RABBITMQ
--rabbit_password=guest
--rabbit_port=5672
--rabbit_host=192.168.100.140

# SCHEDULER
--scheduler_driver=nova.scheduler.simple.SimpleScheduler

# NETWORK
--network_manager=nova.network.manager.FlatDHCPManager
--fixed_range=10.0.0.0/24
--flat_network_dhcp_start=10.0.0.2
--public_interface=eth0
--flat_interface=eth0
--flat_network_bridge=br100

# GLANCE
--image_service=nova.image.glance.GlanceImageService
--glance_api_servers=192.168.100.140:9292

# COMPUTE
--compute_manager=nova.compute.manager.ComputeManager
--libvirt_type=kvm

# VNCPROXY
--vncproxy_url=http://192.168.100.140:6080
--vncproxy_wwwroot=/var/lib/nova/noVNC
--novncproxy_base_url=http://192.168.100.140:6080/vnc_auto.html
--vncserver_proxyclient_address=192.168.100.143
--vncserver_listen=192.168.100.143

# MISC
--use_deprecated_auth=false
--allow_admin_api=true
--enable_zone_routing=true

# KEYSTONE
--keystone_ec2_url=http://192.168.100.140:5000/v2.0/ec2tokens

------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------

Log of the instance from Dashboard when I set up it

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35-22-virtual (buildd@yellow) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #35-Ubuntu SMP Sat Oct 16 23:19:29 UTC 2010 (Ubuntu 2.6.35-22.35-virtual 2.6.35.4)
[ 0.000000] Command line: root=/dev/vda console=ttyS0
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
[ 0.000000] BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000001fffd000 (usable)
[ 0.000000] BIOS-e820: 000000001fffd000 - 0000000020000000 (reserved)
[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x1fffd max_arch_pfn = 0x400000000
[ 0.000000] PAT not supported by CPU.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009bc00 (usable)
[ 0.000000] modified: 000000000009bc00 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 000000001fffd000 (usable)
[ 0.000000] modified: 000000001fffd000 - 0000000020000000 (reserved)
[ 0.000000] modified: 00000000feffc000 - 00000000ff000000 (reserved)
[ 0.000000] modified: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] found SMP MP-table at [ffff8800000fdae0] fdae0
[ 0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
[ 0.000000] RAMDISK: 1fa53000 - 1fff0000
[ 0.000000] ACPI: RSDP 00000000000fda90 00014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 000000001fffd6a0 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 000000001ffffe70 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 000000001fffd8a0 02560 (v01 BXPC BXDSDT 00000001 INTL 20100528)
[ 0.000000] ACPI: FACS 000000001ffffe00 00040
[ 0.000000] ACPI: SSDT 000000001fffd800 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 000000001fffd720 00072 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 000000001fffd6e0 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000001fffd000
[ 0.000000] Initmem setup node 0 0000000000000000-000000001fffd000
[ 0.000000] NODE_DATA [0000000001d1b080 - 0000000001d2007f]
[ 0.000000] kvm-clock: Using msrs 12 and 11
[ 0.000000] kvm-clock: cpu 0, msr 0:1b02901, boot clock
[ 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 -> 0x0000009b
[ 0.000000] 0: 0x00000100 -> 0x0001fffd
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, 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: 000000000009b000 - 000000000009c000
[ 0.000000] PM: Registered nosave memory: 000000000009c000 - 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:deffc000)
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001e00000 s91520 r8192 d23168 u2097152
[ 0.000000] pcpu-alloc: s91520 r8192 d23168 u2097152 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] kvm-clock: cpu 0, msr 0:1e15901, primary cpu clock
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 129160
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/vda console=ttyS0
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Subtract (42 early reservations)
[ 0.000000] #1 [0001000000 - 0001d1a954] TEXT DATA BSS
[ 0.000000] #2 [001fa53000 - 001fff0000] RAMDISK
[ 0.000000] #3 [0001d1b000 - 0001d1b071] BRK
[ 0.000000] #4 [000009bc00 - 00000fdae0] BIOS reserved
[ 0.000000] #5 [00000fdae0 - 00000fdaf0] MP-table mpf
[ 0.000000] #6 [00000fdbe8 - 0000100000] BIOS reserved
[ 0.000000] #7 [00000fdaf0 - 00000fdbe8] MP-table mpc
[ 0.000000] #8 [0000010000 - 0000012000] TRAMPOLINE
[ 0.000000] #9 [0000012000 - 0000016000] ACPI WAKEUP
[ 0.000000] #10 [0000016000 - 0000017000] PGTABLE
[ 0.000000] #11 [0001d1b080 - 0001d20080] NODE_DATA
[ 0.000000] #12 [0001d20080 - 0001d21080] BOOTMEM
[ 0.000000] #13 [0000017000 - 0000017060] BOOTMEM
[ 0.000000] #14 [0002522000 - 0002523000] BOOTMEM
[ 0.000000] #15 [0002523000 - 0002524000] BOOTMEM
[ 0.000000] #16 [0002600000 - 0002e00000] MEMMAP 0
[ 0.000000] #17 [0001d21080 - 0001d39080] BOOTMEM
[ 0.000000] #18 [0001d39080 - 0001d51080] BOOTMEM
[ 0.000000] #19 [0001d52000 - 0001d53000] BOOTMEM
[ 0.000000] #20 [0001d1a980 - 0001d1a9c1] BOOTMEM
[ 0.000000] #21 [0001d1aa00 - 0001d1aa43] BOOTMEM
[ 0.000000] #22 [0001d1aa80 - 0001d1ac40] BOOTMEM
[ 0.000000] #23 [0001d1ac40 - 0001d1aca8] BOOTMEM
[ 0.000000] #24 [0001d1acc0 - 0001d1ad28] BOOTMEM
[ 0.000000] #25 [0001d1ad40 - 0001d1ada8] BOOTMEM
[ 0.000000] #26 [0001d1adc0 - 0001d1ae28] BOOTMEM
[ 0.000000] #27 [0001d1ae40 - 0001d1aea8] BOOTMEM
[ 0.000000] #28 [0001d1aec0 - 0001d1af28] BOOTMEM
[ 0.000000] #29 [0001d1af40 - 0001d1afa8] BOOTMEM
[ 0.000000] #30 [0001d1afc0 - 0001d1afe0] BOOTMEM
[ 0.000000] #31 [0001d51080 - 0001d5109c] BOOTMEM
[ 0.000000] #32 [0001d510c0 - 0001d510dc] BOOTMEM
[ 0.000000] #33 [0001e00000 - 0001e1e000] BOOTMEM
[ 0.000000] #34 [0001d51100 - 0001d51108] BOOTMEM
[ 0.000000] #35 [0001d51140 - 0001d51148] BOOTMEM
[ 0.000000] #36 [0001d51180 - 0001d51184] BOOTMEM
[ 0.000000] #37 [0001d511c0 - 0001d511c8] BOOTMEM
[ 0.000000] #38 [0001d51200 - 0001d51350] BOOTMEM
[ 0.000000] #39 [0001d51380 - 0001d51400] BOOTMEM
[ 0.000000] #40 [0001d51400 - 0001d51480] BOOTMEM
[ 0.000000] #41 [0001d53000 - 0001d57000] BOOTMEM
[ 0.000000] Memory: 496048k/524276k available (5816k kernel code, 468k absent, 27760k reserved, 5366k data, 828k init)
[ 0.000000] SLUB: Genslabs=14, 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] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:256
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 5242880 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Detected 2925.998 MHz processor.
[ 0.020000] Calibrating delay loop (skipped) preset value.. 5851.99 BogoMIPS (lpj=29259980)
[ 0.020000] pid_max: default: 32768 minimum: 301
[ 0.020000] Security Framework initialized
[ 0.020000] AppArmor: AppArmor initialized
[ 0.020000] Yama: becoming mindful.
[ 0.020000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.020000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.020000] Mount-cache hash table entries: 256
[ 0.020000] Initializing cgroup subsys ns
[ 0.020000] Initializing cgroup subsys cpuacct
[ 0.020000] Initializing cgroup subsys memory
[ 0.020011] Initializing cgroup subsys devices
[ 0.020681] Initializing cgroup subsys freezer
[ 0.021317] Initializing cgroup subsys net_cls
[ 0.022033] mce: CPU supports 10 MCE banks
[ 0.022686] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only.
[ 0.024130] SMP alternatives: switching to UP code
[ 0.101223] Freeing SMP alternatives: 24k freed
[ 0.101927] ACPI: Core revision 20100428
[ 0.103512] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.104342] ftrace: allocating 23035 entries in 91 pages
[ 0.110141] Setting APIC routing to flat
[ 0.112033] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.112936] CPU0: Intel QEMU Virtual CPU version 0.14.1 stepping 03
[ 0.120000] Brought up 1 CPUs
[ 0.120000] Total of 1 processors activated (5851.99 BogoMIPS).
[ 0.120000] devtmpfs: initialized
[ 0.120000] regulator: core version 0.5
[ 0.120000] Time: 14:04:38 Date: 03/30/12
[ 0.120000] NET: Registered protocol family 16
[ 0.120000] ACPI: bus type pci registered
[ 0.120000] PCI: Using configuration type 1 for base access
[ 0.120000] bio: create slab <bio-0> at 0
[ 0.122348] ACPI: Interpreter enabled
[ 0.122927] ACPI: (supports S0 S3 S4 S5)
[ 0.123612] ACPI: Using IOAPIC for interrupt routing
[ 0.127576] ACPI: No dock devices found.
[ 0.128176] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.129616] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.131488] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.132592] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.144638] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.145693] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.146703] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.147708] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.148719] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
[ 0.149624] HEST: Table is not found!
[ 0.150201] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.151405] vgaarb: loaded
[ 0.152067] SCSI subsystem initialized
[ 0.152926] usbcore: registered new interface driver usbfs
[ 0.153770] usbcore: registered new interface driver hub
[ 0.154624] usbcore: registered new device driver usb
[ 0.155570] ACPI: WMI: Mapper loaded
[ 0.156121] PCI: Using ACPI for IRQ routing
[ 0.157132] NetLabel: Initializing
[ 0.157653] NetLabel: domain hash size = 128
[ 0.158306] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.159058] NetLabel: unlabeled traffic allowed by default
[ 0.160062] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.161149] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.161955] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.170056] Switching to clocksource kvm-clock
[ 0.182701] AppArmor: AppArmor Filesystem Enabled
[ 0.183467] pnp: PnP ACPI init
[ 0.183960] ACPI: bus type pnp registered
[ 0.185327] pnp: PnP ACPI: found 6 devices
[ 0.185953] ACPI: ACPI bus type pnp unregistered
[ 0.192688] NET: Registered protocol family 2
[ 0.193421] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.194723] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.196120] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.197407] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.198387] TCP reno registered
[ 0.198869] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.199757] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.200794] NET: Registered protocol family 1
[ 0.201468] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.202358] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.203231] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.204455] Scanning for low memory corruption every 60 seconds
[ 0.205478] audit: initializing netlink socket (disabled)
[ 0.206305] type=2000 audit(1333116279.200:1): initialized
[ 0.217924] Trying to unpack rootfs image as initramfs...
[ 0.250924] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.260152] VFS: Disk quotas dquot_6.5.2
[ 0.260827] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.262341] fuse init (API version 7.14)
[ 0.263018] msgmni has been set to 968
[ 0.270400] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.271525] io scheduler noop registered
[ 0.272141] io scheduler deadline registered (default)
[ 0.272949] io scheduler cfq registered
[ 0.273619] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.274473] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.275627] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.276745] ACPI: Power Button [PWRF]
[ 0.278739] ERST: Table is not found!
[ 0.279498] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 0.280409] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
[ 0.290237] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[ 0.291132] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
[ 0.292619] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[ 0.293488] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10
[ 0.294969] Linux agpgart interface v0.103
[ 0.295624] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.296794] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.297907] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 0.299974] brd: module loaded
[ 0.300903] loop: module loaded
[ 0.302130] vda: unknown partition table
[ 0.321538] vdb: unknown partition table
[ 0.330099] scsi0 : ata_piix
[ 0.330666] scsi1 : ata_piix
[ 0.331132] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
[ 0.332170] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
[ 0.333447] Fixed MDIO Bus: probed
[ 0.333998] PPP generic driver version 2.4.2
[ 0.334696] tun: Universal TUN/TAP device driver, 1.6
[ 0.335455] tun: (C) 1999-2004 Max Krasnyansky <email address hidden>
[ 0.336491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.337485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.338416] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.339416] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
[ 0.340722] uhci_hcd 0000:00:01.2: UHCI Host Controller
[ 0.341539] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[ 0.342756] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c020
[ 0.343765] hub 1-0:1.0: USB hub found
[ 0.345667] hub 1-0:1.0: 2 ports detected
[ 0.346405] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.348191] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.348958] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.349801] mice: PS/2 mouse device common for all mice
[ 0.350734] rtc_cmos 00:01: RTC can wake from S4
[ 0.351481] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.352510] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[ 0.353529] device-mapper: uevent: version 1.0.3
[ 0.354505] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.372520] Freeing initrd memory: 5748k freed
[ 0.375320] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: <email address hidden>
[ 0.376818] device-mapper: multipath: version 1.1.1 loaded
[ 0.377668] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.378830] cpuidle: using governor ladder
[ 0.379460] cpuidle: using governor menu
[ 0.380271] TCP cubic registered
[ 0.380886] NET: Registered protocol family 10
[ 0.381906] lo: Disabled Privacy Extensions
[ 0.382679] NET: Registered protocol family 17
[ 0.383505] registered taskstats version 1
[ 0.384346] Magic number: 4:234:82
[ 0.385020] rtc_cmos 00:01: setting system clock to 2012-03-30 14:04:38 UTC (1333116278)
[ 0.386247] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.387166] EDD information not available.
[ 0.520264] Freeing unused kernel memory: 828k freed
[ 0.521447] Write protecting the kernel read-only data: 10240k
[ 0.522631] Freeing unused kernel memory: 308k freed
[ 0.523628] Freeing unused kernel memory: 1620k freed
Used vda for root filesystem
pivot_root: Invalid argument

init started: BusyBox v1.17.2 (2010-10-17 16:10:18 MST)
stty: /dev/console

ttylinux 12.1
 > http://ttylinux.org/
 > hostname: ttylinux_host

load Kernel Module: acpiphp [ OK ]
load Kernel Module: e1000 [ OK ]
load Kernel Module: ne2k-pci [ OK ]
[ 0.682553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
load Kernel Module: 8139cp [ OK ]
load Kernel Module: pcnet32 [ OK ]
load Kernel Module: mii [ OK ]
load Kernel Module: ip_tables [ OK ]
file systems checked [ OK ]
mounting local file systems [ OK ]
setting up system clock [utc] Fri Mar 30 14:04:38 UTC 2012 [ OK ]
stty: /dev/console
stty: /dev/console
initializing random number generator [WATING][-11G.. [ OK ]
stty: /dev/console
startup klogd [ OK ]
startup syslogd [ OK ]
stty: /dev/console
stty: /dev/console
bringing up loopback interface lo [ OK ]
stty: /dev/console
udhcpc (v1.17.2) started
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.2...
Received DHCP NAK
Sending discover...
Sending select for 192.168.100.218...
Lease of 192.168.100.218 obtained, lease time 3600
starting DHCP forEthernet interface eth0 [ OK ]
cloud-setup: checking http://169.254.169.254/2009-04-04/meta-data/instance-id
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 1/30: up 268.95. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 2/30: up 272.97. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 3/30: up 275.98. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 4/30: up 280.00. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 5/30: up 283.01. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 6/30: up 287.03. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 7/30: up 290.04. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 8/30: up 294.07. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 9/30: up 297.07. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 10/30: up 301.09. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 11/30: up 304.10. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 12/30: up 308.12. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 13/30: up 311.13. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 14/30: up 315.15. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 15/30: up 318.16. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 16/30: up 322.18. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 17/30: up 325.19. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 18/30: up 329.21. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 19/30: up 332.22. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 20/30: up 336.24. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 21/30: up 339.25. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 22/30: up 343.27. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 23/30: up 346.28. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 24/30: up 350.30. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 25/30: up 353.31. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 26/30: up 357.33. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 27/30: up 360.34. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 28/30: up 364.36. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 29/30: up 367.37. request failed
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-setup: failed 30/30: up 371.39. request failed
cloud-setup: after 30 fails, debugging
cloud-setup: running debug (30 tries reached)
############ debug start ##############
### /etc/rc.d/init.d/sshd start
stty: /dev/console
startup dropbear [ OK ]
### ifconfig -a
eth0 Link encap:Ethernet HWaddr 02:16:3E:07:1E:BB
          inet addr:192.168.100.218 Bcast:192.168.100.255 Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:1193 errors:0 dropped:0 overruns:0 frame:0
          TX packets:279 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:289628 (282.8 KiB) TX bytes:63186 (61.7 KiB)
          Interrupt:11

lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:60 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5280 (5.1 KiB) TX bytes:5280 (5.1 KiB)

### route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.100.1 0.0.0.0 UG 0 0 0 eth0
### cat /etc/resolv.conf
cat: can't open '/etc/resolv.conf': No such file or directory
### ping -c 5 192.168.100.1
PING 192.168.100.1 (192.168.100.1): 56 data bytes

--- 192.168.100.1 ping statistics ---
5 packets transmitted, 0 packets received, 100% packet loss
/etc/rc.d/init.d/cloud-functions: line 41: /etc/resolv.conf: No such file or directory
### pinging nameservers
### uname -a
Linux ttylinux_host 2.6.35-22-virtual #35-Ubuntu SMP Sat Oct 16 23:19:29 UTC 2010 x86_64 GNU/Linux
### lsmod
Module Size Used by
ip_tables 18737 0
x_tables 24391 1 ip_tables
pcnet32 36585 0
8139cp 20333 0
mii 5261 2 pcnet32,8139cp
ne2k_pci 7802 0
8390 9897 1 ne2k_pci
e1000 110274 0
acpiphp 18752 0
### dmesg | tail
<6>[ 0.675074] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
<6>[ 0.682365] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
<4>[ 0.682553] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
<6>[ 0.683454] 8139cp 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11
<6>[ 0.686565] 8139cp 0000:00:03.0: eth0: RTL-8139C+ at 0xffffc900001e0000, 02:16:3e:07:1e:bb, IRQ 11
<7>[ 0.686600] 8139cp 0000:00:03.0: setting latency timer to 64
<6>[ 0.693391] pcnet32: pcnet32.c:v1.35 21.Apr.2008 <email address hidden>
<6>[ 0.707596] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 1.085788] eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
<7>[ 11.600052] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring lost+found
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring boot
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring dev
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring etc
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring home
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring lib
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring mnt
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring proc
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring sbin
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring sys
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring tmp
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring usr
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring var
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring vmlinuz
Mar 30 13:16:18 ttylinux_host cron.info crond[333]: crond: ignoring old-root
Mar 30 13:16:31 ttylinux_host daemon.info init: starting pid 350, tty '/dev/tty1': '/sbin/getty 38400 tty1'
Mar 30 13:16:31 ttylinux_host daemon.info init: starting pid 351, tty '/dev/tty2': '/sbin/getty 38400 tty2'
Mar 30 13:16:31 ttylinux_host daemon.info init: starting pid 352, tty '/dev/tty3': '/sbin/getty 38400 tty3'
Mar 30 13:16:31 ttylinux_host daemon.info init: starting pid 353, tty '/dev/tty4': '/sbin/getty 38400 tty4'
Mar 30 13:16:31 ttylinux_host daemon.info init: starting pid 354, tty '/dev/tty5': '/sbin/getty 38400 tty5'
Mar 30 13:16:31 ttylinux_host daemon.info init: starting pid 355, tty '/dev/tty6': '/sbin/getty 38400 tty6'
Mar 30 14:04:38 ttylinux_host syslog.info syslogd started: BusyBox v1.17.2
Mar 30 14:04:38 ttylinux_host user.info kernel: [ 1.085788] eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
Mar 30 14:04:48 ttylinux_host user.debug kernel: [ 11.600052] eth0: no IPv6 routers present
Mar 30 14:10:51 ttylinux_host authpriv.info dropbear[355]: Running in background
############ debug end ##############
cloud-setup: failed to read iid from metadata. tried 30
stty: /dev/console
sshd is already running.
stty: /dev/console
startup inetd [ OK ]
stty: /dev/console
startup crond [ OK ]
wget: can't connect to remote host (169.254.169.254): No route to host
cloud-userdata: failed to read instance id
===== cloud-final: system completely up in 391.67 seconds ====
wget: can't connect to remote host (169.254.169.254): No route to host
wget: can't connect to remote host (169.254.169.254): No route to host
wget: can't connect to remote host (169.254.169.254): No route to host
  instance-id:
  public-ipv4:
  local-ipv4 :

Someone can help with this?

Question information

Language:
English Edit question
Status:
Expired
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Anthony Young (sleepsonthefloor) said :
#1

You have several different issues here. But let's focus on the vnc problems.

It looks like you are using diablo packages, but you are referring to trunk docs as a flag reference. Here is the old vnc doc:

https://github.com/openstack/nova/blob/stable/diablo/doc/source/runnova/vncconsole.rst:

You are using --novncproxy_base_url=http://192.168.100.140:6080/vnc_auto.html

But you really need:

--vnc_console_proxy_url=http://[proxy_host]:[proxy_port]

Another issue is that in diablo, your host names must be resolvable within your cluster for the vncproxy to connect to the instance vnc servers. Just something to be aware of.

As for your other issues, this is what I see:

1) I'm a bit confused at your configuration. On your controller, you are running nova-network, but you are also running it on your compute hosts. If your intent is to run in ha flatdhcp mode, you should not run nova-network on the controller. Conversely, if you want to run plain old flatdhcp, you should not run nova-network on the compute hosts.

If you are running ha net, you need the flag --multi_host on your compute hosts.

2) Your metadata service is not configured properly. 169.254.169.254 is implemented as an iptables dnat rule that forwards 169.254.169.254 to your api server (which in diablo handles metadata requests as well as api requests). This rule is configured by nova-network, so it is important that you first figure out 1) before getting to this step. The relevant flag is --ec2_dmz_host=[my_api_server].

Revision history for this message
Lucian Thomaz da Silva (lucianthomaz) said :
#2

Thank you for the clarification Anthony.
Actually, I was just with nova-compute in my node, but for tests purposes I added the nova-network and nova-api to that yesterday. I'm reinstalling the node right now only with nova-compute again, I'll follow this tips and see if works.
I'll report it as soon as possible.

Revision history for this message
Lucian Thomaz da Silva (lucianthomaz) said :
#3

Anthony, I have rebuilded my environment and now I'm with the following configuration:

---------------------------------------------------------------------------------------------------------------------------------------------
--Controller

Services Running

nova
nova-compute
nova-network
nova-vncproxy
nova-ajax-console-proxy
nova-dhcpbridge
nova-objectstore
nova-volume
nova-api
nova-manage
nova-scheduler

#ifconfig

br100 Link encap:Ethernet HWaddr 78:ac:c0:c1:87:80
          inet addr:10.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.0
          inet6 addr: fe80::4c2f:e0ff:fe67:4a9c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:30415 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17291 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5297459 (5.2 MB) TX bytes:5798515 (5.7 MB)

eth0 Link encap:Ethernet HWaddr 78:ac:c0:c1:87:80
          inet6 addr: fe80::7aac:c0ff:fec1:8780/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:32511 errors:0 dropped:0 overruns:0 frame:0
          TX packets:18702 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6162942 (6.1 MB) TX bytes:6027249 (6.0 MB)
          Interrupt:17

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:49538 errors:0 dropped:0 overruns:0 frame:0
          TX packets:49538 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:33707153 (33.7 MB) TX bytes:33707153 (33.7 MB)

virbr0 Link encap:Ethernet HWaddr 76:cc:73:87:c2:f2
          inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
          UP BROADCAST MULTICAST MTU:1500 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)

#ip addr show

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet 169.254.169.254/32 scope link lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br100 state UP qlen 1000
    link/ether 78:ac:c0:c1:87:80 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::7aac:c0ff:fec1:8780/64 scope link
       valid_lft forever preferred_lft forever
3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN
    link/ether 76:cc:73:87:c2:f2 brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
5: br100: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 78:ac:c0:c1:87:80 brd ff:ff:ff:ff:ff:ff
    inet 10.0.0.1/24 scope global br100
    inet 192.168.100.140/24 brd 192.168.100.255 scope global br100
    inet6 fe80::4c2f:e0ff:fe67:4a9c/64 scope link
       valid_lft forever preferred_lft forever

# vim /etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 192.168.100.140
        netmask 255.255.255.0
        network 192.168.100.0
        broadcast 192.168.100.255
        gateway 192.168.100.1
        # dns-* options are implemented by the resolvconf package, if installed
        dns-search nova-controller

# Bridge network interface for VM networks
auto br100
iface br100 inet static
address 10.0.0.1
netmask 255.255.255.0
bridge_stp off
bridge_fd 0

#ps aux | grep dnsmasq

nobody 1727 0.0 0.0 21628 928 ? S 09:34 0:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override
nobody 2137 0.0 0.0 24476 1020 ? S 09:34 0:00 dnsmasq --strict-order --bind-interfaces --conf-file= --domain=novalocal --pid-file=/var/lib/nova/networks/nova-br100.pid --listen-address=10.0.0.1 --except-interface=lo --dhcp-range=10.0.0.2,static,120s --dhcp-lease-max=256 --dhcp-hostsfile=/var/lib/nova/networks/nova-br100.conf --dhcp-script=/usr/bin/nova-dhcpbridge --leasefile-ro
root 2138 0.0 0.0 24448 440 ? S 09:34 0:00 dnsmasq --strict-order --bind-interfaces --conf-file= --domain=novalocal --pid-file=/var/lib/nova/networks/nova-br100.pid --listen-address=10.0.0.1 --except-interface=lo --dhcp-range=10.0.0.2,static,120s --dhcp-lease-max=256 --dhcp-hostsfile=/var/lib/nova/networks/nova-br100.conf --dhcp-script=/usr/bin/nova-dhcpbridge --leasefile-ro
lis 5341 0.0 0.0 9256 904 pts/1 S+ 10:37 0:00 grep --color=auto dnsmasq

#vim /etc/nova/nova.conf

# DATABASE
--sql_connection=mysql://nova:yourpassword@192.168.100.140/nova

# LOGS/STATE
--verbose
--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova

# RABBITMQ
--rabbit_password=guest
--rabbit_port=5672
--rabbit_host=192.168.100.140

# SCHEDULER
--scheduler_driver=nova.scheduler.simple.SimpleScheduler
# DATABASE
--sql_connection=mysql://nova:yourpassword@192.168.100.140/nova

# LOGS/STATE
--verbose
--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova

# RABBITMQ
--rabbit_password=guest
--rabbit_port=5672
--rabbit_host=192.168.100.140

# SCHEDULER
--scheduler_driver=nova.scheduler.simple.SimpleScheduler

# NETWORK
--network_manager=nova.network.manager.FlatDHCPManager
--fixed_range=10.0.0.0/24
--flat_network_dhcp_start=10.0.0.2
--public_interface=eth0
--flat_interface=eth0
--flat_network_bridge=br100

# GLANCE
--image_service=nova.image.glance.GlanceImageService
--glance_api_servers=192.168.100.140:9292

# COMPUTE
--compute_manager=nova.compute.manager.ComputeManager
--libvirt_type=kvm

# VNCPROXY
--vncproxy_url=http://192.168.100.140:6080
--vncproxy_wwwroot=/var/lib/nova/noVNC

# MISC
--use_deprecated_auth=false
--allow_admin_api=true
--enable_zone_routing=true

# KEYSTONE
--keystone_ec2_url=http://192.168.100.140:5000/v2.0/ec2tokens

-------------------------------------------------------------------------------------------------------------------

--Compute Node

Services Running

nova
nova-compute
nova-manage

#ifconfig

br100 Link encap:Ethernet HWaddr 78:e7:d1:72:15:5d
          inet addr:192.168.100.143 Bcast:0.0.0.0 Mask:255.255.255.0
          inet6 addr: fe80::f4fe:39ff:fe1e:6a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:19351 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7570 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5128841 (5.1 MB) TX bytes:3473078 (3.4 MB)

eth0 Link encap:Ethernet HWaddr 78:e7:d1:72:15:5d
          inet6 addr: fe80::7ae7:d1ff:fe72:155d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:23701 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9591 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:6063439 (6.0 MB) TX bytes:3912218 (3.9 MB)
          Interrupt:43 Base address:0x2000

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)

virbr0 Link encap:Ethernet HWaddr 4a:b3:03:f9:f7:4e
          inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
          UP BROADCAST MULTICAST MTU:1500 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)

vnet0 Link encap:Ethernet HWaddr fe:16:3e:50:0a:a3
          inet6 addr: fe80::fc16:3eff:fe50:aa3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:1378 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8885 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500
          RX bytes:284673 (284.6 KB) TX bytes:1821265 (1.8 MB)

#ip addr show

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br100 state UP qlen 1000
    link/ether 78:e7:d1:72:15:5d brd ff:ff:ff:ff:ff:ff
    inet6 fe80::7ae7:d1ff:fe72:155d/64 scope link
       valid_lft forever preferred_lft forever
3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN
    link/ether 4a:b3:03:f9:f7:4e brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
5: br100: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 78:e7:d1:72:15:5d brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.143/24 scope global br100
    inet6 fe80::f4fe:39ff:fe1e:6a/64 scope link
       valid_lft forever preferred_lft forever
6: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br100 state UNKNOWN qlen 500
    link/ether fe:16:3e:50:0a:a3 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::fc16:3eff:fe50:aa3/64 scope link
       valid_lft forever preferred_lft forever

#vim /etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
        address 192.168.100.143
        netmask 255.255.255.0
        network 192.168.100.0
        gateway 192.168.100.1

#ps aux | grep dnsmasq

nobody 1202 0.0 0.0 21628 924 ? S 09:32 0:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases --dhcp-lease-max=253 --dhcp-no-override
lis 3364 0.0 0.0 9256 908 pts/0 S+ 10:44 0:00 grep --color=auto dnsmasq

#vim /etc/nova/nova.conf

# DATABASE
--sql_connection=mysql://nova:yourpassword@192.168.100.140/nova

# LOGS/STATE
--verbose
--dhcpbridge_flagfile=/etc/nova/nova.conf
--dhcpbridge=/usr/bin/nova-dhcpbridge
--logdir=/var/log/nova
--state_path=/var/lib/nova
--lock_path=/var/lock/nova

# RABBITMQ
--rabbit_password=guest
--rabbit_port=5672
--rabbit_host=192.168.100.140

# SCHEDULER
--scheduler_driver=nova.scheduler.simple.SimpleScheduler

# NETWORK
--network_manager=nova.network.manager.FlatDHCPManager
--fixed_range=10.0.0.0/24
--flat_network_dhcp_start=10.0.0.2
--public_interface=eth0
--flat_interface=eth0
--flat_network_bridge=br100

# GLANCE
--image_service=nova.image.glance.GlanceImageService
--glance_api_servers=192.168.100.140:9292

# COMPUTE
--compute_manager=nova.compute.manager.ComputeManager
--libvirt_type=kvm
--ec2_dmz_host=192.168.100.140

# VNCPROXY
--vncproxy_url=http://192.168.100.140:6080
--vncproxy_wwwroot=/var/lib/nova/noVNC
--vnc_console_proxy_url=http://192.168.100.140:6080
--vnc_enabled=true

# MISC
--use_deprecated_auth=false
--allow_admin_api=true
--enable_zone_routing=true

# KEYSTONE
--keystone_ec2_url=http://192.168.100.140:5000/v2.0/ec2tokens

-----------------------------------------------------------------------------------------------------------------------------
Log of the instance from Dashboard

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.35-22-virtual (buildd@yellow) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #35-Ubuntu SMP Sat Oct 16 23:19:29 UTC 2010 (Ubuntu 2.6.35-22.35-virtual 2.6.35.4)
[ 0.000000] Command line: root=/dev/vda console=ttyS0
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
[ 0.000000] BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000001fffd000 (usable)
[ 0.000000] BIOS-e820: 000000001fffd000 - 0000000020000000 (reserved)
[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x1fffd max_arch_pfn = 0x400000000
[ 0.000000] PAT not supported by CPU.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved)
[ 0.000000] modified: 0000000000010000 - 000000000009bc00 (usable)
[ 0.000000] modified: 000000000009bc00 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 000000001fffd000 (usable)
[ 0.000000] modified: 000000001fffd000 - 0000000020000000 (reserved)
[ 0.000000] modified: 00000000feffc000 - 00000000ff000000 (reserved)
[ 0.000000] modified: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] found SMP MP-table at [ffff8800000fdae0] fdae0
[ 0.000000] init_memory_mapping: 0000000000000000-000000001fffd000
[ 0.000000] RAMDISK: 1fa53000 - 1fff0000
[ 0.000000] ACPI: RSDP 00000000000fda90 00014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 000000001fffd6a0 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 000000001ffffe70 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 000000001fffd8a0 02560 (v01 BXPC BXDSDT 00000001 INTL 20100528)
[ 0.000000] ACPI: FACS 000000001ffffe00 00040
[ 0.000000] ACPI: SSDT 000000001fffd800 0009E (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 000000001fffd720 00072 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 000000001fffd6e0 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000001fffd000
[ 0.000000] Initmem setup node 0 0000000000000000-000000001fffd000
[ 0.000000] NODE_DATA [0000000001d1b080 - 0000000001d2007f]
[ 0.000000] kvm-clock: Using msrs 12 and 11
[ 0.000000] kvm-clock: cpu 0, msr 0:1b02901, boot clock
[ 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 -> 0x0000009b
[ 0.000000] 0: 0x00000100 -> 0x0001fffd
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, 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: 000000000009b000 - 000000000009c000
[ 0.000000] PM: Registered nosave memory: 000000000009c000 - 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:deffc000)
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001e00000 s91520 r8192 d23168 u2097152
[ 0.000000] pcpu-alloc: s91520 r8192 d23168 u2097152 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] kvm-clock: cpu 0, msr 0:1e15901, primary cpu clock
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 129160
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/vda console=ttyS0
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Subtract (42 early reservations)
[ 0.000000] #1 [0001000000 - 0001d1a954] TEXT DATA BSS
[ 0.000000] #2 [001fa53000 - 001fff0000] RAMDISK
[ 0.000000] #3 [0001d1b000 - 0001d1b071] BRK
[ 0.000000] #4 [000009bc00 - 00000fdae0] BIOS reserved
[ 0.000000] #5 [00000fdae0 - 00000fdaf0] MP-table mpf
[ 0.000000] #6 [00000fdbe8 - 0000100000] BIOS reserved
[ 0.000000] #7 [00000fdaf0 - 00000fdbe8] MP-table mpc
[ 0.000000] #8 [0000010000 - 0000012000] TRAMPOLINE
[ 0.000000] #9 [0000012000 - 0000016000] ACPI WAKEUP
[ 0.000000] #10 [0000016000 - 0000017000] PGTABLE
[ 0.000000] #11 [0001d1b080 - 0001d20080] NODE_DATA
[ 0.000000] #12 [0001d20080 - 0001d21080] BOOTMEM
[ 0.000000] #13 [0000017000 - 0000017060] BOOTMEM
[ 0.000000] #14 [0002522000 - 0002523000] BOOTMEM
[ 0.000000] #15 [0002523000 - 0002524000] BOOTMEM
[ 0.000000] #16 [0002600000 - 0002e00000] MEMMAP 0
[ 0.000000] #17 [0001d21080 - 0001d39080] BOOTMEM
[ 0.000000] #18 [0001d39080 - 0001d51080] BOOTMEM
[ 0.000000] #19 [0001d52000 - 0001d53000] BOOTMEM
[ 0.000000] #20 [0001d1a980 - 0001d1a9c1] BOOTMEM
[ 0.000000] #21 [0001d1aa00 - 0001d1aa43] BOOTMEM
[ 0.000000] #22 [0001d1aa80 - 0001d1ac40] BOOTMEM
[ 0.000000] #23 [0001d1ac40 - 0001d1aca8] BOOTMEM
[ 0.000000] #24 [0001d1acc0 - 0001d1ad28] BOOTMEM
[ 0.000000] #25 [0001d1ad40 - 0001d1ada8] BOOTMEM
[ 0.000000] #26 [0001d1adc0 - 0001d1ae28] BOOTMEM
[ 0.000000] #27 [0001d1ae40 - 0001d1aea8] BOOTMEM
[ 0.000000] #28 [0001d1aec0 - 0001d1af28] BOOTMEM
[ 0.000000] #29 [0001d1af40 - 0001d1afa8] BOOTMEM
[ 0.000000] #30 [0001d1afc0 - 0001d1afe0] BOOTMEM
[ 0.000000] #31 [0001d51080 - 0001d5109c] BOOTMEM
[ 0.000000] #32 [0001d510c0 - 0001d510dc] BOOTMEM
[ 0.000000] #33 [0001e00000 - 0001e1e000] BOOTMEM
[ 0.000000] #34 [0001d51100 - 0001d51108] BOOTMEM
[ 0.000000] #35 [0001d51140 - 0001d51148] BOOTMEM
[ 0.000000] #36 [0001d51180 - 0001d51184] BOOTMEM
[ 0.000000] #37 [0001d511c0 - 0001d511c8] BOOTMEM
[ 0.000000] #38 [0001d51200 - 0001d51350] BOOTMEM
[ 0.000000] #39 [0001d51380 - 0001d51400] BOOTMEM
[ 0.000000] #40 [0001d51400 - 0001d51480] BOOTMEM
[ 0.000000] #41 [0001d53000 - 0001d57000] BOOTMEM
[ 0.000000] Memory: 496048k/524276k available (5816k kernel code, 468k absent, 27760k reserved, 5366k data, 828k init)
[ 0.000000] SLUB: Genslabs=14, 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] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:256
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 5242880 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Detected 2925.998 MHz processor.
[ 0.020000] Calibrating delay loop (skipped) preset value.. 5851.99 BogoMIPS (lpj=29259980)
[ 0.020000] pid_max: default: 32768 minimum: 301
[ 0.020000] Security Framework initialized
[ 0.020000] AppArmor: AppArmor initialized
[ 0.020000] Yama: becoming mindful.
[ 0.020000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.020000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.020000] Mount-cache hash table entries: 256
[ 0.020000] Initializing cgroup subsys ns
[ 0.020000] Initializing cgroup subsys cpuacct
[ 0.020000] Initializing cgroup subsys memory
[ 0.020011] Initializing cgroup subsys devices
[ 0.020679] Initializing cgroup subsys freezer
[ 0.021316] Initializing cgroup subsys net_cls
[ 0.022031] mce: CPU supports 10 MCE banks
[ 0.022685] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only.
[ 0.024111] SMP alternatives: switching to UP code
[ 0.102023] Freeing SMP alternatives: 24k freed
[ 0.102723] ACPI: Core revision 20100428
[ 0.104305] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.105151] ftrace: allocating 23035 entries in 91 pages
[ 0.110137] Setting APIC routing to flat
[ 0.112065] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.112977] CPU0: Intel QEMU Virtual CPU version 0.14.1 stepping 03
[ 0.120000] Brought up 1 CPUs
[ 0.120000] Total of 1 processors activated (5851.99 BogoMIPS).
[ 0.120000] devtmpfs: initialized
[ 0.120000] regulator: core version 0.5
[ 0.120000] Time: 12:40:50 Date: 04/03/12
[ 0.120000] NET: Registered protocol family 16
[ 0.120000] ACPI: bus type pci registered
[ 0.120000] PCI: Using configuration type 1 for base access
[ 0.120000] bio: create slab <bio-0> at 0
[ 0.122344] ACPI: Interpreter enabled
[ 0.122909] ACPI: (supports S0 S3 S4 S5)
[ 0.123600] ACPI: Using IOAPIC for interrupt routing
[ 0.127562] ACPI: No dock devices found.
[ 0.128164] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.129610] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.131490] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.132594] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.144545] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.145598] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.146618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.147637] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.148659] ACPI: PCI Interrupt Link [LNKS] (IRQs 9) *0
[ 0.149572] HEST: Table is not found!
[ 0.150202] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.151417] vgaarb: loaded
[ 0.152081] SCSI subsystem initialized
[ 0.152920] usbcore: registered new interface driver usbfs
[ 0.153767] usbcore: registered new interface driver hub
[ 0.154628] usbcore: registered new device driver usb
[ 0.155571] ACPI: WMI: Mapper loaded
[ 0.156125] PCI: Using ACPI for IRQ routing
[ 0.157136] NetLabel: Initializing
[ 0.157662] NetLabel: domain hash size = 128
[ 0.158323] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.159085] NetLabel: unlabeled traffic allowed by default
[ 0.160063] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.161151] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.161962] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.170055] Switching to clocksource kvm-clock
[ 0.182573] AppArmor: AppArmor Filesystem Enabled
[ 0.183344] pnp: PnP ACPI init
[ 0.183842] ACPI: bus type pnp registered
[ 0.185210] pnp: PnP ACPI: found 6 devices
[ 0.185834] ACPI: ACPI bus type pnp unregistered
[ 0.192556] NET: Registered protocol family 2
[ 0.193295] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.194599] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.196004] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.197296] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.198286] TCP reno registered
[ 0.198773] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.199668] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.200712] NET: Registered protocol family 1
[ 0.201396] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.202303] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.203190] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.204462] Scanning for low memory corruption every 60 seconds
[ 0.205486] audit: initializing netlink socket (disabled)
[ 0.206316] type=2000 audit(1333456851.200:1): initialized
[ 0.217939] Trying to unpack rootfs image as initramfs...
[ 0.250868] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.260301] VFS: Disk quotas dquot_6.5.2
[ 0.260968] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.262477] fuse init (API version 7.14)
[ 0.263158] msgmni has been set to 968
[ 0.270263] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.271394] io scheduler noop registered
[ 0.271994] io scheduler deadline registered (default)
[ 0.272791] io scheduler cfq registered
[ 0.273465] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.274323] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.275481] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.276611] ACPI: Power Button [PWRF]
[ 0.278604] ERST: Table is not found!
[ 0.279362] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 0.280281] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
[ 0.290361] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[ 0.291264] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
[ 0.292762] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[ 0.293636] virtio-pci 0000:00:06.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, high) -> IRQ 10
[ 0.295154] Linux agpgart interface v0.103
[ 0.295819] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.296994] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.298119] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 0.300209] brd: module loaded
[ 0.301129] loop: module loaded
[ 0.302350] vda: unknown partition table
[ 0.321484] vdb: unknown partition table
[ 0.330044] scsi0 : ata_piix
[ 0.330617] scsi1 : ata_piix
[ 0.331086] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
[ 0.332115] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
[ 0.333377] Fixed MDIO Bus: probed
[ 0.333932] PPP generic driver version 2.4.2
[ 0.334639] tun: Universal TUN/TAP device driver, 1.6
[ 0.335408] tun: (C) 1999-2004 Max Krasnyansky <email address hidden>
[ 0.336459] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.337459] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.338396] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.339401] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
[ 0.340719] uhci_hcd 0000:00:01.2: UHCI Host Controller
[ 0.341543] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[ 0.342762] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c020
[ 0.343786] hub 1-0:1.0: USB hub found
[ 0.345704] hub 1-0:1.0: 2 ports detected
[ 0.346439] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.348224] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.348989] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.349836] mice: PS/2 mouse device common for all mice
[ 0.350775] rtc_cmos 00:01: RTC can wake from S4
[ 0.351537] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.352582] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[ 0.353609] device-mapper: uevent: version 1.0.3
[ 0.354599] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.372514] Freeing initrd memory: 5748k freed
[ 0.375307] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: <email address hidden>
[ 0.376791] device-mapper: multipath: version 1.1.1 loaded
[ 0.377632] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.378802] cpuidle: using governor ladder
[ 0.379438] cpuidle: using governor menu
[ 0.380246] TCP cubic registered
[ 0.380847] NET: Registered protocol family 10
[ 0.381880] lo: Disabled Privacy Extensions
[ 0.382657] NET: Registered protocol family 17
[ 0.383488] registered taskstats version 1
[ 0.384342] Magic number: 8:615:682
[ 0.385038] rtc_cmos 00:01: setting system clock to 2012-04-03 12:40:50 UTC (1333456850)
[ 0.386276] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.387195] EDD information not available.
[ 0.520253] Freeing unused kernel memory: 828k freed
[ 0.521432] Write protecting the kernel read-only data: 10240k
[ 0.522616] Freeing unused kernel memory: 308k freed
[ 0.523613] Freeing unused kernel memory: 1620k freed
Used vda for root filesystem
pivot_root: Invalid argument

init started: BusyBox v1.17.2 (2010-10-17 16:10:18 MST)
stty: /dev/console

ttylinux 12.1
 > http://ttylinux.org/
 > hostname: server4

load Kernel Module: acpiphp [ OK ]
load Kernel Module: e1000 [ OK ]
load Kernel Module: ne2k-pci [ OK ]
[ 0.854366] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
load Kernel Module: 8139cp [ OK ]
load Kernel Module: pcnet32 [ OK ]
load Kernel Module: mii [ OK ]
load Kernel Module: ip_tables [ OK ]
file systems checked [ OK ]
mounting local file systems [ OK ]
setting up system clock [utc] Tue Apr 3 12:40:50 UTC 2012 [ OK ]
stty: /dev/console
stty: /dev/console
initializing random number generator [WATING][-11G.. [ OK ]
stty: /dev/console
startup klogd [ OK ]
startup syslogd [ OK ]
stty: /dev/console
stty: /dev/console
bringing up loopback interface lo [ OK ]
stty: /dev/console
udhcpc (v1.17.2) started
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Received DHCP NAK
Sending discover...
Sending select for 10.0.0.5...
Lease of 10.0.0.5 obtained, lease time 120
starting DHCP forEthernet interface eth0 [ OK ]
cloud-setup: checking http://169.254.169.254/2009-04-04/meta-data/instance-id
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 1/30: up 251.16. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 2/30: up 252.23. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 3/30: up 253.29. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 4/30: up 254.36. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 5/30: up 255.43. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 6/30: up 256.49. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 7/30: up 257.56. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 8/30: up 258.63. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 9/30: up 259.69. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 10/30: up 260.76. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 11/30: up 261.82. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 12/30: up 262.95. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 13/30: up 264.02. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 14/30: up 265.08. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 15/30: up 266.15. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 16/30: up 267.22. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 17/30: up 268.28. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 18/30: up 269.35. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 19/30: up 270.41. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 20/30: up 271.48. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 21/30: up 272.55. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 22/30: up 273.61. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 23/30: up 274.67. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 24/30: up 275.74. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 25/30: up 276.81. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 26/30: up 277.87. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 27/30: up 278.94. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 28/30: up 280.00. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 29/30: up 281.07. request failed
wget: server returned error: HTTP/1.1 404 Not Found
cloud-setup: failed 30/30: up 282.13. request failed
cloud-setup: after 30 fails, debugging
cloud-setup: running debug (30 tries reached)
############ debug start ##############
### /etc/rc.d/init.d/sshd start
stty: /dev/console
startup dropbear [ OK ]
### ifconfig -a
eth0 Link encap:Ethernet HWaddr 02:16:3E:50:0A:A3
          inet addr:10.0.0.5 Bcast:10.0.0.255 Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:947 errors:0 dropped:0 overruns:0 frame:0
          TX packets:357 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:255010 (249.0 KiB) TX bytes:70296 (68.6 KiB)
          Interrupt:11

lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          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
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 eth0
### cat /etc/resolv.conf
search novalocal
nameserver 10.0.0.1
### ping -c 5 10.0.0.1
PING 10.0.0.1 (10.0.0.1): 56 data bytes
64 bytes from 10.0.0.1: seq=0 ttl=64 time=0.441 ms
64 bytes from 10.0.0.1: seq=1 ttl=64 time=0.372 ms
64 bytes from 10.0.0.1: seq=2 ttl=64 time=0.326 ms
64 bytes from 10.0.0.1: seq=3 ttl=64 time=0.354 ms
64 bytes from 10.0.0.1: seq=4 ttl=64 time=0.350 ms

--- 10.0.0.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.326/0.368/0.441 ms
### pinging nameservers
#### ping -c 5 10.0.0.1
PING 10.0.0.1 (10.0.0.1): 56 data bytes
64 bytes from 10.0.0.1: seq=0 ttl=64 time=0.344 ms
64 bytes from 10.0.0.1: seq=1 ttl=64 time=0.363 ms
64 bytes from 10.0.0.1: seq=2 ttl=64 time=0.331 ms
64 bytes from 10.0.0.1: seq=3 ttl=64 time=0.381 ms
64 bytes from 10.0.0.1: seq=4 ttl=64 time=0.370 ms

--- 10.0.0.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.331/0.357/0.381 ms
### uname -a
Linux server4 2.6.35-22-virtual #35-Ubuntu SMP Sat Oct 16 23:19:29 UTC 2010 x86_64 GNU/Linux
### lsmod
Module Size Used by
ip_tables 18737 0
x_tables 24391 1 ip_tables
pcnet32 36585 0
8139cp 20333 0
mii 5261 2 pcnet32,8139cp
ne2k_pci 7802 0
8390 9897 1 ne2k_pci
e1000 110274 0
acpiphp 18752 0
### dmesg | tail
<6>[ 0.843081] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
<6>[ 0.854178] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
<4>[ 0.854366] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
<6>[ 0.855264] 8139cp 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, high) -> IRQ 11
<6>[ 0.858358] 8139cp 0000:00:03.0: eth0: RTL-8139C+ at 0xffffc900001e0000, 02:16:3e:50:0a:a3, IRQ 11
<7>[ 0.858386] 8139cp 0000:00:03.0: setting latency timer to 64
<6>[ 0.865154] pcnet32: pcnet32.c:v1.35 21.Apr.2008 <email address hidden>
<6>[ 0.883251] ip_tables: (C) 2000-2006 Netfilter Core Team
<6>[ 1.360735] eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
<7>[ 11.780051] eth0: no IPv6 routers present
### tail -n 25 /var/log/messages
Apr 3 10:45:01 server4 cron.info crond[1670]: crond: ignoring sys
Apr 3 10:45:01 server4 cron.info crond[1670]: crond: ignoring tmp
Apr 3 10:45:01 server4 cron.info crond[1670]: crond: ignoring usr
Apr 3 10:45:01 server4 cron.info crond[1670]: crond: ignoring var
Apr 3 10:45:01 server4 cron.info crond[1670]: crond: ignoring vmlinuz
Apr 3 10:45:01 server4 cron.info crond[1670]: crond: ignoring old-root
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring lost+found
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring boot
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring dev
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring etc
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring home
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring lib
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring mnt
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring proc
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring sbin
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring sys
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring tmp
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring usr
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring var
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring vmlinuz
Apr 3 11:45:01 server4 cron.info crond[1670]: crond: ignoring old-root
Apr 3 12:40:50 server4 syslog.info syslogd started: BusyBox v1.17.2
Apr 3 12:40:50 server4 user.info kernel: [ 1.360735] eth0: link up, 100Mbps, full-duplex, lpa 0x05E1
Apr 3 12:41:00 server4 user.debug kernel: [ 11.780051] eth0: no IPv6 routers present
Apr 3 12:45:32 server4 authpriv.info dropbear[352]: Running in background
############ debug end ##############
cloud-setup: failed to read iid from metadata. tried 30
stty: /dev/console
sshd is already running.
stty: /dev/console
startup inetd [ OK ]
stty: /dev/console
startup crond [ OK ]
wget: server returned error: HTTP/1.1 404 Not Found
cloud-userdata: failed to read instance id
===== cloud-final: system completely up in 291.60 seconds ====
wget: server returned error: HTTP/1.1 404 Not Found
wget: server returned error: HTTP/1.1 404 Not Found
wget: server returned error: HTTP/1.1 404 Not Found
  instance-id:
  public-ipv4:
  local-ipv4 :
stty: /dev/console

I'm having problem with metadata yet, but I don't know how to fix it, can you help with that?

Revision history for this message
Lucian Thomaz da Silva (lucianthomaz) said :
#4

Here are my iptables rules

--Controller

#iptables -L

Chain INPUT (policy ACCEPT)
target prot opt source destination
nova-network-INPUT all -- anywhere anywhere
nova-compute-INPUT all -- anywhere anywhere
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT tcp -- anywhere anywhere tcp dpt:bootps

Chain FORWARD (policy ACCEPT)
target prot opt source destination
nova-filter-top all -- anywhere anywhere
nova-network-FORWARD all -- anywhere anywhere
nova-compute-FORWARD all -- anywhere anywhere
ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
ACCEPT all -- 192.168.122.0/24 anywhere
ACCEPT all -- anywhere anywhere
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
nova-filter-top all -- anywhere anywhere
nova-network-OUTPUT all -- anywhere anywhere
nova-compute-OUTPUT all -- anywhere anywhere

Chain nova-compute-FORWARD (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere

Chain nova-compute-INPUT (1 references)
target prot opt source destination

Chain nova-compute-OUTPUT (1 references)
target prot opt source destination

Chain nova-compute-local (1 references)
target prot opt source destination

Chain nova-compute-provider (0 references)
target prot opt source destination

Chain nova-compute-sg-fallback (0 references)
target prot opt source destination
DROP all -- anywhere anywhere

Chain nova-filter-top (2 references)
target prot opt source destination
nova-network-local all -- anywhere anywhere
nova-compute-local all -- anywhere anywhere

Chain nova-network-FORWARD (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere

Chain nova-network-INPUT (1 references)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain

Chain nova-network-OUTPUT (1 references)
target prot opt source destination

Chain nova-network-local (1 references)
target prot opt source destination

#iptables-save

# Generated by iptables-save v1.4.10 on Wed Apr 4 14:35:19 2012
*nat
:PREROUTING ACCEPT [7941:1591920]
:INPUT ACCEPT [4424:764996]
:OUTPUT ACCEPT [12:807]
:POSTROUTING ACCEPT [12:807]
:nova-compute-OUTPUT - [0:0]
:nova-compute-POSTROUTING - [0:0]
:nova-compute-PREROUTING - [0:0]
:nova-compute-float-snat - [0:0]
:nova-compute-snat - [0:0]
:nova-postrouting-bottom - [0:0]
-A PREROUTING -j nova-compute-PREROUTING
-A OUTPUT -j nova-compute-OUTPUT
-A POSTROUTING -j nova-compute-POSTROUTING
-A POSTROUTING -j nova-postrouting-bottom
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p tcp -j MASQUERADE --to-ports 1024-65535
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p udp -j MASQUERADE --to-ports 1024-65535
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -j MASQUERADE
-A nova-compute-snat -j nova-compute-float-snat
-A nova-postrouting-bottom -j nova-compute-snat
COMMIT
# Completed on Wed Apr 4 14:35:19 2012
# Generated by iptables-save v1.4.10 on Wed Apr 4 14:35:19 2012
*mangle
:PREROUTING ACCEPT [176755:84411285]
:INPUT ACCEPT [146805:78737882]
:FORWARD ACCEPT [82862:14543654]
:OUTPUT ACCEPT [130206:59270639]
:POSTROUTING ACCEPT [213068:73814293]
-A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill
COMMIT
# Completed on Wed Apr 4 14:35:19 2012
# Generated by iptables-save v1.4.10 on Wed Apr 4 14:35:19 2012
*filter
:INPUT ACCEPT [22505:11745636]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [19453:8691489]
:nova-compute-FORWARD - [0:0]
:nova-compute-INPUT - [0:0]
:nova-compute-OUTPUT - [0:0]
:nova-compute-local - [0:0]
:nova-compute-provider - [0:0]
:nova-compute-sg-fallback - [0:0]
:nova-filter-top - [0:0]
-A INPUT -j nova-compute-INPUT
-A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT
-A FORWARD -j nova-filter-top
-A FORWARD -j nova-compute-FORWARD
-A FORWARD -d 192.168.122.0/24 -o virbr0 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT
-A FORWARD -i virbr0 -o virbr0 -j ACCEPT
-A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable
-A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable
-A OUTPUT -j nova-filter-top
-A OUTPUT -j nova-compute-OUTPUT
-A nova-compute-FORWARD -i br100 -j ACCEPT
-A nova-compute-FORWARD -o br100 -j ACCEPT
-A nova-compute-sg-fallback -j DROP
-A nova-filter-top -j nova-compute-local
COMMIT
# Completed on Wed Apr 4 14:35:19 2012

--Compute

#iptables -L

Chain INPUT (policy ACCEPT)
target prot opt source destination
nova-compute-INPUT all -- anywhere anywhere
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT tcp -- anywhere anywhere tcp dpt:bootps

Chain FORWARD (policy ACCEPT)
target prot opt source destination
nova-filter-top all -- anywhere anywhere
nova-compute-FORWARD all -- anywhere anywhere
ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
ACCEPT all -- 192.168.122.0/24 anywhere
ACCEPT all -- anywhere anywhere
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
nova-filter-top all -- anywhere anywhere
nova-compute-OUTPUT all -- anywhere anywhere

Chain nova-compute-FORWARD (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere

Chain nova-compute-INPUT (1 references)
target prot opt source destination

Chain nova-compute-OUTPUT (1 references)
target prot opt source destination

Chain nova-compute-local (1 references)
target prot opt source destination

Chain nova-compute-provider (0 references)
target prot opt source destination

Chain nova-compute-sg-fallback (0 references)
target prot opt source destination
DROP all -- anywhere anywhere

Chain nova-filter-top (2 references)
target prot opt source destination
nova-compute-local all -- anywhere anywhere

#iptables-save

# Generated by iptables-save v1.4.10 on Wed Apr 4 14:33:50 2012
*mangle
:PREROUTING ACCEPT [945176:481906113]
:INPUT ACCEPT [922873:478416976]
:FORWARD ACCEPT [912:174472]
:OUTPUT ACCEPT [853992:498940042]
:POSTROUTING ACCEPT [854911:499118754]
-A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill
COMMIT
# Completed on Wed Apr 4 14:33:50 2012
# Generated by iptables-save v1.4.10 on Wed Apr 4 14:33:50 2012
*nat
:PREROUTING ACCEPT [10167:1768412]
:INPUT ACCEPT [4859:831664]
:OUTPUT ACCEPT [661:51165]
:POSTROUTING ACCEPT [654:48857]
:nova-compute-OUTPUT - [0:0]
:nova-compute-POSTROUTING - [0:0]
:nova-compute-PREROUTING - [0:0]
:nova-compute-float-snat - [0:0]
:nova-compute-snat - [0:0]
:nova-network-OUTPUT - [0:0]
:nova-network-POSTROUTING - [0:0]
:nova-network-PREROUTING - [0:0]
:nova-network-float-snat - [0:0]
:nova-network-snat - [0:0]
:nova-postrouting-bottom - [0:0]
-A PREROUTING -j nova-network-PREROUTING
-A PREROUTING -j nova-compute-PREROUTING
-A OUTPUT -j nova-network-OUTPUT
-A OUTPUT -j nova-compute-OUTPUT
-A POSTROUTING -j nova-network-POSTROUTING
-A POSTROUTING -j nova-compute-POSTROUTING
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p tcp -j MASQUERADE --to-ports 1024-65535
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p udp -j MASQUERADE --to-ports 1024-65535
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -j MASQUERADE
-A POSTROUTING -j nova-postrouting-bottom
-A nova-compute-snat -j nova-compute-float-snat
-A nova-network-POSTROUTING -s 10.0.0.0/24 -d 10.128.0.0/24 -j ACCEPT
-A nova-network-POSTROUTING -s 10.0.0.0/24 -d 10.0.0.0/24 -j ACCEPT
-A nova-network-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.100.140:8773
-A nova-network-snat -j nova-network-float-snat
-A nova-network-snat -s 10.0.0.0/24 -j SNAT --to-source 192.168.100.140
-A nova-postrouting-bottom -j nova-network-snat
-A nova-postrouting-bottom -j nova-compute-snat
COMMIT
# Completed on Wed Apr 4 14:33:50 2012
# Generated by iptables-save v1.4.10 on Wed Apr 4 14:33:50 2012
*filter
:INPUT ACCEPT [124758:71738765]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [112181:75165493]
:nova-compute-FORWARD - [0:0]
:nova-compute-INPUT - [0:0]
:nova-compute-OUTPUT - [0:0]
:nova-compute-local - [0:0]
:nova-compute-provider - [0:0]
:nova-compute-sg-fallback - [0:0]
:nova-filter-top - [0:0]
:nova-network-FORWARD - [0:0]
:nova-network-INPUT - [0:0]
:nova-network-OUTPUT - [0:0]
:nova-network-local - [0:0]
-A INPUT -j nova-network-INPUT
-A INPUT -j nova-compute-INPUT
-A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT
-A FORWARD -j nova-filter-top
-A FORWARD -j nova-network-FORWARD
-A FORWARD -j nova-compute-FORWARD
-A FORWARD -d 192.168.122.0/24 -o virbr0 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT
-A FORWARD -i virbr0 -o virbr0 -j ACCEPT
-A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable
-A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable
-A OUTPUT -j nova-filter-top
-A OUTPUT -j nova-network-OUTPUT
-A OUTPUT -j nova-compute-OUTPUT
-A nova-compute-FORWARD -i br100 -j ACCEPT
-A nova-compute-FORWARD -o br100 -j ACCEPT
-A nova-compute-sg-fallback -j DROP
-A nova-filter-top -j nova-network-local
-A nova-filter-top -j nova-compute-local
-A nova-network-FORWARD -i br100 -j ACCEPT
-A nova-network-FORWARD -o br100 -j ACCEPT
-A nova-network-INPUT -i br100 -p udp -m udp --dport 67 -j ACCEPT
-A nova-network-INPUT -i br100 -p tcp -m tcp --dport 67 -j ACCEPT
-A nova-network-INPUT -i br100 -p udp -m udp --dport 53 -j ACCEPT
-A nova-network-INPUT -i br100 -p tcp -m tcp --dport 53 -j ACCEPT
COMMIT
# Completed on Wed Apr 4 14:33:50 2012

Revision history for this message
Anthony Young (sleepsonthefloor) said :
#5

Lucian - in diablo you may need to set dmz_cidr - see vish's response to this question:

https://answers.launchpad.net/nova/+question/185826

Revision history for this message
Launchpad Janitor (janitor) said :
#6

This question was expired because it remained in the 'Open' state without activity for the last 15 days.