Re: [ovs-discuss] how to forward all traffic from vm with dst 169.254.169.254 to local compute node

2019-05-16 Thread Vasiliy Tolstov
чт, 16 мая 2019 г. в 14:57, Daniel Alvarez Sanchez :
>
> In OpenStack we do this via a DHCP static route [0]. Then we use an
> OVN 'localport' in the hypervisor inside a namespace to handle the
> requests.
>
> [0] 
> https://opendev.org/openstack/networking-ovn/src/branch/stable/stein/networking_ovn/common/ovn_client.py#L1524
>

Thank you, why namespace needed?

-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


Re: [ovs-discuss] how to forward all traffic from vm with dst 169.254.169.254 to local compute node

2019-05-16 Thread Daniel Alvarez Sanchez
In OpenStack we do this via a DHCP static route [0]. Then we use an
OVN 'localport' in the hypervisor inside a namespace to handle the
requests.

[0] 
https://opendev.org/openstack/networking-ovn/src/branch/stable/stein/networking_ovn/common/ovn_client.py#L1524

On Thu, May 16, 2019 at 1:13 PM Vasiliy Tolstov  wrote:
>
> Hi! I need to route all traffic (tcp) from vm to metadata ip address
> 169.254.169.254 to host server. Ideally i need to know what vm is
> going to this address.
> I know that via ovs i can create flow for this stuff, does it possible
> something like this with ovn?
>
> --
> Vasiliy Tolstov,
> e-mail: v.tols...@selfip.ru
> ___
> discuss mailing list
> disc...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss