+ovs-discuss

On 23 Jan 2025, at 11:49, Eelco Chaudron wrote:

> On 23 Jan 2025, at 11:31, Shriram S wrote:
>
>> Thank you for your reply.
>> The FAQ doc seems to not provide an answer. I assume you got confused with
>> my question. I do not have a problem with configuring *remote_ip*.
>
> Not sure what happened to my brain here :)
>
> I’m not an expert in this area, but from what I remember, OVS opens a single 
> socket to deal with all the potential tunnels, which is why it opens a wild 
> card socket. There does not seem to be an option to create on interface per 
> socket (might also be related to bare tunnel support).
>
>> OpenVSwitch *Tunnel options* section in ovs-vswitchd.conf.db.5.txt
>> <https://www.openvswitch.org/support/dist-docs/ovs-vswitchd.conf.db.5.txt> 
>> doc
>> specifies configuring *remote_ip*, *local_ip*, *dst_port*. The created VTEP
>> interface (in my case *vxlan_sys_4789*) listens on* 0.0.0.0:4789
>> <http://0.0.0.0:4789> *. I would like it to listen on a specific IP, like
>> *10.1.0.1*, instead of 0.0.0.0
>>
>> On Thu, 23 Jan 2025 at 14:54, Eelco Chaudron <echau...@redhat.com> wrote:
>>
>>>
>>>
>>> On 23 Jan 2025, at 9:53, Shriram S via discuss wrote:
>>>
>>>> Hello,
>>>>
>>>> I am using OpenVSwitch with VXLAN functionality. I am trying to add a
>>> VXLAN
>>>> port to a bridge. I am aware that, as a part of VXLAN port addition, a
>>> host
>>>> backing *VTEP* named vxlan_sys_<dst_port> interface will be created for
>>> the
>>>> *dst_port*. The created VTEP seems to be listening on *0.0.0.0:4789
>>>> <http://0.0.0.0:4789> * . How do I make it listen to a specific IP such
>>>> as *10.1.0.1:4789
>>>> <http://10.1.0.1:4789> * ?
>>>
>>> See the VXLAN faq in the OVS documentation;
>>>
>>> https://docs.openvswitch.org/en/latest/faq/vxlan/
>>>
>>>
>>>>> *2a98ae41a281:/home# netstat -nlp | grep 4789 *
>>>>> *udp 0 0 0.0.0.0:4789 <http://0.0.0.0:4789> 0.0.0.0:* - **udp6 0 0
>>>>> :::4789 :::* -*
>>>
>>>> _______________________________________________
>>>> 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

Reply via email to