[Openstack-operators] [Openstack] OpenStack on Hetzner

George Shuklin george.shuklin at gmail.com
Fri May 9 09:13:34 UTC 2014


Оk, now you need to see if traffic get though networking node.

Set up ping to you instance from something outside.

1. Check if you see icmp packets on eth1. (tcpdump -ni eth eth1)
2. Sneak to router namespace on networking node (ip net exec 
(qrouter_here) /bin/bash)
3. Check if you see them on interfaces inside namespace
4. Check if you see them on gre-interface of networking node 
(gre-wrapped, if you using gre tunnels)
5. Check if you see them on gre-interface of compute node
6. Check if you see them on instance interface

Kinda default checklist to check every interface packet passing between 
'outside' and instance.

On 05/09/2014 11:46 AM, Marius Stanca wrote:
> Hmm, I can see is eth1.
>
> b205e174-1c7a-4a55-be75-dd42d2e4ba07
>      Bridge br-int
>          Port "qvob0be1b50-01"
>              tag: 1
>              Interface "qvob0be1b50-01"
>          Port "tap7fc30d20-2f"
>              tag: 1
>              Interface "tap7fc30d20-2f"
>                  type: internal
>          Port br-int
>              Interface br-int
>                  type: internal
>          Port "qr-1de7a5a2-10"
>              tag: 1
>              Interface "qr-1de7a5a2-10"
>                  type: internal
>      Bridge br-ex
>          Port "eth1"
>              Interface "eth1"
>          Port br-ex
>              Interface br-ex
>                  type: internal
>          Port "qg-99dd8f18-61"
>              Interface "qg-99dd8f18-61"
>                  type: internal
>      ovs_version: "1.11.0"
>
> By the way, I tried to send br-ex in eth1. But I could not.
>
>
> Pe 5/9/2014 11:37 AM, George Shuklin a scris:
>> Man, it's Red Hat config, not openstack's one.
>>
>> Check ovs-vsctl show, if it _really_ in bridge.
>>
>> On 05/09/2014 11:28 AM, Marius Stanca wrote:
>>> Hello,
>>>
>>> Thank you for your reply.
>>> Yes, I think so.
>>>
>>> ifcfg-br-ex and contain:
>>> DEVICE=br-ex
>>> DEVICETYPE=ovs
>>> TYPE=OVSBridge
>>> BOOTPROTO=static
>>> IPADDR=172.24.4.225
>>> NETMASK=255.255.255.240
>>> ONBOOT=yes
>>>
>>> If you need more info, I will provide you.
>>> Thank you.,
>>>
>>> Pe 5/9/2014 6:19 AM, George Shuklin a scris:
>>>> Did you add proper physical interface to br-ex on network node?
>>>> On May 1, 2014 6:25 PM, "Marius Stanca" <salut at mariuss.net> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I'm Marius Stanca, Freelancer Software/DevOps Engineer for a startup
>>>>> company.
>>>>>
>>>>> I have a problem with OpenStack on Hetzner.
>>>>> - I have setup already OpenStack on Hetzner (Havana - RDO from RedHat);
>>>>> - I use a public IP and an internal (10.0.0.0/24) and external
>>>>> (172.24.4.224/28) network in OpenStack;
>>>>> - I can use ssh or ping to the internal network to access the vm, only
>>>>> using this command: ip netns exec
>>>>> qdhcp-45c8ef18-0833-42ac-9a24-876a2607a0c3 ssh root at cirros
>>>>>
>>>>> My problem is:
>>>>>
>>>>> I can not use ssh or ping in these VMs.
>>>>> When I setup the Router to the network (in OpenStack), my interface is
>>>>> down.
>>>>>
>>>>> My network interface config for eth0 for my server is:
>>>>> DEVICE=eth0
>>>>> BOOTPROTO=none
>>>>> ONBOOT=yes
>>>>> HWADDR=44:8a:5b:29:e0:54
>>>>> IPADDR=a public IP
>>>>> NETMASK=255.255.255.255
>>>>> SCOPE="peer 148.251.45.225"
>>>>> IPV6INIT=yes
>>>>> IPV6ADDR=2a01:4f8:202:ef::2/64
>>>>> IPV6_DEFAULTGW=fe80::1
>>>>> IPV6_DEFAULTDEV=eth0
>>>>>
>>>>> Please advise me what to do, I will appreciate.
>>>>>
>>>>> Thank you.
>>>>> Best,
>>>>> -- 
>>>>> Stanca Marius
>>>>> email: salut at mariuss.net | web: www.mariuss.net
>>>>> tel: +4.0767.955.578 | skype: wmariuss
>>>>>
>>>>> _______________________________________________
>>>>> Mailing list:
>>>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>>>> Post to     : openstack at lists.openstack.org
>>>>> Unsubscribe :
>>>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>>>>




More information about the OpenStack-operators mailing list