Re: [ovs-discuss] Error: RTNETLINK answers: File exists. MAC duplicate

2012-10-26 Thread Ben Pfaff
I don't have to take this abuse. You can find someone else to help you. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] ovs vxlan vin

2012-10-26 Thread Kyle Mestery (kmestery)
On Oct 26, 2012, at 9:23 AM, JieYue Ma wrote: > I set vlan in another way, e.g. ovs-vsctl add-port br1 vif1 tag=10, > you can check it out in openvswitch.org configure example > > On Fri, Oct 26, 2012 at 5:25 PM, 肖碧涛 wrote: >> Hi, >> I use the ovs vlan use https://github.com/mestery/ovs-vxlan.

Re: [ovs-discuss] ovs vxlan vin

2012-10-26 Thread JieYue Ma
I set vlan in another way, e.g. ovs-vsctl add-port br1 vif1 tag=10, you can check it out in openvswitch.org configure example On Fri, Oct 26, 2012 at 5:25 PM, 肖碧涛 wrote: > Hi, > I use the ovs vlan use https://github.com/mestery/ovs-vxlan.git > And config the vxlan like this > ovs-vsctl add

Re: [ovs-discuss] Error: RTNETLINK answers: File exists. MAC duplicate

2012-10-26 Thread Denis Iskandarov
1. > NOTE: order of components start at boot > /etc/rc.d/rc3.d/S09openvswitch > /etc/rc.d/rc3.d/S10network It is like that on my system. I think rpmbuild doing providing all the sys files neded correctly. 2. IP assigned by ifconfig to bridge created by ovs-vsctl without scripts - lost after restar

[ovs-discuss] ovs vxlan vin

2012-10-26 Thread 肖碧涛
Hi, I use the ovs vlan use https://github.com/mestery/ovs-vxlan.git And config the vxlan like this ovs-vsctl add-port br1 vx1 -- set interface vx1 type=vxlan options:remote_ip=192.168.0.101 How to set the VNI? I set like this: ovs-vsctl add-port br1 vx1 -- set interface vx1 type=vxlan

Re: [ovs-discuss] Error: RTNETLINK answers: File exists. MAC duplicate

2012-10-26 Thread Denis Iskandarov
I have almost same scripts, even simpler ... simple bridge with simple ethernet added (you can see those script above, or i will post them again if needed). Lyrics: Now i have tried to remove br0 script...assigning IP back on ethernet not to lose conection on remote machine. Doing network restart

Re: [ovs-discuss] Error: RTNETLINK answers: File exists. MAC duplicate

2012-10-26 Thread Gianluca Cecchi
On Fri, Oct 26, 2012 at 10:01 AM, Denis Iskandarov wrote: > 2. i will continue investigation as well. NOTE: order of components start at boot /etc/rc.d/rc3.d/S09openvswitch /etc/rc.d/rc3.d/S10network reverse at shutdown. So possible for a restart of all the stack you could run something like this

Re: [ovs-discuss] Error: RTNETLINK answers: File exists. MAC duplicate

2012-10-26 Thread Denis Iskandarov
Thanks...and sorry... 1. output of "sh -xv service network restart" : http://pastebin.com/MrZudmRu 2. i will continue investigation as well. 3 i have created bridge and assigned ip on it by: ovs-vsctl add-br br1 ifconfig br1 192.168.1.1 netmask 255.255.255.0 up I think this should be in basic doc

Re: [ovs-discuss] Error: RTNETLINK answers: File exists. MAC duplicate

2012-10-26 Thread Gianluca Cecchi
On Fri, Oct 26, 2012 at 9:04 AM, Denis Iskandarov wrote: > # sh -vx > sh-4.1# service network restart You have to run this way in a unique command, not two: # sh -xv service network restart BTW: I'm not a developer, neither junior nor senior ;-) > LOL. It's becoming sad. I have asked, how to

Re: [ovs-discuss] Error: RTNETLINK answers: File exists. MAC duplicate

2012-10-26 Thread Denis Iskandarov
>> So i'm asking help for this if you mentioned it! I'm not developer, are you? >> I will pass here any useful info you will ask...script, log or whatever... > > I am a developer. > > Running the command that generates the message under "sh -vx", and > passing along the output, might be insightful.