Please see my responses inline, prefixed by [SL].

> On May 5, 2016, at 8:59 AM, oualid hjira <oualidhj...@gmail.com> wrote:
> 
> should i create another internal interface ??
> 
> how can i assign two ip address to one interface ??
> 
> thank you


[SL] There is no need to create another internal interface; using the existing 
internal interface for the bridge is sufficient. You _can_ create another 
internal interface if you desire, but it's not required.

The standard Linux 'ip addr' command allows you to assign multiple IP addresses 
per interface.


>> 2016-05-05 15:10 GMT+01:00 Scott Lowe <scott.l...@scottlowe.org>:
>> 
>> Please see my response below.
>> 
>> 
>>> On May 5, 2016, at 8:03 AM, oualid hjira <oualidhj...@gmail.com> wrote:
>>> 
>>> hi,
>>> 
>>> i want to attribute ip address for my ovs which has 2 interfaces what 
>>> should i do ?
>>> 
>>> thank you
>> 
>> 
>> You can use the standard Linux 'ip addr' command to assign an IP address to 
>> an OVS bridge's internal interface. Don't assign the address to any of the 
>> physical interfaces associated with the bridge; use the bridge's internal 
>> interface instead.
>> 
>> For example, if you had a bridge named "br-int" with the physical interfaces 
>> ens32 and ens33, then assign the IP address to the br-int internal interface.

--
Scott

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to