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
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.
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
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
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
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
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
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
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
>> 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.
10 matches
Mail list logo